Turn on Home Computer Remotely [closed]

When I am traveling I would like the ability to remote into my home computer from my laptop rather than transfer all of my tools/data to my laptop. However I don't want to leave my home computer on 24/7 while I am gone (also there is risk of a power failure turning it off).

Is there any simple/cheap technology like wake-on-lan that will let me remotely power up my home computer and login ?


Solution 1:

This web site has excellent information. Essentially you will want to leave your router on and enable Wake On LAN in your computer's BIOS or network card settings. Put both the router and the computer on a battery backup to mitigate any minor power issues to keep them running. Ensure the router is configured to forward packets to the internal IP of your computer through NAT routing so the WOL packets can find your computer. Also be sure to forward the appropriate ports for remote desktop, ssh, etc.

Solution 2:

Something like this, or similar will work. Coding Horror has a post on this same topic. :-) A Google search also renders plenty as well.

Solution 3:

With DD-WRT on your router you can send out a wake-on-lan message. I suspect the same is true with tomato and several other of the open firmwares. I find that it tends to be much more reliable then transmitting the WOL across the Internet. NATs and Firewalls sometimes get in the way of a WOL sent from some random wifi hotspot.

Another option is to forward some port and then use a site like http://www.wakeonlan.me/. You can be pretty sure that they have made sure that their WOL packets get out.

Solution 4:

Call your wife and ask her to turn on your computer.