How to fix and resolve double NAT issues on your business network
Summary
This guide helps you troubleshoot and resolve: How to fix and resolve double NAT issues on your business network. Follow the steps below to fix the issue.
Common Causes
Double NAT happens when two devices on your network are both performing Network Address Translation (NAT) at the same time. This is a common issue in small business and home office setups, particularly when a modem/router supplied by your internet provider is connected to a secondary router you have added yourself. While the internet may appear to work, double NAT can cause problems with VPNs, remote desktop sessions, online gaming, VoIP calls, port forwarding, and certain cloud applications. This guide will help you identify whether double NAT is affecting your network and walk you through resolving it.
Symptoms of Double NAT
Before making changes, confirm that double NAT is likely the cause of your issues. Common symptoms include:
- VPN connections drop frequently or fail to establish
- Remote desktop or remote access tools cannot connect to devices on your network
- Online games or VoIP services experience lag, disconnections, or one-way audio
- Port forwarding rules set on one router do not appear to work
- Devices on your network cannot see each other across different router subnets
- Your device shows a WAN IP address beginning with
10.,172.16.through172.31., or192.168.when checking online, rather than a public IP
192.168.0.x or 10.0.0.x) rather than a public address, you have double NAT.
Quick Fix Overview
There are two reliable ways to resolve double NAT. Choose the option that best suits your equipment:
- Bridge the primary modem/router so it passes the public IP straight through to your secondary router, which then handles all routing and NAT.
- Disable NAT on the secondary router and let the primary modem/router perform all routing functions.
For most small business networks, Option 1 (bridge mode) is the preferred approach because it keeps your secondary router in control of your local network features such as Wi-Fi, firewall rules, and DHCP.
Option 1: Put Your Modem/Router into Bridge Mode
Before You Begin
- Identify the make and model of your modem/router. This is usually printed on the back or bottom of the device.
- Find the default gateway IP address (commonly
192.168.1.1,192.168.0.1, or10.0.0.1) and the admin credentials. These are often on a sticker on the device. - Note any custom settings on the primary router, such as Wi-Fi names, passwords, or VoIP configurations, as these will be disabled once bridge mode is enabled.
Step-by-Step Instructions
- Connect a computer to the primary modem/router using an Ethernet cable, or join its Wi-Fi network.
- Open a web browser and type the router's gateway IP address into the address bar. Press
Enter. - Log in with the router's admin username and password.
- Navigate to the internet, WAN, or connection settings. The exact menu name varies by manufacturer. Look for sections labelled Internet, WAN, Connection Type, or Network Mode.
- Change the operating mode from Router or Gateway to Bridge Mode. Some devices call this IPoE Bridge, Transparent Bridging, or Modem Only Mode.
- Save the changes. The router may reboot automatically.
- Reconnect your computer directly to the secondary router and verify that its WAN IP address is now a public IP rather than a private one.
Common Vendor Paths
- Netgear: Advanced > Advanced Setup > Router / AP / Bridge Mode
- TP-Link: Advanced > Operation Mode > Bridge Mode
- ASUS: Administration > Operation Mode > Wireless Router Mode / Access Point Mode
- Technicolor / Telstra Smart Modem: Advanced > Browse Local Network Devices > your modem > Settings > Connection Type
- iiNet / Budii modems: Advanced > WAN > Bridge Mode
If your ISP-locked modem does not expose a bridge mode option, you may need to contact your internet provider to request it, or proceed with Option 2 instead.
Option 2: Disable NAT on the Secondary Router
Use this option when you cannot put the primary modem into bridge mode, such as with some ISP-supplied locked devices.
Step-by-Step Instructions
- Connect a computer to the secondary router via Ethernet or Wi-Fi.
- Open a web browser and enter the secondary router's gateway IP address.
- Log in with the admin credentials.
- Navigate to the Advanced, Firewall, or NAT settings.
- Disable NAT. Depending on the router, this may be labelled NAT Filtering, NAT Boost, or Hardware NAT. Some routers require you to switch the operating mode to Access Point Mode or Wireless Access Point instead.
- Save the settings and allow the router to reboot.
- Confirm that devices connected to the secondary router can access the internet and that the WAN IP shown on the primary router matches a public IP address.
Verifying the Fix
After applying either option, confirm that double NAT has been resolved:
- From a device on your network, visit a site such as whatismyip.com and note the public IP address shown.
- Log into your primary modem/router and compare the WAN IP address. They should match.
- Test the service that was previously failing, such as your VPN connection, remote desktop session, or VoIP call.
- From a computer, run
tracert 8.8.8.8in Command Prompt or Terminal. You should see only one hop before reaching your ISP's network, not two private router hops in a row.
Troubleshooting
The bridge mode option is missing on my modem
Some ISP-supplied modems lock this setting. Check whether your ISP provides a separate login or a companion app that exposes bridge mode. If not, use Option 2 or contact your ISP to confirm whether bridge mode is available on your plan.
I lost internet access after switching modes
- Power cycle both routers in order: modem first, then secondary router, waiting around 60 seconds between each.
- Confirm that the Ethernet cable between the modem and the secondary router is plugged into the WAN or Internet port on the secondary router, not a LAN port.
- Revert the changes if necessary and reconnect directly to the modem to restore access while you troubleshoot.
VPN still will not connect
Double NAT may not be the only cause. Check that the VPN client is configured for your network and that no firewall rules are blocking the required ports. For ongoing issues, contact your VPN provider or network administrator for further assistance.
VoIP or gaming still has issues
If voice or gaming problems persist after resolving double NAT, check for QoS (Quality of Service) settings on your router and ensure firmware is up to date. Some applications also require specific ports to be forwarded on your secondary router.
Still Having Issues?
💻 Open a Ticket