Wireless

Bridge Mode

Bridge Mode

A setting that tells a router or modem to stop being a router — to pass traffic straight through and let another device do the work. It is the standard cure for the double-NAT headaches caused by stacking two routers.

Bridge mode disables a device's routing intelligence. Normally a router performs several jobs at once: NAT (sharing one public IP among many devices), DHCP (handing out local addresses), and firewalling. Bridge mode switches all of that off, so the device becomes a transparent pass-through that simply relays traffic to whatever is connected behind it. The device after it then becomes the single, sole router for the network.

The problem it solves: double NAT

The most common reason to enable bridge mode is double NAT. Many ISPs supply a combined modem-router gateway. If you connect your own router behind it, you now have two devices performing NAT in series — your traffic is translated twice. This can break port forwarding, complicate online gaming, interfere with some VPNs, and create confusing nested networks. Putting the ISP gateway into bridge mode collapses this back to a single router in charge.

SetupResult
ISP gateway (routing) + your router (routing)Double NAT — two layers of translation
ISP gateway (bridge mode) + your router (routing)Single NAT — clean, one router in control

Bridge mode vs access point mode

The terms overlap but are not identical. Pure bridge mode on an ISP modem-router disables routing so it behaves like a plain modem, passing the public connection straight to your router. Access point mode on a secondary router disables routing and DHCP but keeps the Wi-Fi radio active, turning that unit into an access point that adds wireless coverage to a network another device already routes. Both share the same core idea — switch off routing so only one device routes — applied at different points in the chain.

What bridge mode does and does not do

Bridge mode fixes functional problems: it restores reliable port forwarding, smooths gaming and VPN connectivity, and removes a redundant translation layer. What it does not do is raise your line speed — if you have no double NAT and your connection is simply slow, bridge mode changes nothing. One trade-off to plan for: when you bridge an ISP gateway, its own Wi-Fi and built-in features are usually disabled, so you must rely entirely on your own router for routing, Wi-Fi, and firewalling.

How to enable it

Bridge mode lives in the admin panel of the modem or router you want to neutralise — log in (commonly at 192.168.0.1 or 192.168.1.1) and look under WAN, Internet, or Advanced settings for a "Bridge Mode" or "Modem Mode" toggle. After enabling it, the device stops routing, so connect your own router to it and let that router manage the connection. If your ISP gateway has no bridge option, some providers can enable it from their end on request.

Related Terms

More From This Section