How can I create a continuous hotspot w/ Multiple routers?

luckyedboy66

New Member
We have several wifi routers around our house so we can have good coverage in any one location. we get great reception anywhere in the house, but its annoying to manually switch to the router with best signal. i know it's possible to create a continuous hotspot using multiple routers with the same SSID. does anybody know how to create such a network? having such a configuration allowes the computer to jump to whichever router produces greatest signal. a business set up a network like this at my former college, and i would like to mimic it.
 
We have several wifi routers around our house so we can have good coverage in any one location. we get great reception anywhere in the house, but its annoying to manually switch to the router with best signal. i know it's possible to create a continuous hotspot using multiple routers with the same SSID. does anybody know how to create such a network? having such a configuration allowes the computer to jump to whichever router produces greatest signal. a business set up a network like this at my former college, and i would like to mimic it.

Buy several routers that all support third party firmware from www.dd-wrt.com

Then set them up this way

Primary router:
IP- 192.168.1.1
DNS - Resolved by DHCP
DHCP Services - On
DHCP Range - 192.168.1.100~150
SSID - Your SSID
Channel - 6
NAT - enabled
SPI Firewall - enabled

Secondary router
IP - 192.168.1.2
DNS - 192.168.1.1
DCHP - off
SSID - your SSID
Channel - 8
NAT - disabled
SPI Firewall - Disabled
Mode - Bridge
WAN port - disabled (or in switch mode)

Tertiary router
IP - 192.168.1.3
DNS - 192.168.1.1
DCHP - off
SSID - your SSID
Channel - 10
NAT - disabled
SPI Firewall - Disabled
Mode - Bridge
WAN port - disabled (or in switch mode)

Now you will have to run CAT5 to each router to repeat, or enabled what is called Bridge mode + WDS to do it over wireless, but running cable is your best bet.

You may need to tweak the settings too here and there, but from my examples I am sure you can do the rest. They should repeat and extend your wireless signal, I have set this up for clients before in the past using that third party firmware.
 
Buy several routers that all support third party firmware from www.dd-wrt.com

Then set them up this way

Primary router:
IP- 192.168.1.1
DNS - Resolved by DHCP
DHCP Services - On
DHCP Range - 192.168.1.100~150
SSID - Your SSID
Channel - 6
NAT - enabled
SPI Firewall - enabled

Secondary router
IP - 192.168.1.2
DNS - 192.168.1.1
DCHP - off
SSID - your SSID
Channel - 8
NAT - disabled
SPI Firewall - Disabled
Mode - Bridge
WAN port - disabled (or in switch mode)

Tertiary router
IP - 192.168.1.3
DNS - 192.168.1.1
DCHP - off
SSID - your SSID
Channel - 10
NAT - disabled
SPI Firewall - Disabled
Mode - Bridge
WAN port - disabled (or in switch mode)

Now you will have to run CAT5 to each router to repeat, or enabled what is called Bridge mode + WDS to do it over wireless, but running cable is your best bet.

You may need to tweak the settings too here and there, but from my examples I am sure you can do the rest. They should repeat and extend your wireless signal, I have set this up for clients before in the past using that third party firmware.

sweet! thanks, but i only have one router good enough (a WRT54G). i'd love to snag a couple WRT54GLs, but they arent cheap :(
 
sweet! thanks, but i only have one router good enough (a WRT54G). i'd love to snag a couple WRT54GLs, but they arent cheap :(

most cheap routers don't support the features I am talking about. I would try to hunt some down, I bought my WRT54GL from Newegg for like $40 2 years ago.
 
most cheap routers don't support the features I am talking about. I would try to hunt some down, I bought my WRT54GL from Newegg for like $40 2 years ago.

i actually thought about flashing DD-WRT to my router, but i got burned out on the "project".
 
Back
Top