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

Setup NAT rule for Wake on wan

Hello, I have a Microsoft home server which goes to sleep using the lights out application. 
This application supports WOW which would allow me to have the server sleep during the day and then I can just wake it when I need it.
Details on the lights out feature here
Wake On Wan - We Got Served Forums

Here is how I have it setup:
DNAT: ANY - Port 9 UDP - internal (LAN) (Broadcast) - Destination: MS Home Server
Destination Service - [empty]
Auto Packet Filter Rule, Log Packets

But it is dropping the incoming traffic still. What am I missing?


This thread was automatically locked due to age.
Parents
  • The first DestIP should be your external IP.

    The second DestIP needs to be your internal broadcast; that's what I'm asking about.

    tcpdump has tons of documentation online.

    Barry
  • I'm having the same issue.  

    When the destination on the NAT is set to the IP address of the host I want to wake up, I see the packet get to the host.  When the destination is set to a broadcast address, either the local broadcast or the full broadcast address, I don't see the packet come on the wire.

    Seems as if the firewall doesn't want to forward to broadcasts addresses.  It needs the broadcast address since the host is sleeping and won't respond to arp requests to try a directed packet.

    I'm going to see if I can configure a static arp entry on the firewall for my destination IP to see if I can get the firewall to forward to that mac address.

    The firewall should be able to broadcast to broadcasts but I don't see that happening.
Reply
  • I'm having the same issue.  

    When the destination on the NAT is set to the IP address of the host I want to wake up, I see the packet get to the host.  When the destination is set to a broadcast address, either the local broadcast or the full broadcast address, I don't see the packet come on the wire.

    Seems as if the firewall doesn't want to forward to broadcasts addresses.  It needs the broadcast address since the host is sleeping and won't respond to arp requests to try a directed packet.

    I'm going to see if I can configure a static arp entry on the firewall for my destination IP to see if I can get the firewall to forward to that mac address.

    The firewall should be able to broadcast to broadcasts but I don't see that happening.
Children