This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wake_on_lan [2012/01/22 06:37] ispyisail created |
wake_on_lan [2013/05/21 15:59] (current) eric |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | | ||
+ | |||
====== Wake on LAN ====== | ====== Wake on LAN ====== | ||
+ | |||
===== Introduction ===== | ===== Introduction ===== | ||
Line 5: | Line 8: | ||
Wake-on-LAN (WOL) is an Ethernet computer networking standard that allows a computer to be turned on or woken up by a network message. | Wake-on-LAN (WOL) is an Ethernet computer networking standard that allows a computer to be turned on or woken up by a network message. | ||
- | The message is usually sent by a program executed on another computer on the same local area network. It is also possible to initiate the message from another network by using Subnet directed broadcasts or a WOL gateway service. | + | The message is usually sent by a program executed on another computer on the __same |
In order for Wake-on-LAN to work, parts of the network interface need to stay on. | In order for Wake-on-LAN to work, parts of the network interface need to stay on. | ||
+ | |||
+ | To support WOL you must have a computer with Motherboard that supports WOL, as well as a Network Controller (NIC) supporting this function. | ||
+ | |||
+ | ===== Setup ===== | ||
+ | |||
+ | ==== Router ==== | ||
+ | |||
+ | Devices connected to the router should be auto detected. Not all devices detected can be woken up. | ||
+ | |||
+ | {{ :: | ||
+ | |||
+ | ==== Computer ==== | ||
+ | === BIOS === | ||
+ | |||
+ | Wake On LAN is usually disabled by default in most PCs. This feature, if optional, must be enabled in your BIOS otherwise WOL isn't going to work. Consult your motherboard' | ||
+ | === LAN adapter === | ||
+ | On the LAN adapter of the computer (physical ethernet adapter and/or wireless, given BIOS support), choose Properties/ | ||
+ | {{ :: | ||
+ | |||
+ | {{ :: | ||
+ | Power Management tab (far right). Check the second and third boxes to enable WOL. | ||
+ | {{ :: | ||
+ | You might want to enable power-on feature as well | ||
+ | {{ :: | ||
+ | |||
+ | Press OK until you are back at Network Connections. | ||
+ | |||
+ | Now the computer can normally be started from Hibernate, Standby, or PowerOff modes via a special management packet. | ||
+ |