Hello everyone!
I'd like to set up WOL, so that I can wake up my PC remotely from my mobile. My PC already has a static IP, DDNS is set up, and port 9 UDP is forwarded.
Unfortunately, WOL works only for a while after the PC is turned off. I suspect the reason for this is that the ARP entry for my PC is deleted some time after the host is offline.
A simple solution is to issue the following command via SSL:
arp -i br0 -s <static IP of PC> <MAC address of PC>
With the above command, WOL...
Startup script on RT-AC58U
I'd like to set up WOL, so that I can wake up my PC remotely from my mobile. My PC already has a static IP, DDNS is set up, and port 9 UDP is forwarded.
Unfortunately, WOL works only for a while after the PC is turned off. I suspect the reason for this is that the ARP entry for my PC is deleted some time after the host is offline.
A simple solution is to issue the following command via SSL:
arp -i br0 -s <static IP of PC> <MAC address of PC>
With the above command, WOL...
Startup script on RT-AC58U