Optimum way to deploy two WRT54G(S) routers in a home environment?

7

4

I have a wrt54g and a wrt54gs. Both routers are running dd-wrt. What's the optimum way to configure them so that wireless clients can roam between them as they drop in and out of each others' range?

lfaraone

Posted 2009-08-07T21:48:14.327

Reputation: 498

6you have a typo in your title "64" -> "54" – Kyle Cronin – 2009-08-07T22:31:18.467

"environment" is also misspelled. – Anthony Giorgio – 2009-09-03T14:36:36.663

Answers

9

  • Ensure one router has DHCP turned off and is configured as an access point.
  • Connect the two routers via ethernet using the non-internet ports
  • Give both the same SSID / Security settings but select different channels.

The optimal way is to connect both via ethernet (e.g Cat5e). If you cannot run a cable then consider using powerline adapters. Even a "mid-speed" connection over 100mbps powerline adapters will give you a connection of 30-60mbps, far more than you'll get trying to connect them wirelessly.

Your last resort would be to setup the second router as a WDS (Wireless Distribution Station) where it acts as a wireless repeater. The problems here are that a) every repeater drops the available bandwidth by 50% and b) it needs to be close enough to get a decent signal.

Andrew Grant

Posted 2009-08-07T21:48:14.327

Reputation: 1 274

1

From what I gather from here, https://serverfault.com/questions/33864/how-can-i-set-up-a-single-wireless-network-through-a-number-of-wifi-routers, in your case you need to

  • set up the main one as a router, the other as a bridge (inheriting and passing DHCP)
  • match their SSID's
  • match keys and encryption types (WPA2 AES if you can)
  • assign different channels (like 6 & 11)

hyperslug

Posted 2009-08-07T21:48:14.327

Reputation: 12 882

0

Dude I so have that setup, it's cool and pretty easy if you follow this; however, I unlike you, I only have one wireless router running the DD-WRT and my wireless Linksys router connected to the Verizon DSL router-Client mode wireless rocks :-).

http://www.dd-wrt.com/wiki/index.php/Client_Mode_Wireless#Step_1

Registered

Posted 2009-08-07T21:48:14.327

Reputation: 261

0

You can deploy one as an AP and the other as a Client-Bridge. That is my setup at home.

sybreon

Posted 2009-08-07T21:48:14.327

Reputation: 1 048