Fix Double NAT Issues
Eliminate the double NAT problem caused by two routers on the same network to fix gaming, VoIP and port-forwarding issues.
Updated 2026
-
1
Confirm double NAT
Run a traceroute (
tracert 8.8.8.8on Windows). If you see two private IP addresses (e.g. 192.168.x.x then 10.x.x.x) before a public IP, you have double NAT. -
2
Identify which device is the outer router
This is usually the modem/router supplied by your ISP.
-
3
Option 1 — Enable bridge / pass-through mode
Log in to the ISP modem and enable Bridge Mode or IP Pass-Through. This turns it into a pure modem and lets your router handle NAT.
-
4
Option 2 — DMZ the inner router
In the ISP modem's admin page, add your router's WAN IP to the DMZ. This passes all traffic to your router.
-
5
Option 3 — Use only one router
Connect devices directly to the ISP modem if it has enough ports, removing the second router entirely.
-
6
Confirm the fix
Run traceroute again — you should now see only one private IP hop before the public address.