Re: Which Firmwares support WAN-to-LAN UDP Broadcast for WOL?
It works with DD-WRT and I presume Tomato. Of course I added custom rules to the start-up script which I'm guessing one would need to do with OpenWRT as well.
okay, so I found out that I need to add following commands to the startup scripts
ip neigh change 192.168.0.254 lladdr ff:ff:ff:ff:ff:ff nud permanent dev br0 ip neigh add 192.168.0.254 lladdr ff:ff:ff:ff:ff:ff nud permanent dev br0
Now the problem is that my OpenWrt version kamikaze does Not recgonize this command...it says something like "ip not found". So how do I run this command from telnet?