I use wol command and wol works correcly, but if my router resarted wol doesn't works, because my router lost entrys of arp table. How to create manually an ARP mapping entry? 'arp -s' isn't working. I have to use 'arp add_new_hw_address to host' command before i use wol command. (like in Linux: 'arp -s 192.168.5.2 00:1D:5A:44:18:F1')
I use wol command from crontab:
10 20 * * 1 wol -h 192.168.5.255 00:1D:5A:44:18:F1
10 20 * * 2 wol -h 192.168.5.255 00:1D:5A:44:18:F1
10 20 * * 3 wol -h 192.168.5.255 00:1D:5A:44:18:F1
10 20 * * 4 wol -h 192.168.5.255 00:1D:5A:44:18:F1
10 20 * * 5 wol -h 192.168.5.255 00:1D:5A:44:18:F1