This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WOL over the Internet

I know this topic has been discussed in the past, however, in each case there has not been an actual detailed solution tabled, only alternative workarounds.

I am wanting to send a WOL packet via my Android smartphone to my home PC.  I have the latest Astaro v8 free running on a dedicated machine.  I can do this successfully for ~60 seconds after the machine is put to sleep but this then fails to work due to the ARP cache entry expiring.  Astaro is setup with a DNAT forwarding port 9 to my PC as it seems that it will not transmit a broadcast via NAT.

There are a number of potential solutions to this problem:
1) Setup a static ARP entry
2) Setup bridging

I am not sure if #1 is possible with Astaro, does anyone know this?

#2 was suggested in a couple of the previous WOL discussions, however I am unsure of the theory of how this would work in conjunction with the existing NAT setup or the repercussions of doing so (in particular with respect to security).  Is anyone able to enlighten me on the details of this particular setup?

Any info would be greatly appreciated.

Cheers,

Sam.


This thread was automatically locked due to age.
Parents
  • OK. 
    Check your DNAT for that service, and if it looks OK, you could run 
    tcpdump dst port 5555 
    (as root) and see if you can see both the incoming packet from the internet, and the packet being forwarded to your PC.

    However, I notice that your log shows UDP port 5555 but the discussion above mentions UDP port 9; I'm not sure which is correct.

    Barry
Reply
  • OK. 
    Check your DNAT for that service, and if it looks OK, you could run 
    tcpdump dst port 5555 
    (as root) and see if you can see both the incoming packet from the internet, and the packet being forwarded to your PC.

    However, I notice that your log shows UDP port 5555 but the discussion above mentions UDP port 9; I'm not sure which is correct.

    Barry
Children
No Data