Getting WOL to work across WAN
-
Does anyone have any experience getting WOL packets to traverse cisco routers?
Here are two articles I have found on it:
[COLOR=#1f497d][url]http://www.networkworld.com/community/node/25642[/url][/COLOR]
[COLOR=#1f497d][url]https://supportforums.cisco.com/thread/29944[/url][/COLOR]
Both make sense to me.
My router for the LAN where my fog server resides is 10.10.1.1
The router on a remote LAN where I’m testing is 10.10.3.1So I have configured 10.10.1.1 with an ip helper-address of 10.10.3.255 and I have configured ip directed-broadcast on 10.10.3.1. I know these computers on the 10.10.3.1 subnet can talk to the fog server already. They can register and such because 10.10.3.1 has the ip helper for the dhcp server.
Is there something I missed? Is there more to ip directed-broadcast other than just entering the command on the router’s interface?
-
Just an update on this…
I still do not have it working across the WAN I’m working on. I’m pretty sure it has to do with other equipment (from the ISP) being in the way at this point.
-
You will probably need use something like wireshark and look for the packets to see how far they are getting.
it uses UDP port 9 i believe so you may have to allow that to go in your router also.Also you may want to remember that allowing ip-directed broadcast has the ability to flood your network with broadcast across sub nets unless you put something in place to mitigate that.