5

I have Verizon DSL service that came with a westell 7500 wireless router, but the wireless does not cover a big enough area.

I also own a linksys wireless router which I would like to place about 75 feet away, up one floor, in order to have complete coverage for the building.

It seems it is not as simple to simply plug the second wireless router into the network, it shows up as a wireless router, but if I connect to it from a laptop I can't get to the internet...

What is the basic steps I need to take in order to inexpensively add a second wireless access point to my network? I don't mind if I need t omanually pick one wireless point versus another, but it would be better if it was possible to just log onto either one and have the laptops talk to whichever router is available.

Thanks.

EJB
  • 1,329
  • 5
  • 15
  • 23

3 Answers3

13

You mention both routers and access points in your question. An access point bridges wireless media to wired media (with many optional bells an whistles, too, on a real access point). A "wireless router" provides access point functionality along with additional functions to route TCP/IP between subnets (and provide network address translation, etc). I don't think you're looking for a second TCP/IP subnet and routing between it and your existing LAN subnet. I think you just want an access point, and you can use another router as a cheap access point.

Go get a second wireless router, and configure it as follows:

  • Plug one of your computers into the new router's wired Ethernet ports w/ nothing else connected on the new router.
  • Configure the new router to disable its DHCP server, and with an IP address that's in the existing TCP/IP subnet that your current network uses.
  • Configure the wireless Ethernet functionality on the new router to match your existing router's SSID and encryption settings.
  • Set the WAN interface on the new router to "DHCP client" and forget about it -- put a piece of tape over the port or something similar so you never plug anything into it.
  • Disconnect your computer from the new router and plug one of the LAN ports on the new router into your LAN.
  • The new router will bridge the wireless segment to the wired LAN, and clients of the new router will get DHCP and Internet access from wherever current wireless clients get DHCP.

We've done this fairly frequently with one Customer who wanted access points "on the cheap" by using Linksys WRT54G wireless routers and, through the procedure above, effectively disabling their "routing" functionality and just using them as wireless access points.

Alternatively, if you want to spend a little more money go get a wireless access point that doesn't have router functionality. It will need less configuration but will be a little more expensive. (Market dynamics are at play there... There's less demand for low-end access points than routers so the price of an access points ends up being higher than a router even though an access point "does less".)

sysadmin1138
  • 131,083
  • 18
  • 173
  • 296
Evan Anderson
  • 141,071
  • 19
  • 191
  • 328
  • You are exactly right...I really just want an access point, by running a 75 cable from the "primary" dsl/wireless router to a secondary one. I am going to try the steps you mentioned above...very informative. – EJB Jul 16 '09 at 14:06
  • @sysadmin1138: Thanks for the edit. You caught me typing fast and not checking my spelling very well. I really need to start using a newer browser with inline spell checking... Chrome, Firefox 3.5... something... – Evan Anderson Jul 16 '09 at 14:28
0

I'm not sure about the standard Linksys firmware, but DD-WRT supports AP mode. You could use your Linksys router as a secondary router running in Access Point mode, though I think you might have to connect the two routers via wire as opposed to wireless.

0

The DD-WRT suports Repeater Mode, just take the other SSID and spam the coverage..

Ariel Antigua
  • 79
  • 1
  • 7