| Disclaimer: Waking up your computer remotely requires configuration of various devices (network card, router, firewall …) depending on your configuration. WOL is a working application and CodeFlakes cannot be held responsible for any malfunction due to bad configuration. That been said, here are some tips to help you with the configuration process. |
PC configuration
1 – Wake On LAN is disabled on most computer by default. Make sure this feature is enabled in your BIOS
2 – Make sure that Wake On LAN is also enabled in your network card driver settings.
3 – If you have a router/internet box/NAT you most probably have to add a port forwarding entry to tell the router how to broadcast the wake up packet to your local machine. WOL use port 7 so your have to add an entry like this:
| ServiceName | FromPort | Protocol | ToPort | ToIP |
| WOL | 7 | UDP | 7 | 192.168.1.10 |
Where 192.168.1.10 is replaced by the local IP of your machine.
Here is a screenshot of an actual router configuration. In this example the user didn’t specified the IP of the destination device since this router support the broadcast feature (255 = anyone of the 192.168.1.x devices). Be aware that not all routers work the same way and some need you to specify the exact IP of the target computer.
Phone configuration
1 – Create a new device entry from the Option menu –> Devices –> Add
2 – Edit the settings of the new created device by selecting it with the OK/SELECT key.
Note: WOL works with any kind of operating system (Microsoft, Apple, Linux, …) Only help for Windows is available right now.
How to get your MAC address on windows ?
On the Windows computer you which Open a command prompt and type: ipconfig /all. Your MAC address is the “Physical address” field.
How to get your public IP ?
Go to this site: http://www.whatismyip.com/ or this one http://www.ip-adress.com/
Links
Wikipedia page on Wake on LAN if you want the technical juicy details.