I have a main (primary) router with the Internet connection in the living room.  And I have two devices in the basement. How I make them connect to the Internet is a problem.

Here I use secondary router wireless connect to the primary router. And two devices wired to connect to the secondary router.

I don’t need wireless connections to the Secondary router. I also want to make all these devices in the same sub-network. So I choose  Client Bridge mode.

Based on the wiki page from DD-WRT.

Only use this or Repeater Bridge mode if all of the others are unsuitable: WDS, Client, Repeater, or AP.

Client Bridge will never be as stable as any of those modes. It is by design a hack and not a true transparent bridge like WDS. It will cause connection problems for more than a single client. See Linking Routers for a description of each of the modes.

Client Bridge (CB) extends a wired LAN using a wireless connection, as opposed to an Access Point that extends the Wireless LAN (WLAN) using a wired connection. CB is a wireless connection (NOT wired) between two routers only. All devices connections, besides the primary router, MUST be wired to the CB router.

CB is the last choice for me.

Here is my basic information.

Computer: Acer AspireOne ZG5, Windows XP, NIC set to auto retrieve the IP address.

Primary Router: D-Link DIR-880L, Hardware version A2, Firmware v1.20, Regular settings.

Router LAN IP: 192.168.1.1, DHCP range to 192.168.1.199.

Wireless: 2.4GHz  SSID: dlink-2, 802.11 g/n, Channel  width: Auto 20/40 MHz

Secondary Router: Buffalo WZR-HP G300NH, DD-WRT firmware v3.0-r43652 std (07/03/20)

How to config the Secondary Router?

Most important is the setup for the Secondary router.  Before I start, do the HARD reset on it.

  1. Connect a cable from my computer to the LAN port just next to the WAN port on my router.
  2. Set my browser to 192.168.11.1, and open the dd-wrt GUI. (Because the dd-wrt on Buffalo use 192.168.11.1 as the router IP.)
  3. If asked for the password and username, just follow the guide to change it.
  4. Go to the Setup >> Basic Setup, change Local IP Adress to 192.168.1.1,  SAVE and Apply.  Restart the Router.
  5. Set my browser to 192.168.1.1, and open the dd-wrt GUI.
  6. FIRST, go to Wireless->Wireless Security and set the security type and key (dlink-2) from the primary router.
  7. Click SAVE, and then APPLY.
  8. Go to the Wireless->Basic Settings page and change the wireless mode to Client Bridge(Routed).
  9. The wireless network mode (NG-Mixed), channel (Dynamic(20/40 MHz), and encryption match the primary router settings.
  10. Set the wireless network name exactly the same as your primary router.
  11. Click SAVE, and then APPLY.
  12. Go to Setup->Basic Setup and enter a router Local IP address e.g. 192.168.1.234 because my primary router is on that subnet. Client Bridge subnet must match the primary router. The subnet mask is usually 255.255.255.0.
  13. Set the Gateway IP to your primary router, usually 192.168.1.1
  14. Set the Local DNS to 192.168.1.1
  15. Check Assign Wan port to a switch
  16. Set the Timezone and DST appropriately (America/Vancouver, ca.pool.ntp.org)
  17. Click SAVE, and then APPLY.
  18. Go to the new Client Bridge IP address in the browser e.g. 192.168.1.234
  19. Go to Security->Firewall: under Block Wan Requests uncheck all but “Filter Multicast”
  20. Disable SPI Firewall
  21. Click Save, and then Apply.
  22. Go to Setup->Advanced Routing: change the Operating Mode from Gateway to Router.
  23. Click SAVE, and then APPLY
  24. Reboot the router.

Here are some screenshots:

Step 6, Wireless >> Security
Step 8, Wireless >> Basic Settings.
Step 12, Setup >> Basic
Step 22, Setup >> Advanced Routing

PS:

About my two devices connected to the Secondary Router. They don’t have wireless parts, and I want to use them in the basement.  One is the MagicJack VOIP device. The other one is the Proxmox VE machine, which hosted five VMs.

David Yin

David is a blogger, geek, and web developer — founder of FreeInOutBoard.com. If you like his post, you can say thank you here

2 Replies to “How to setup a Client Bridged with DD-WRT router

Leave a Reply

Your email address will not be published. Required fields are marked *