Recently I needed to wake up a Synology NAS from another Synology NAS while sitting thousands of miles away. Normally sending a magic packet (WOL) over the internet should work provided that port 9 is forwarded. However, for a particular setup I have it didn't (something to do with how the network is configured I think, although I'm not sure yet). So I needed to do this from a Synology (on the same LAN) that I accessed via VPN and it worked.
All one needs to do is create a task (Control Panel > Task Scheduler) to be run by root with the following:
or another eth interface. MAC address in the XX:XX:XX:XX:XX:XX without brackets.
Of course, for this to work your device should be configured to WOL. To WOL or not to WOL, that is the question
All one needs to do is create a task (Control Panel > Task Scheduler) to be run by root with the following:
synonet --wake [MAC address] eth0;
or another eth interface. MAC address in the XX:XX:XX:XX:XX:XX without brackets.
Of course, for this to work your device should be configured to WOL. To WOL or not to WOL, that is the question