Is Wake on Lan still actively used? I created WOL software, but didn't do a good job of maintaining it. :|
I use it to wake my NAS a few minutes before a backup job. I've also built a reset-on-LAN card using an old wake-on-LAN-capable NIC and some simple circuitry to shape the pulse so it's suitable for the motherboard's reset signal. I send a WOL packet to the otherwise-unused address, and kapow, the presumably-wedged machine is no longer wedged! Writeup here: https://www.i3detroit.org/reset-on-lan-an-ethernet-aware-rem.…
Using Wake on LAN (WOL) Across the Internet (2010)
11–20 of 44 posts
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#12Re: Using Wake on LAN (WOL) Across the Internet (2010)
#13Is Wake on Lan still actively used? I created WOL software, but didn't do a good job of maintaining it. :|
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#14Earlier quoted context omitted.
I use it to wake my NAS a few minutes before a backup job. I've also built a reset-on-LAN card using an old wake-on-LAN-capable NIC and some simple circuitry to shape the pulse so it's suitable for the motherboard's reset signal. I send a WOL packet to the otherwise-unused address, and kapow, the presumably-wedged machine is no longer wedged! Writeup here: https://www.i3detroit.org/reset-on-lan-an-ethernet-aware-rem.…
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.
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 members :)
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#15Damn, wake on LAN, the memories. Used to disable this all the time back in the early 2000s when everyone was scanning ports.
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#16Is Wake on Lan still actively used? I created WOL software, but didn't do a good job of maintaining it. :|
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#17An 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…
My very simple solution is to use a smart plug and config the mainboard to wake on power.
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#18Damn, wake on LAN, the memories. Used to disable this all the time back in the early 2000s when everyone was scanning ports.
Back then people hooked up their desktops directly to the Internet like it was nothing. It used to be, you could scan open ports on your IP range and find exposed SMB shares to rummage around in.
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#19Earlier quoted context omitted.
Back then people hooked up their desktops directly to the Internet like it was nothing. It used to be, you could scan open ports on your IP range and find exposed SMB shares to rummage around in.
There was also a time where seconds after installing Windows XP and plugging the Ethernet, your PC would get infected. No browsing, no nothing.
Re: Using Wake on LAN (WOL) Across the Internet (2010)
#20An 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…
My very simple solution is to use a smart plug and config the mainboard to wake on power.