Site Tools


This is an old revision of the document!


How to use WOL

cli:

telnet /ssh –>Router (root/yourpassword)

ether-wake -i lan0 00:11:22:33:44:55


SDK script ether-wake.are:

if (nb_etherwake(“11:22:33:44:55:66”, “LAN1”) != 0) {

nb_syslog(“Unable to send WakeOnLan packet”);

exit(1);

}

nb_syslog(“WakeOnLan packet has been sent”);

exit(0);