How to bring Internet to a DD-WRT router from another router?

1

1

I have a new Internet connection that came with a preconfigured modem-router. That works really well but it has only 2 ethernet port and no wireless. So I would like to connect my other router running DD-WRT to connect all my wired and wireless devices.

My issue is that I don't really understand what mode I have to chose for my DD-WRT router. Should I bridge or repeat the network?

I am confused and I would really appreciate some help with that! Also I want to precise that I only want to use the routing functionality of the DD-WRT router because the ISP modem router is extremely basic and does allow any configuration...

Here is a schema of the desired network:

enter image description here

Thanks!

Ucodia

Posted 2014-02-14T15:48:29.603

Reputation: 205

1

Do you really want all your devices/computers on a separate network from the modem/router? If you setup your DD-WRT as an Access Point you can keep everything on the same network (192.168.1.x) and keep your setup a bit simpler.

– heavyd – 2014-02-14T15:56:25.680

Comment by @heavyd is right - the original page you linked to is if your DD-WRT router was connecting via wireless to your ISP router. – ernie – 2014-02-14T16:06:59.773

@ernie Yeah actually I made a mistake and wanted to put links for bridging and repeating modes. I corrected my question. – Ucodia – 2014-02-14T20:35:15.537

Answers

1

That link is about repeating an existing wireless signal to extend its range. You just want the default settings on the router, and you just plug it in as you have described and it will play.

In your diagram you show two different networks ( 192.168.1.x and 192.168.2.x ), but nothing other than the router on the first network. This is effectively what you will have if you connect the modem to the wan port of the router, and change the address of the router from 192.168.1.1 to 192.168.2.1. There is really no need to do that though, and in fact, if you want to plug a computer into the second port on the modem and have it speak with the rest of your devices, you don't want to do it that way. Don't use the WAN port on the router, disable the DHCP service on the router, and all of the computers, no matter which device they are plugged into, will get their IP address from the modem and be able to see each other.

psusi

Posted 2014-02-14T15:48:29.603

Reputation: 7 195

Can you explain why using the WAN port on the router doesn't work. Not using it was the solution for me, but I don't understand why. – Jon – 2018-07-03T16:22:18.173

@Jon, because the WAN port is for access to the rest of the Internet, which is separate from your LAN and has no access to computers on your LAN unless you configure the router to forward specific ports to specific computers on your LAN. – psusi – 2018-07-11T21:01:14.903

I don't mind having 2 networks but I only want my devices to connect to the DD-WRT router and use its DHCP functionality. The modem-router from the ISP has really no configurability. I updated my question. – Ucodia – 2014-02-14T20:38:31.723

@Ucodia, then just plug and play, no configuration needed. – psusi – 2014-02-14T20:52:21.143

Thanks, I just gave a static address to my DD-WRT router and provided the right gateway in the DHCP setting and all works perfectly in a single network. Thanks! – Ucodia – 2014-02-14T21:13:28.960