Hello,
does anyone knows if is possible to send a "magic packet" from internet through the ASG in order to remotely turn on sleeping server?
thank you
eclipse79
This thread was automatically locked due to age.
If you create a quick How-To list, please post it back here for others.
Thank you Bob,
I think you have found the solution, tonight I'll try. Until now I was never be able to find a software that could use a defined port and ip! All other softwares need only mac address! With a simple nat it should work
I'll inform you as soon as possible!
eclipse79
I googled: remote magic packet wol internet
I found: Wake On LAN through your LAN or the Internet
If you create a quick How-To list, please post it back here for others.
Cheers - Bob
Hallo!
You may connect to the ASG via SSH and use following command:
/usr/sbin/ether-wake -i INTERFACE MACADRESS
for example
/usr/sbin/ether-wake -i eth0 00:11:22:33:44:55
Manfred