SonicWall Site to Site VPN with the same Subnet

How Can I Configure NAT Over VPN In A Site To Site VPN?

03/26/2020 1646 57159

DESCRIPTION:

A VPN tunnel cannot be established if both the destination network and the local network have the same subnets. The Apply NAT Policies feature or NAT over VPN is configured when both sides of a proposed site to site VPN configuration have identical, and hence overlapping, subnets.

https://www.sonicwall.com/support/knowledge-base/how-can-i-configure-nat-over-vpn-in-a-site-to-site-vpn/170515155805172/

Browse Knowledgebase by Category

Capture Security Center

Cloud Security

Email Security

Endpoint Security

Firewalls

Management and Reporting

MySonicWall

Secure Mobile Access

Secure Wireless

Switches

How Can I Configure NAT Over VPN In A Site To Site VPN?

03/26/2020 1646 57159

DESCRIPTION:

A VPN tunnel cannot be established if both the destination network and the local network have the same subnets. The Apply NAT Policies feature or NAT over VPN is configured when both sides of a proposed site to site VPN configuration have identical, and hence overlapping, subnets.

Network Setup:

Image

In this scenario, a VPN tunnel is created between a SonicWall NSA 2650 and a SonicWall NSA 4600 , and NAT over VPN tunnel is configured to translate the networks to a different subnet. Site A subnet, 192.168.1.0/24 is translated to a virtual subnet of 172.16.1.0/24 and Site B subnet, 192.168.1.0/24 is translated to a virtual subnet of 172.16.2.0/24.

  • Site A: 192.168.1.0 /24 is mapped to 172.16.1.0 /24
  • Site B: 192.168.1.0 /24 is mapped to 172.16.2.0 /24

RESOLUTION:

Configuring Site A (NSA 2650)

Create Address Object for Local & Remote Network

  1. Login to your SonicWall management page and click Manage tab on top of the page.

  2. Navigate to Objects | Address Objects page. On right side, click Address objects t ab and select View as Custom.

  3. Click Add button under Address Objects , to get Add Address Object Window.
    Image

  4. Create an Address Object called Local Translated . This is the NAT’ed network for the local subnet.

  • Name: Local Translated
  • Zone: LAN
  • Network: 172.16.1.0
  • Netmask: 255.255.255.0 (This is required to be identical to the actual local subnets)
  1. Create an Address Object called “Remote Translated”. This is the NAT’ed network for the remote subnet.
  • Name: Remote Translated
  • Zone: VPN
  • Network: 172.16.2.0
  • Netmask: 255.255.255.0 (This is required to be identical to the actual remote subnets)
    Image

Create VPN Policy

  1. Login to your SonicWall management page and click Manage tab on top of the page.

  2. Navigate to VPN | Base Settings page.

  3. Under VPN Policies , click Add button to get VPN Policy window.
    Image

  4. Create a new Site to Site VPN policy with settings as per the screenshot.Image

Configuring Site B (NSA 4600)

Create Address Object for Local & Remote Network

  1. Login to your SonicWall management page and click Manage tab on top of the page.

  2. Navigate to Objects | Address Objects page. On right Side, Click Address objects t ab and select view as Custom.

  3. Click Add button under Address Objects , to get Add Address Object window.
    Image

  4. Create an Address Object called Local Translated . This is the NAT’ed network for the local subnet.

  • Name: Local Translated
  • Zone: LAN
  • Network: 172.16.2.0
  • Netmask: 255.255.255.0 (This is required to be identical to the actual local subnets)
  1. Create an Address Object called “Remote Translated”. This is the NAT’ed network for the remote subnet.
  • Name: Remote Translated
  • Zone: VPN
  • Network: 172.16.1.0
  • Netmask: 255.255.255.0 (This is required to be identical to the actual remote subnets)
    Image

Create VPN Policy

  1. Login to your SonicWall management page and click Manage tab on top of the page.

  2. Navigate to VPN | Base Settings page.

  3. Under VPN Policies , click Add button to get VPN Policy window.
    Image

  4. Create a new Site to Site VPN policy with settings as per the screenshot.
    Image

  5. Once both VPN policies are configured with NAT over VPN, the following a ccess rules and NAT Policy would be auto-created.

From VPN to LAN
Image

From LAN to VPN
Image

NAT Policy
Image

How To Test

  • Bring the tunnel up by pinging the NAT’ed (translated) ip in the remote site.
  • EXAMPLE: In order to connect to the web server having IP 192.168.1.100 in Site A from Site B, use the NAT’ed IP of 172.16.1.100.
  • Likewise, in order to connect to the host IP 192.168.1.5 in Site B from Site A , use the NAT’ed IP of 172.16.2.5.