I have a small home network with the router capable of running OpenWRT, is there some utility or firewall rule, which can be used to Wake On LAN on request. What I think - if I want to access my media centre (using for example SSH or HTTP) and it is suspended, is it possible to catch the ICMP packet (saying the machine is offline) and send the WOL packet to wakeup the machine and resend the SSH or HTTP request? Thanks
feedback
|
migrated from serverfault.com Jan 16 '11 at 17:21
This question came from our site for system administrators and desktop support professionals.
|
I want to do something like this too, and up till now the Apple "Sleep Proxy" was the only option I could find. "Sleep Proxy" is built in to Bonjour. There was some attempt to support this in OpenWRT but i'm not sure how far it got. Here are some links:
Microsoft have also ripped it off:
But the iptables QUEUE idea looks pretty sweet. If you play around with this without delving into C, there are some nice looking python bindings here:
| |||
|
feedback
|
|
The iptables | |||
|
feedback
|
|
This may be useful : Wake On LAN - Switch your computer ON through your LAN or the Internet | |||
|
feedback
|