Guest User!

You are not Sophos Staff.

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

Nat don't forward


Hello, sorry for my english

I use Sophos UTM 9 Home Edition on a virtual machine with the ESXi hypervisor.

I have a "Freebox" (192.168.0.254), which is a fairly simple box, I do not want to put myself in bridge (too inconvenient) so i decide to put the firewall sphos in the DMZ (all ports are redirected to sophos (192.168.0.100))

I created a rule NAT (DNAT / SNAT) which states that all requests on port 443 (public port) are redirected to the LAN interface (192.168.0.0) on a haproxy machine (192.168.0.247) to port 5443 (local port)

In the logs when I access a public IP:443 I see in the livelog that the request is accepted (white) but nothing happens ..

On my Sophos UTM I have only one interface (LAN)

Do you have an idea ?

thank you very much



This thread was automatically locked due to age.
Parents Reply
  • In my opinion that is the problem, because you are only translating destination IP, not the source one. I don't know what is Freebox, but I guess it is also some kind of stateful firewall device. Packet flow is:

    Public IP -> Freebox -> UTM -> Haproxy -> Freebox (denied - no session state in the NAT table).

    Try with Full NAT instead of DNAT and define UTM LAN IP as a changed source. Anyway, it is not recommended to use UTM with only one interface for firewall functionalities (you have probably seen warning during the setup).

Children