 svenlange
join:2005-04-29 estonia
| reply to flw Re: Wake-On-Lan (WOL) solved
Persistant ARP entry yes thats it - the problem is that i was unable to use command ARP -s in my router (wrt54g) because this one has it not. So I used iproute2 tools for it. And of course the im doing it in my router. The idea is to broadcast a packet to local lan . Destination MAC ff:ff:ff:ff:ff:ff will do just that.
Port forwarding to 192.168.0.255 will not do it (this is adverticed everwhere as a sloution) - because forwarding to broadcast address will not work with iptables as packets (*.255 destination) somehow do not reach FORWARD chain - no matter what I tried. |