Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

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

How do you create a loopback/hairpin NAT to an Interface IP?

I am trying to publish multiple services to the Internet.  It is working fine using business rules.  But, I want to be able to add a loopback/hairpin NAT so that if someone inside the network uses the public IP to access the service they are redirected to the internal network.  I would also like this bound to an interface IP and not an IP object because it will not always be a static IP.



This thread was automatically locked due to age.
Parents Reply
  • Alberto,

    use the DNAT wizard and you will see that the wizard creates 3 DNAT rules:

    • dnat rule
    • loopback
    • reflexive

    If you already have the DNAT rule that matches the same traffic, delete the DNAT rule created by the wizard. Delete the reflexive rule is you do not need it and keep the loopback rule.

    If you want to create the loopback rule manually, create like this. See the screenshot:

Children