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
  • Hi,

    this is possible but looks very odd.

    You have to do 2 Full NAT Rules.

    1. 172 to 10 with DNAT and SNAT to a Range. 

    2. 10 to 172 with DNAT and SNAT to a Range. 

     

    This will do a 1:1 NAT. You can basically perform the same with /16 etc. 

Reply
  • Hi,

    this is possible but looks very odd.

    You have to do 2 Full NAT Rules.

    1. 172 to 10 with DNAT and SNAT to a Range. 

    2. 10 to 172 with DNAT and SNAT to a Range. 

     

    This will do a 1:1 NAT. You can basically perform the same with /16 etc. 

Children