What's new
  • 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!

Asus merlin Wake on Wan config

what i did in mine was...
created 3 scripts to wake 3 devices..
example:
wakepc1.sh
wakepc2.sh
wakepc2.sh

then added the following entries to wan-start.

#script for sending WOL packets when traffic to specified ip's
sh /jffs/scripts/wakepc1.sh& # wakes up server pc
sh /jffs/scripts/wakepc2.sh& # wakes up patricia pc
sh /jffs/scripts/wakepc3.sh& # wakes NAS

Once the pcs etc, are properly configured one can even wake/start a pc via remote desktop, tested in windows 7 and 8.

There is probably a more clean way of doing it but i would not know, all i know i got it working like that for several months.
 

Latest threads

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!
Back
Top