has the APPro firmware already implemented function Wake on LAN (ability to start any computer in LAN via router - web administration) or is it possible to implement this function at least in next firmware release? I think it would be really useful.
From what I recall, we added this feature to the firmware (via shell command). Some people reported problems, some said it works OK. Command is available in firmware released on 03.09.2009 (don't remember if other versions had that as well).
wol mac_address
Command options:
Code:
Usage: wol [OPTION] ... MAC-ADDRESS ...
Wake On LAN client - wakes up magic packet compliant machines.
--help display this help and exit
-V, --version output version information and exit
-v, --verbose verbose output
-w, --wait=NUM wait NUM millisecs after sending
-h, --host=HOST broadcast to this IP address or hostname
-i, --ipaddr=HOST same as --host
-p, --port=NUM broadcast to this UDP port
-f, --file=FILE read addresses from file FILE ("-" reads from stdin)
--passwd[=PASS] send SecureON password PASS (if no PASS is given, you
will be prompted for the password)
Each MAC-ADDRESS is written as x:x:x:x:x:x, where x is a hexadecimal number
between 0 and ff which represents one byte of the address, which is in
network byte order (big endian).
PASS is written as x-x-x-x-x-x, where x is a hexadecimal number between 0
and ff which represents one byte of the password.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum