Double NAT
When two routers both try to manage your network addresses, causing connection problems
What is double NAT?
NAT (Network Address Translation) is how your router lets multiple devices share a single internet address. Every home router does this: it takes the one public IP address your internet provider gives you and creates a private network where each device gets its own internal address.
Double NAT happens when you have two devices doing this job at the same time. The most common scenario is when your ISP gives you a modem/router combo, and you plug your own router into it. Now you have two layers of address translation, one inside the other, like putting a mailroom inside another mailroom. Your data has to pass through two gatekeepers instead of one.
Why it matters
For basic web browsing and email, double NAT usually works fine and you might never notice it. The problems show up with things that need direct connections between your device and the outside world.
Online gaming is one of the most affected activities. Many games need to establish direct connections with other players, and double NAT makes this difficult or impossible. You might see "strict NAT" warnings in games like Call of Duty, or have trouble joining voice chat. Video calling, VPN connections, remote desktop, smart home devices, and hosting anything (like a game server or security camera) can all have trouble behind double NAT. Port forwarding, which is a common fix for these issues, also breaks because you would need to set it up on both routers.
What you can do
- Put your ISP's device in bridge mode. This is the cleanest fix. Bridge mode turns off the routing functions in your ISP's modem/router, letting your own router handle everything. Check your ISP's support site or call them for instructions specific to your equipment.
- Use only one router. If your ISP's device has WiFi and routing built in, you might not need your own router at all. Or if you prefer your own router, ask your ISP for a modem-only device.
- Set up a DMZ on the outer router. If bridge mode isn't available, configure the ISP router's DMZ (demilitarized zone) to point to your inner router. This forwards all traffic to your router and mostly eliminates double NAT issues.
- Check if your ISP modem even has routing enabled. Some cable modems are just modems without NAT. Network Weather can help you confirm whether double NAT is actually happening.
- Avoid daisy-chaining routers. When adding mesh WiFi or a second access point, use access point mode instead of router mode to avoid creating a second NAT layer.
What Network Weather shows you
Network Weather detects double NAT by analyzing the network path between your device and the internet, checking whether traffic passes through more than one NAT gateway.
Check your network for double NAT
Try Network Weather