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 works as expected.
...at least until the router is restarted for whatever reason.
Is there any way to make this setting permanent? Or, in other words, is there some way to set up a start-up script or command on this router?
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 works as expected.
...at least until the router is restarted for whatever reason.
Is there any way to make this setting permanent? Or, in other words, is there some way to set up a start-up script or command on this router?