Re: Which Firmwares support WAN-to-LAN UDP Broadcast for WOL?
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?