• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

WOL w Asuswrt Merlin

paulb787

Occasional Visitor
Hey,

I have been trying to get WOL working and just havnt been able to do so on stock or merlin but dd-wrt no problem. I believe it has something to do with needing a static arp. It will work sometimes but not all.

DD-WRT uses arp -i br0 -s 192.168.1.254 FF:FF:FF:FF:FF:FF in the commands. It says not to change the mac and just use FF:FF:FF:FF:FF:FF..

would there be a way to set this up in asuswrt merlin. I prefer that firmware over dd-wrt.

Thanks
 
Hey,

I have been trying to get WOL working and just havnt been able to do so on stock or merlin but dd-wrt no problem. I believe it has something to do with needing a static arp. It will work sometimes but not all.

DD-WRT uses arp -i br0 -s 192.168.1.254 FF:FF:FF:FF:FF:FF in the commands. It says not to change the mac and just use FF:FF:FF:FF:FF:FF..

would there be a way to set this up in asuswrt merlin. I prefer that firmware over dd-wrt.

Thanks

I'm actually using the same arp command together with port forward and WOL works fine even from Internet.
 
should I use arp -I br0 -s 192.168.1.111 FF:FF:FF:FF:FF:FF

OR arp -I br0 -s 192.168.1.1111 My:ACTUAL:MAC

or

I have seen

arp -s 192.168.1.1111 My:ACTUAL:MAC


and where should I put it? in services-start script?
 
should I use arp -I br0 -s 192.168.1.111 FF:FF:FF:FF:FF:FF

OR arp -I br0 -s 192.168.1.1111 My:ACTUAL:MAC

or

I have seen

arp -s 192.168.1.1111 My:ACTUAL:MAC


and where should I put it? in services-start script?

You should always use FF:FF:FF:FF:FF:FF in arp command. You only use the real MAC address in WOL client.

I guess service-start is fine. But I also add a cru command in that script to create a cron job to refresh that arp command every hour. Otherwise it'll be removed sooner or later.

Sent from my Xperia ZR using Tapatalk

EDIT: I checked and found that my arp command is added in wan-start while the cron command in init-start.
 
Last edited:

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top