8
8
I have a perfectly running TP-WR741ND router with its native firmware (probably not so important, but here it is: 3.12.4 Build 100910 Rel.57694n).
The router is connected directly to LAN PCs (192.168.0.0/24 network). I can manage the router from my office (i.e. from the Internet). I want to be able to wake up my home PC from the office.
I'm able to send a WoL packet ("magic packet", UDP port 9) from my office's PC to my router. I can set my router to resend it to a LAN address (Forwarding > Virtual Servers) and on a running target PC I can see that the "magic packet" arrives to it (I've inspected network traffic to be sure). The problem is that I cannot provide a 192.168.0.255 address when forwarding. I get:
Error code: 26106 The IP address is not in the same subnet with LAN IP address.
Is it possible to make the router send normally the magic packet to the network broadcast address *.255 ? If yes, how it could be done?
Can't you use a static IP address for your target home pc to avoid this? – jdh – 2012-02-07T11:49:04.617
Does your router support proxy arp? – Paul – 2012-02-07T12:21:28.090
@jdh: using the static IP of my home PC (192.168.0.4) when setting up the forwarding rule doesn't help; I'm not completely sure if 192.168.0.255 is strictly necessary, but using my IP 192.168.0.4 it doesn't work; the packed is sent to my PC, as a mentioned I have checked this when the PC was running – ArtM – 2012-02-07T13:20:28.167
@Paul: The only setting related to ARP is Binding settings where I can bing a MAC address to an IP; (there is also a ARP List page, but it's only informational, read-only) – ArtM – 2012-02-07T13:22:34.387