Earlier quoted context omitted.
There was also a time where seconds after installing Windows XP and plugging the Ethernet, your PC would get infected. No browsing, no nothing.
I don't really believe that was ever a common occurrence. It wouldn't take mere seconds to detect a new device connected to the Internet. I can see it happening in a small LAN where one of the other computers is already infected, though.
Using Wake on LAN (WOL) Across the Internet (2010)
21–30 of 44 posts
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#22Earlier quoted context omitted.
There was also a time where seconds after installing Windows XP and plugging the Ethernet, your PC would get infected. No browsing, no nothing.
I don't really believe that was ever a common occurrence. It wouldn't take mere seconds to detect a new device connected to the Internet. I can see it happening in a small LAN where one of the other computers is already infected, though.
You don't need to detect. You just spam exploit packets to every possible IP address and hope some of them hit a vulnerable target.
How do you get the necessary bandwidth to do that? Well you make your malware do the spamming, so as the network of compromised hosts grows, so does the attack traffic, until everyone is spammed with attack packets every few seconds.
The same is happening nowadays, just open tcpdump on a WAN interface and watch the nastiness roll in - you'll see SSH connection attempts (trying to bruteforce credentials), HTTP requests (typically used to exploit shitty PHP CMSes), etc.
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#23Earlier quoted context omitted.
I don't really believe that was ever a common occurrence. It wouldn't take mere seconds to detect a new device connected to the Internet. I can see it happening in a small LAN where one of the other computers is already infected, though.
Nah, it actually was. There was a point in time where windows was vulnerable without patches, but the limited ipv4 space was available with "bot-nets"/infected PCs. It probably was something Like minutes, so if you were quick between starting up and downloading the patch...
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#24Earlier quoted context omitted.
My very simple solution is to use a smart plug and config the mainboard to wake on power.
But then you're draining your RTC battery. I used to have to replace my mother's PC's battery every 1-2 years before I understood she was leaving it unplugged for most of the day and told her to just leave it plugged in all the time.
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#25Is that still the case even if you've hard-coded an IP address using DHCP on the router?
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#26An alternative with simpler networking is to to rig up a little Web server on your home OpenWrt router, listening on the WAN interface. When the URL is requested (with authentication of some kind), it runs `etherwake` with the hardcoded MAC address and the hardcoded interface (e.g., `eth1.1`). Then your UI to wake up your machine, from anywhere in the world, would be to access that URL via a Web browser or `curl` scr…
They would go to their vacation home each year, and a couple days beforehand I would boot their computers up and install updates and sync files etc. That way they could start working as soon as they arrived. Dyndns and a tiny web server. Something something.net/mag1cpack3t
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#27Earlier quoted context omitted.
Very clever! I suppose the modern take would be one of the MCUs with Wifi (ESP8266-like) wire that to the power signal on a PC.
interesting, one could probably power it from the motherboard itself pretty easily, too! One of the pins of the power switch is probably 5V (though possibly high impedance if a pull-up is used, so not much power). But I think I'll rather look into one of these Pi-based "ilo" with HDMI in and USB gadget support to get remote access to the BIOS as well. It may also be useful for remotely debugging computers of family m…
Or, you can just tap the +5VSB line from the ATX wiring directly. It's the same as on the WOL header. USB-equipped boards tend to power the USB ports from standby too, to support USB wake events, whether from keyboards, modems, or whatever. Plenty of options.
If I were doing it again, yeah, I might use an ESP chip. That would give me power, reset, and serial, and I can always enable a serial console in my OS. I wonder if the ESP32's camera peripheral could read HDMI...
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#28Earlier quoted context omitted.
My very simple solution is to use a smart plug and config the mainboard to wake on power.
But then you're draining your RTC battery. I used to have to replace my mother's PC's battery every 1-2 years before I understood she was leaving it unplugged for most of the day and told her to just leave it plugged in all the time.
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#29Earlier quoted context omitted.
But then you're draining your RTC battery. I used to have to replace my mother's PC's battery every 1-2 years before I understood she was leaving it unplugged for most of the day and told her to just leave it plugged in all the time.
A modern RTC should draw such low power from the battery (tens of nanoamps to maybe a microamp) that the life of a primary battery will basically match the shelf life. Indeed, many coin cells actually have a longer life with a small amount of current draw than in a fully open circuit (in a wrapper on a shelf).
All I know is that in 20+ years of maintaining computers, hers was the only one I ever replaced a battery for, and since she's left it plugged in 24-7 I haven't replaced it again.
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#30Earlier quoted context omitted.
A modern RTC should draw such low power from the battery (tens of nanoamps to maybe a microamp) that the life of a primary battery will basically match the shelf life. Indeed, many coin cells actually have a longer life with a small amount of current draw than in a fully open circuit (in a wrapper on a shelf).
How modern are we talking about? This was a Haswell system, I believe. All I know is that in 20+ years of maintaining computers, hers was the only one I ever replaced a battery for, and since she's left it plugged in 24-7 I haven't replaced it again.