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 to logical host

Hi

I need to NAT my LAN traffic to a logical host which is placed inside a site-to-site VPN.

My VPN is established and I can see my NAT rule being hit, however the traffic is not traversing the VPN, its following the default route out of the WAN.

As the host I am natting to is not assigned to an interface, do I need to add a manual route to a VPN interface as I would expect to do on an SRX for example?

Many Thanks



This thread was automatically locked due to age.
Parents Reply
  • This will not work. Because a 1:N NAT will not work. How should the appliance know, which DNAT it should translate to. 

    Stateful firewall will keep the first NAT correct. Means that LAN to 1.1.1.1 will work, traffic back will be translated to the origin system. 

    But if the VPN tries to reach something. like 1.1.1.1, which system should it reach? SNAT (MASQ) cannot work to a N basis. 

Children