Back to Blog
routernetworkingwifi coveragetroubleshooting

How to Bridge Two Routers for Extended WiFi Coverage

Want to extend your WiFi coverage using an old router? This step-by-step guide covers wired and wireless bridging methods, DHCP settings, and how to avoid the most common mistakes.

WiFi Speed TeamApril 4, 20268 min read

Bridging two routers is one of the most effective ways to extend your home network — and it lets you put an old router to work instead of letting it collect dust. Done correctly, you get a seamless network where devices roam between both routers automatically. Done incorrectly, you get double NAT, IP conflicts, and a slower connection than you started with.

This guide covers both the wired and wireless approaches, explains what to do with DHCP, and identifies the most common mistakes so you can avoid them.

Two Ways to Bridge Routers: Wired vs. Wireless

Before you start, you need to choose an approach. The wired method — running an Ethernet cable between the two routers — delivers the best performance and is the recommended option whenever possible. The wireless method (called WDS or wireless repeating) is more convenient but comes with a significant speed penalty.

Method 1: Wired Bridge (Ethernet Backhaul)

This is the preferred setup. An Ethernet cable connects the two routers, and the secondary router acts as a pure access point. All routing and DHCP are handled by the primary router, so your network behaves as one unified system.

What you need: An Ethernet cable long enough to reach between the two routers, and a secondary router that supports Access Point (AP) mode. Most consumer routers made in the last decade support this.

Step-by-Step: Wired Bridge Setup

  1. Access the secondary router’s admin panel. Before connecting anything, plug your computer directly into the secondary router via Ethernet and navigate to its admin page (typically 192.168.1.1 or 192.168.0.1). Log in with the admin credentials.
  2. Enable Access Point mode or disable NAT. Many routers have a dedicated “Access Point Mode” in the settings. Enable it. If your router doesn’t have this mode, go to the WAN/Internet settings and set the connection type to “Disabled” or “Bridge.”
  3. Disable DHCP on the secondary router. This is the most critical step. With DHCP running on both routers, two devices will try to assign IP addresses, creating conflicts that cause random disconnections. Go to the LAN or DHCP settings and turn the DHCP server off.
  4. Assign the secondary router a static IP address. Set its LAN IP to an address in your primary router’s subnet but outside the DHCP range. For example, if your primary router is at 192.168.1.1 and issues addresses from 192.168.1.100 to 192.168.1.200, set the secondary to 192.168.1.2. This gives you a way to access the secondary router’s admin page later.
  5. Set the WiFi SSID and password on the secondary router. To allow seamless roaming, use the exact same SSID and password as your primary router. Devices will automatically connect to whichever router has the stronger signal as you move through your home.
  6. Connect the cable — LAN port to LAN port. Run an Ethernet cable from any LAN port on the primary router to any LAN port on the secondary router. Do not use the WAN port on the secondary router for this connection — that would create a double NAT situation where the secondary router would route traffic separately, isolating devices on each router from each other.
  7. Test the connection. Connect a device to the secondary router’s WiFi and run a speed test. You should get speeds close to what you see on the primary router.

Method 2: Wireless Bridge (WDS)

Wireless Distribution System (WDS) lets two routers communicate wirelessly without an Ethernet cable. The tradeoff is real: because WiFi is a half-duplex medium, the bridging link and the client connections share the same radio. This typically cuts wireless throughput to connected devices by roughly 50%.

WDS also requires that both routers use the same channel, the same wireless security type, and — on many router models — even the same brand or firmware. Compatibility is not guaranteed across brands.

Step-by-Step: Wireless Bridge (WDS) Setup

  1. Verify WDS support. Check both router manuals or manufacturer websites. Some routers label it “Wireless Bridge,” “Repeater Mode,” or “WDS Bridging.”
  2. Note the primary router’s MAC address and channel. Log into the primary router and record its 2.4 GHz or 5 GHz MAC address (also called BSSID) and the channel it’s using.
  3. Enable WDS on the primary router and add the secondary router’s MAC address to its WDS peer list.
  4. Enable WDS on the secondary router and add the primary router’s MAC address to its WDS peer list. Set it to the same channel and security settings (WPA2/WPA3, same passphrase).
  5. Disable DHCP on the secondary router and assign it a static IP address, as described in the wired method above.
  6. Test the wireless link. Some routers show link status in the WDS settings page. Confirm the bridge is active before testing client connections.

Wired vs. Wireless Bridge: Which Should You Choose?

In almost every situation, the wired Ethernet backhaul method is superior. It delivers full-speed throughput, works with any combination of routers regardless of brand, and is far more reliable over time. Wireless WDS introduces bandwidth halving, potential compatibility issues, and added complexity in troubleshooting.

The only good reason to choose wireless bridging is when running an Ethernet cable is physically impossible — for example, between separate buildings or through floors you can’t drill through. In that case, also consider powerline adapters or MoCA adapters, which use your home’s existing electrical wiring or coaxial cables as a wired backhaul without cutting into walls. See our guide to MoCA adapters for more on this option.

Bridging vs. Mesh WiFi

If you’re starting from scratch rather than repurposing old hardware, a modern mesh WiFi system is almost always a better investment than manually bridging two separate routers. Mesh systems are designed for multi-node operation — they manage roaming, backhaul, and channel selection automatically. There’s no manual DHCP configuration, no WDS compatibility issues, and roaming between nodes is seamless. See our roundup of the best mesh WiFi systems for recommendations at every price point.

That said, if you already own two capable routers, bridging them with an Ethernet cable is a free way to meaningfully improve your home’s WiFi coverage — and the performance can rival a proper mesh setup when the backhaul is wired.

Common Mistakes to Avoid

  • Leaving DHCP enabled on the secondary router. This is the single most common error. It causes IP conflicts that lead to random disconnections and devices being unable to reach the internet.
  • Using the WAN port for a LAN-to-LAN connection. Plugging the cable into the WAN port of the secondary router creates a second layer of NAT (double NAT), which isolates the two routers’ devices from each other and can break gaming, file sharing, and smart home features. Always use a LAN port on both routers.
  • Using different SSIDs when you want seamless roaming. If you name the networks differently (“HomeNet” and “HomeNet-Back”), devices won’t automatically switch. Match the SSID and password exactly on both routers for transparent handoff.
  • Placing the secondary router too far from the primary. In a wired setup this doesn’t matter, but for WDS, routers need a reasonably strong wireless link between them to function well. Signal strength between the two bridged routers should ideally be above −65 dBm.

Troubleshooting

If devices connected to the secondary router can’t access the internet, check these in order:

  1. Confirm DHCP is disabled on the secondary router.
  2. Confirm the cable is in a LAN port (not the WAN port) on the secondary router.
  3. Verify the secondary router’s static IP is in the correct subnet and outside the primary’s DHCP range.
  4. Reboot both routers — primary first, then secondary.
  5. Try connecting a device via Ethernet cable directly to the secondary router to rule out a wireless-only issue.

Once your extended network is running, use a speed test at several points in your home to verify the coverage improvement and confirm the bridge isn’t introducing unexpected speed loss.

Related Articles