Does wake-on LAN/WOL depend on hardware or the operating system? Or both? How does one send a command to wake up a machine if it is supported (say a Fedora server)?
|
feedback
|
|
Hardware, and the associated firmware that runs on that hardware. It is OS independent. There are a plethora of WoL utilities to send a "wake up" packet (sometimes called a Magic Packet). Try the port/package management system in your OS (or Google it). It's usually as easy as | |||
|
feedback
|
|
Wake On Lan involves sending a "magic packet" which contains the MAC address of the destination computer. There's a lot of detail here: The best way to send a WOL request from one Linux box to another is ether-wake. If you're looking for it in Fedora, install the net-tools package:
The syntax is pretty darned easy:
Just replace | |||
|
feedback
|
|
Both, the hardware is a fundimental requirement but the control of WoL is passed to the os on boot and the os could change if it works or not. | |||||||||
feedback
|
|
The following guide goes step by step on configuration and gives good understanding of WOL. Please read at http://www.thegeekstuff.com/2008/11/wol-wakeonlan-guide-remotely-turn-on-servers-without-physical-access/ | ||||
|
feedback
|