1
I have a standard 3801HGV Uverse router, and I am attempting to configure Wake on WAN for it. I have forwarded port 9 with UDP, WOL works great, and so now I have attempted to send the magic packets from my router. The only problem is, the connection is refused when I attempt to telnet or ssh into 192.168.1.254 as user "admin". The bottom line is, I'm doing something wrong in terms of router configuration, obviously, and I don't know what.
$ telnet 192.168.1.254
Trying 192.168.1.254...
telnet: Unable to connect to remote host: Connection refused
$ telnet -l admin 192.168.1.254
Trying 192.168.1.254...
telnet: Unable to connect to remote host: Connection refused
Wouldn't I need remote access to the broadcast ip in order to wake it over the internet? Even with an application? – fmi11 – 2015-05-27T13:09:40.547
You need remote access to your gateway's public IP. This can be done via DDNS but in the case of uVerse, your public IP almost never change unless you replace the gateway. The WOL application will take care of the rest. – some user – 2015-05-27T15:39:03.410
Do you have any suggestions for linux systems? I've used etherwake and wakeonlan but they don't work with WOW, just WOL. – fmi11 – 2015-05-27T16:20:20.853