# ether-wake
BusyBox v1.20.2 (2015-03-23 22:34:23 MST) multi-call binary.
Usage: ether-wake [-b] [-i iface] [-p aa:bb:cc:dd[:ee:ff]] MAC
Send a magic packet to wake up sleeping machines.
MAC must be a station address (00:11:22:33:44:55) or
a hostname with a known 'ethers' entry.
-b Send wake-up packet to the broadcast address
-i iface Interface to use (default eth0)
-p pass Append four or six byte password PW to the packet
# cru
Cron Utility
add: cru a <unique id> <"min hour day month week command">
delete: cru d <unique id>
list: cru l
# cru a MyWOL "00 23 * * * /jffs/scripts/MyWOL.sh"
# cru l
00 23 * * * /jffs/scripts/MyWOL.sh #MyWOL#
#!/bin/sh
cru a WOL "00 23 * * * /usr/bin/ether-wake -b -i br0 xx:xx:xx:xx:xx:xx"
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!