What Bridge Mode Actually Does
The box your ISP supplies is usually a combined modem and router — often called a gateway. It does two distinct jobs at once: the modem part converts the signal on your ISP's line (cable, fiber, DSL) into Ethernet, and the router part performs NAT, hands out local IP addresses by DHCP, runs a firewall, and broadcasts Wi-Fi.
Bridge mode switches off that router half. With it enabled, the gateway stops routing, stops doing NAT, and stops serving Wi-Fi — it becomes a plain modem that simply passes the connection straight through. The public IP address from your ISP is handed directly to whatever you plug in next, normally your own router, which now takes over all the routing duties. One device is in charge instead of two.
The Problem It Solves: Double NAT
If you connect your own router to an ISP gateway without bridge mode, both devices perform NAT. Your router gives your devices private addresses and translates them once; the gateway then translates again before reaching the internet. This is double NAT — two layers of translation stacked on top of each other.
Double NAT usually doesn't stop basic browsing, but it quietly breaks anything that relies on incoming connections:
- Port forwarding stops working reliably — a rule on your router still leaves the gateway's NAT in the way.
- Gaming consoles report Strict NAT (Type 3 / Type D), limiting matchmaking and chat.
- Remote access, VPN servers, and self-hosting become unreliable because external connections can't find their way through both layers.
Bridge mode removes one of those layers entirely, leaving a single, clean NAT on your own router where your port-forwarding rules and settings actually take effect.
The Other Reason: Use a Better Router
Even without a double-NAT problem, people bridge the ISP unit simply to use their own, more capable router. ISP-supplied gateways are often middling on Wi-Fi range, feature-poor, and slow to update. Putting the gateway in bridge mode lets a dedicated router — with stronger Wi-Fi, better QoS, custom DNS, VLANs, or third-party firmware — run the show, while the ISP box does nothing but deliver the raw connection. You get your hardware's full feature set instead of the lowest common denominator.
Bridge Mode vs IP Passthrough vs Access Point Mode
Three settings get confused with one another. They are not the same thing:
| Mode | What it does | Who gets the public IP |
|---|---|---|
| Bridge mode | Gateway becomes a plain modem; routing fully disabled | Your router |
| IP passthrough | Gateway keeps routing internally but assigns the public IP to one downstream device | Your router (gateway still technically in path) |
| Access point (AP) mode | A device's routing is disabled so it only adds Wi-Fi to an existing network | N/A — used on a secondary device, not the gateway |
IP passthrough is the close cousin of bridge mode and often the only option on fiber and 5G/fiber gateways that can't be fully bridged: the gateway still routes under the hood, but it forwards the public IP to your router so, in practice, double NAT is avoided. AP mode is essentially the opposite use case — it disables routing on a secondary device so it acts purely as a wireless access point, extending an existing network rather than passing through an internet connection.
How to Enable Bridge Mode
The exact steps vary by ISP and model, but the shape is always the same:
- Log into the gateway's admin page (find its address via how to find your router's IP).
- Locate the bridge mode setting — often under Gateway, Advanced, or NAT settings; some ISPs label it "Bridge," "Modem mode," or "IP passthrough."
- Enable it and save. The gateway will reboot, and its own Wi-Fi and admin features will go dark.
- Connect your own router's WAN/Internet port to the gateway, and your router will pick up the public IP and begin routing.
A few caveats are worth knowing before you flip the switch:
- You must have your own router ready — in bridge mode the gateway no longer provides Wi-Fi or DHCP.
- Only one device (your router) receives the public IP.
- Bundled services that ride on the gateway — managed Wi-Fi, the ISP's app, sometimes VoIP phone service — may stop working.
- Some ISPs hide or lock the setting; you may need to request it, and support can be limited while bridged. To reverse it, factory-reset the gateway or toggle the setting back off.
When Not to Bother
Bridge mode is not for everyone. If you are using only the ISP gateway with no second router, there is nothing to bridge — and doing so would leave you with no Wi-Fi. If you are happy with the gateway's Wi-Fi and don't host anything, the double-NAT issues never surface and the setup adds complexity for no gain. Bridge mode pays off specifically when you run your own router and want clean port forwarding, an open NAT type, or your router's full feature set.
Frequently Asked Questions
What is bridge mode?
A setting that disables an ISP gateway's routing, NAT, and Wi-Fi so it acts as a plain modem, passing the public IP straight to your own router. Your router then handles NAT, DHCP, and Wi-Fi, leaving one router in charge instead of two.
Why would I use bridge mode?
Mainly to eliminate double NAT — which breaks port forwarding, causes Strict NAT on consoles, and complicates VPNs and remote access — and to use your own router's better Wi-Fi and features instead of the ISP unit's.
What is the difference between bridge mode and IP passthrough?
True bridge mode disables the gateway's routing entirely; IP passthrough keeps the gateway routing internally but assigns the public IP to one downstream device. Passthrough is common on fiber and 5G gateways that can't be fully bridged and achieves a similar result.
Does bridge mode improve speed?
Not your plan's raw speed, but it can improve real-world performance by removing a second NAT layer and letting a more capable router handle traffic and Wi-Fi. The benefit is reliability and features, not bandwidth.
What are the downsides of bridge mode?
The gateway's Wi-Fi and router features are disabled, so you need your own router; only one device gets the public IP; and ISP services like managed Wi-Fi, the provider app, or bundled phone may stop working.