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. 

    __________________________________________________________________________________________________________________

  • Thanks for the reply. Yes I know this is an unusual setup but it's something we need to do.

     

    I'm having trouble getting this done. Is there any documentation that I can follow?

     

    Thanks. 

  • You will run into a special construct of NATing because XG will choose a random IP out of the Range you select. 

     

     

    But it should work fine. You want to do 1:1 NAT isn´t it? 

    __________________________________________________________________________________________________________________

Reply
  • You will run into a special construct of NATing because XG will choose a random IP out of the Range you select. 

     

     

    But it should work fine. You want to do 1:1 NAT isn´t it? 

    __________________________________________________________________________________________________________________

Children