WDS multiple router setup

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 04:31, 9 March 2009 (edit)
Macgyver (Talk | contribs)
(WDS Multiple Router setup for Broadcom based routers)
← Previous diff
Revision as of 04:16, 10 March 2009 (edit) (undo)
Soulstace (Talk | contribs)
m (added to english doc)
Next diff →
Line 1: Line 1:
-This is a 3 router WDS setup using WRT350N and 2 WRT54G, with the 1st WRT54G connecting to the WRT350N, and the 2nd WRT54G connecting to the 1st WRT54G. Tested using svn11650. (chained WDS)<br>+Verified with DD-WRT svn11650, March 9, 2009<br>
 +This is a 3 router WDS setup using WRT350N and 2 WRT54G, with the 1st WRT54G connecting to the WRT350N, and the 2nd WRT54G connecting to the 1st WRT54G. I have also tested with WRT600N, WRT310N, WRT300N and WRT54GS, so any broadcom-based device should work with these settings<br>
'''Router 1:''' <br> '''Router 1:''' <br>
Line 12: Line 13:
''Wireless settings:'' <br> ''Wireless settings:'' <br>
-make sure all units are using same wireless channel, SSID and encryption i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES <br>+make sure all units are using same wireless channel, SSID and encryption<br>
 +(i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES) <br>
on WDS tab set to 'lan' mode and enter mac address from 1st WRT54G <br> on WDS tab set to 'lan' mode and enter mac address from 1st WRT54G <br>
advanced wireless settings: <br> advanced wireless settings: <br>
Line 30: Line 32:
''Wireless settings:'' <br> ''Wireless settings:'' <br>
Wireless mode: G-only <br> Wireless mode: G-only <br>
-make sure all units are using same wireless channel, SSID and encryption i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES <br>+make sure all units are using same wireless channel, SSID and encryption<br>
 +(i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES) <br>
on WDS tab set to 'lan' mode and enter mac address from WRT350N and mac address from 2nd WRT54G <br> on WDS tab set to 'lan' mode and enter mac address from WRT350N and mac address from 2nd WRT54G <br>
-''basic setup page:'' +''basic setup page:'' <br>
connection type: disabled <br> connection type: disabled <br>
IP 192.168.1.2 <br> IP 192.168.1.2 <br>
Line 55: Line 58:
''Wireless settings:'' <br> ''Wireless settings:'' <br>
Wireless mode: G-only <br> Wireless mode: G-only <br>
-make sure all units are using same wireless channel, SSID and encryption i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES <br>+make sure all units are using same wireless channel, SSID and encryption<br>
 +(i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES) <br>
on WDS tab set to 'lan' mode and enter mac address from 1st WRT54G <br> on WDS tab set to 'lan' mode and enter mac address from 1st WRT54G <br>
Line 70: Line 74:
That's it! <br> That's it! <br>
--[[User:Macgyver|Macgyver]] 05:28, 9 March 2009 (CET) --[[User:Macgyver|Macgyver]] 05:28, 9 March 2009 (CET)
 +
 +[[Category:English documentation]]

Revision as of 04:16, 10 March 2009

Verified with DD-WRT svn11650, March 9, 2009
This is a 3 router WDS setup using WRT350N and 2 WRT54G, with the 1st WRT54G connecting to the WRT350N, and the 2nd WRT54G connecting to the 1st WRT54G. I have also tested with WRT600N, WRT310N, WRT300N and WRT54GS, so any broadcom-based device should work with these settings

Router 1:
WRT350N
basic setup page:
IP 192.168.1.1
netmask 255.255.255.0
DHCP server enabled

Administration tab:
change TCP timeouts to 120s

Wireless settings:
make sure all units are using same wireless channel, SSID and encryption
(i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES)
on WDS tab set to 'lan' mode and enter mac address from 1st WRT54G
advanced wireless settings:
CTS mode disabled
frame burst disabled

WRT54G #1
Administration tab:
change TCP timeouts to 120s
change max connections to 1024 if it is set to 512
services tab:
disable WAN traffic counter and DNS masq

security tab:
uncheck 'filter ident' and 'block wan requests', then disable SPI firewall

Wireless settings:
Wireless mode: G-only
make sure all units are using same wireless channel, SSID and encryption
(i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES)
on WDS tab set to 'lan' mode and enter mac address from WRT350N and mac address from 2nd WRT54G

basic setup page:
connection type: disabled
IP 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
Assign wan port to switch
DHCP server disabled
uncheck all 3 boxes in DHCP section (dns masq/ dhcp authorative)

WRT54G #2
Administration tab:
change TCP timeouts to 120s
change max connections to 1024 if it is set to 512

services tab:
disable WAN traffic counter and DNS masq

security tab:
uncheck 'filter ident' and 'block wan requests', then disable SPI firewall

Wireless settings:
Wireless mode: G-only
make sure all units are using same wireless channel, SSID and encryption
(i.e all SSID 'ddwrt' channel 6 encryption WPA2 personal AES)
on WDS tab set to 'lan' mode and enter mac address from 1st WRT54G

basic setup page:
connection type: disabled
IP 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
Assign wan port to switch
DHCP server disabled
uncheck all 3 boxes in DHCP section (dns masq/ dhcp authorative)

Reboot 1st router, then once 1st router has internet, power up 2nd router, then 3rd
That's it!
--Macgyver 05:28, 9 March 2009 (CET)