5
4
I would like to set up a home network with two routers in order to expand my coverage and also have an additional number of ethernet ports. For simplicity, I will refer to two routers as Router A and Router B.
I would like to connect Router A to the cable modem, and then connect Router B to Router A using an ethernet cable. Router A is a Linksys E2000. Router B is a D-Link DIR-615 C1. Both Routers run DD-WRT.
I'm wondering how to go about this? Will it be tricky? My naive thought would be to simply hook a cable up between one of the ethernet ports on Router A, and the Internet port on Router B.
Update: Followed the answers and disabled DHCP on Router B. I can now connect to the internet through a wired connection that runs through Router B. If anyone has time, I have some quick follow-up questions:
1) Does Router A assign an IP address to Router B? Is there a benefit of making this static?
2) Is there a way to use Router B as a Range Extender for my Wireless Network?
3) When I connect to Router B through a wired connection, how can I access it's settings page (when I type in 192.168.1.1 it automatically goes to the settings page of Router A)
Quick question: does Router A assign Router B an IP address in this case? Also, is there a way to use Router B as a Range Extender for the Wireless Signal in Router A? I have both Router A and Router B running DD-WRT now. – Berk U. – 2011-06-13T16:26:18.000
Depends on the configuration. Router B should be able to get an address assigned automatically if 1) you tell it to and 2) Router A has DHCP activated. A safer way would be to statically assign, for example
0.1
to Router A and0.2
to Router B, and then let the DHCP range begin at0.3
. Range extending depends on the hardware capabilities but I guess DD-WRT can do it. Your best bet would be to look in the documentation and/or open another question in case you can't work it out. – slhck – 2011-06-13T16:29:33.783Thank you for this.
For 1): How can I tell Router B to get assigned an IP address?
For 2): Just to be sure, since DHCP is only enabled on Router A, I'm going to access the setup page of Router A and assign 192.168.0.2 as a static lease for Router B. Right? – Berk U. – 2011-06-13T16:41:58.667
I don't know DD-WRT, but there could be some setting. I'm not too sure though. It wouldn't always make sense for a router to get a dynamic internal address. But as I said, it's better if you do so: 1) Activate DHCP on Router A, but let the DHCP range begin at
192.168.0.3
2) Set Router B's IP address to be192.168.0.2
. No need for static leases. That way you can still get to Router A and B in case something doesn't work with the DHCP leases. – slhck – 2011-06-13T16:46:23.120I updated my answer to reflect all that. – slhck – 2011-06-13T17:13:17.757