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

Question: Firewall Rule External WAN Adress/Network

Hello!

First a little background: Right now I'm trying to set up L2TP over IPSec for my Android smartphone. It does work when connecting to the internal IP address of the firewall but when I try to connect to my public IP it doesn't work.

While looking at the Live-logs I saw the following: 

Default DROP UDP  PublicIPofSmartphone:3591→10.0.0.2:500

10.0.0.2 is the address of the WAN interface so it gets to the firewall and is dropped after that. (There's a modem between Firewall and Internet of course but the port forwarding there seems to work.) So I created a rule to allow packets from any IPv4 (only the correct ports) to "External (WAN) Address".

After setting up this rule it wasn't a Default DROP anymore. (But packets are still dropped according to the "normal" log. [:(] )

Anyway: VPN still didn't work so I started trying things again. One thing was to change the destination from "External (WAN) Address" to "External (WAN) Network" in this firewall rule.

So here is my question: After changing it the firewall showed "Default DROP" in the live log again. Why is that? The packets only don't get default dropped when the firewall rules says WAN Address instead of WAN Network.

Shouldn't WAN Network cover any of the 10.0.0.0/24 addresses including 10.0.0.2?

Thanks in advance!


This thread was automatically locked due to age.
Parents
  • Thanks for your answer!

    My question is why the firewall drops the packets if I say "Allow all packets with destination 10.0.0.0/24 and port xyz" and only works if I say "Allow all packets with destination 10.0.0.2 and port xyz".

    10.0.0.2 is inside 10.0.0.0/24 so shouldn't it still work? So my question is a general question about how Sophos UM9 works. [:)]

    (Btw about VPN: I realized I have to DNAT the traffic incoming on the external interface to the internal interface, so I'm making progress there [;)])
Reply
  • Thanks for your answer!

    My question is why the firewall drops the packets if I say "Allow all packets with destination 10.0.0.0/24 and port xyz" and only works if I say "Allow all packets with destination 10.0.0.2 and port xyz".

    10.0.0.2 is inside 10.0.0.0/24 so shouldn't it still work? So my question is a general question about how Sophos UM9 works. [:)]

    (Btw about VPN: I realized I have to DNAT the traffic incoming on the external interface to the internal interface, so I'm making progress there [;)])
Children
No Data