Bijan
New Around Here
I recently went from DD-WRT to Asus-WRT Merlin. I have been having some issues getting WoL to work properly.
Here is what I have done so far.
Administration > System > Enabled JFFS Custom Scripts/Configs
Created /jffs/scripts/net-start script that runs `arp -i br0 -s 192.168.1.254 FF:FF:FF:FF:FF:FF`. Made script executable.
WAN > Port Forwarding > Added entry with Port of 9 for Port Range and Local Port and put in 192.168.1.254 for Local IP.
Downloaded Wake On LAN Monitor and turned on for Port 9 to alert me of Wake On LAN Packets.
Network Tools > Wake on LAN > Attempted to wake up PCs MAC Address. Nothing happened.
I SSH'd into Router and tried to run `ether-wake -b -i br0 F0:79:59:XX:XX:XX`
Running `arp -a 192.168.1.11x` returns `Zebra (192.168.1.11x) at f0:79:59:xx:xx:xx [ether] on br0`
I tried changing the IP of the Port forwarding to the actual PCs IP and it did not work either.
Is there something I am doing wrong? My PC should already have the correct WOL settings since it was working with DD-WRT
Here is what I have done so far.
Administration > System > Enabled JFFS Custom Scripts/Configs
Created /jffs/scripts/net-start script that runs `arp -i br0 -s 192.168.1.254 FF:FF:FF:FF:FF:FF`. Made script executable.
WAN > Port Forwarding > Added entry with Port of 9 for Port Range and Local Port and put in 192.168.1.254 for Local IP.
Downloaded Wake On LAN Monitor and turned on for Port 9 to alert me of Wake On LAN Packets.
Network Tools > Wake on LAN > Attempted to wake up PCs MAC Address. Nothing happened.
I SSH'd into Router and tried to run `ether-wake -b -i br0 F0:79:59:XX:XX:XX`
Running `arp -a 192.168.1.11x` returns `Zebra (192.168.1.11x) at f0:79:59:xx:xx:xx [ether] on br0`
I tried changing the IP of the Port forwarding to the actual PCs IP and it did not work either.
Is there something I am doing wrong? My PC should already have the correct WOL settings since it was working with DD-WRT