Setup Linksys WRT54G to use modem`s DHCP server

dhcpnetworking

i cant figure out how to set Linksys WRT54G Wireless Router to use modem`s DHCP server.

My network scheme is like this:

[COMCAST MODEM] <=> [HUB]
       |              | 
   [LINKSYS]      [SERVERS]
      |||
   [COMPUTERS]

Here is the situation: my modem works as DHCP server, and it works fine. But linksys router has its own DHCP server and its breaking the network all the time (IP conflicts). I solved this problem (for a while): I set different IP ranges on both devices, 10.1.10.10-100, 10.1.10.200-250. And it works.

Before i had Apple Airport Extreme wireless router which was set to bridge mode. So it was using modem`s DHCP server.

Im looking how to do this with Linksys Wireless Router ?

Best Answer

I had a WRT54G in this exact situation.

  1. Ensure your modem / router (in your case a Comcast Modem) to hand out DHCP addresses.
  2. Ensure your modem and your Linksys both have IP addresses on the same subnet, but different addresses (192.168.1.1 and 192.168.1.2 are good examples)
  3. Disable DHCP on your Linksys.

This is a sort of 'pass-though' - the Linksys will route all DHCP requests through to the rest of the network - where the router will catch them.

Since the rest of the network is on the same LAN as the Linksys, it shouldn't be given any dramas by NAT. Just don't use the WAN port.

I've used this exact setup for several years, and it has worked flawlessly. I can even take my wireless point to a friend's house and use it - especially if he has a different subnet, it won't interfere, and doesn't require any setup (again, the pass-through effect).

Edit: And if you have need of a 5th port, the WRT54G has the ability to use the WAN port as a LAN port. I'm not sure where it is, it's been a while since I replaced my WRT54G, but it's a superb unit.

Related Question