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

Is it possible to set up Full Nat rule for an entire subnet?

I will try to explain this as best as I can with my limited knowledge in networking. This is using XG 210 hardware.

We have setup a connectivity from our Azure VNet to our on premises location with a XG 210. In our Azure VNet we have a subnet (ex. 172.0.0.1/24) and we a need to route traffic coming from any IP within that range to a 10.x IP.

Is this possible? Please let me know if you need more info.

Thanks.



This thread was automatically locked due to age.
Parents Reply Children
  • Thanks for the reply Ian, I will take a step back and try to explain what we are trying to do.

    We need to create a Telnet connection with a device that only accepts traffic and talks to a 10.1.x IP, the is going to be traffic coming from our Azure VNet from any IP in 172.18.3.0/24 range. 

    How can we make a Full NAT translation from the 172.x IPs to the 10.x IP.

     

    Thanks.

  • Hi Albert,

    is the traffic both ways and if not where does it originate? If using telnet you would not need a 1:1 NAT. 

    Ian

    XG115W - v19.5.1 mr-1 - Home

    If a post solves your question please use the 'Verify Answer' button.

  • Correct traffic is both ways.

    - 172.x initiates a session with 10.x

    - 10.x sends files to 172.x

    - 172.x runs clean up on 10.x

    During that entire sequence the 10.x device can only talk to another 10.x device which is why we need the NAT translation.

    I hope that makes sense.

    Thanks again.

  • Yes, to a certain degree. So a 10 device never originates traffic?

    In that case you only need a NAT from the 172 to 10 network. The XG firewall will handle the return traffic from the 10 network as part of the valid connections between the two devices.The firewall would not see the return traffic using the 10 to 172 NAT as valid.

    Ian

    XG115W - v19.5.1 mr-1 - Home

    If a post solves your question please use the 'Verify Answer' button.

  • Understood. I will give it a try and report back. Thanks again.