OpenWrt Forum Archive

Topic: newbie question: dumb modem and smart router?

The content of this topic has been archived on 7 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I have not yet used an OpenWRT router, but I have a Planex MZK-W04NU on the way, and it is advertised as being OpenWRT compatible ( www.planex.net/product/router/mzk-w04nu.htm ).

In trying to streamline my home network now, I have a basic question. Can I make my modem into a dumb device and use the downstream router as the smart device? It seems that putting a router into bridge mode (WDS) makes it basically a dumb box with all configuration options being limited to the upstream modem. Am I mis-perceiving the situation here?

My modem, a Japanese Softbank Trio3-G, is configured for port forwarding. It has three PC's wired to it. And then it has my Buffalo WBR-G54 router connected with the Buffalo handling my wireless encryption. This seems inefficient to me. Shouldn't the DHCP, wireless encryption, port forwardings, and all other configuration settings (including bittorrent client) all be on one device? It seems that if I put my router into bridge mode, then I would lose the power of OpenWRT this way. (Eventually I do want to turn off the DHCP server and assign each device an IP. This seems to be the stablest way...)

Basically what I *think* I should be doing is having my modem acting like a bridge with all configuration going on on the router. Is this mis-directed? And to complicate this, occasionally I will need to connect a computer to the modem as the Planex MZK-W04NU has only 4 LAN ports, but I will not need the flexibility of OpenWRT in those cases.

Thank you.
Greg

(Last edited by shonangreg on 24 Jan 2010, 11:36)

You are correct.  You want your modem in bridge mode and then use your OpenWRT router to do all your management.

Then you will have access to all the power and stability of OpenWrt.

Thank you, pbix. The usage of "bridge mode" I've seen mostly refer to routers, not the modems. I'm glad to hear that a modem can be put into bridge mode also.

Two follow-up questions:

1) Are pretty much all modems capable of being put into bridge mode? Is it referred to as "bridge mode" on modems? WDS? Other terms?

2) If the modem is in bridge mode, can I still plug more than one device into it? Can it be in bridge mode and still run a DHCP server and/or have several other devices downstream from it with assigned IP addresses?

Thanks,
Greg

Update: My modem has a setting for NAT (Network Address Translation) being on or off. Is "NAT off" equal to bridge mode? "NAT off" = WDS = bridge mode ??? With NAT off, can I connect the modem to more than one downstream device?

(Last edited by shonangreg on 25 Jan 2010, 00:00)

Generally very few modems can go into bridge mode.
The ones that can, you're typically talking about "advanced features" options (I haven't checked for your model).

Usually when you put it into bridge you only have 1 device (router) off it, and that device has all the intelligence. In this case you would need to re-patch all the things that are currently in your modem to the device running OpenWRT.
You would also want to setup the DHCP server on OpenWRT.

Personally I always run DHCP, I just have excluded & statically assigned addresses. That way if a friend needs to use your network you don't have to set anything extra up. Just use DHCP. I then have statically configured addresses (fromt he excluded pool) for desktop's / printers etc with my laptop getting a statically assigned address from dhcp (using the mac address mapping) .

Wireless Distribution System (WDS) is for bridging access points. While it's useful to extend coverage, it does reduce throughput.

shonangreg wrote:

Thank you, pbix. The usage of "bridge mode" I've seen mostly refer to routers, not the modems. I'm glad to hear that a modem can be put into bridge mode also.

Well actually some modems are said to have router capabilities as well, so that such modems have bridging mode.

shonangreg wrote:

2) If the modem is in bridge mode, can I still plug more than one device into it? Can it be in bridge mode and still run a DHCP server and/or have several other devices downstream from it with assigned IP addresses?

To expound more on what Timothy said, you could connect more devices on your modem depending on such a modem having more than one RJ45 connector. In such a case all the devices connected to the modem will be BRIDGED to your upstream network. An example in my case, my ISP provided an ADSL router modem with only ONE port, and i connected my OpenWRT router on that port such that my router is bridged to my ISP's network.

shonangreg wrote:

Update: My modem has a setting for NAT (Network Address Translation) being on or off. Is "NAT off" equal to bridge mode? "NAT off" = WDS = bridge mode ??? With NAT off, can I connect the modem to more than one downstream device?

NAT is a function of a routing device, or router, and is not relevant, nor is it used when the network is bridged. So in a manner of speaking NAT off = WDS = bridge mode, although WDS pertains to wireless bridging, as Timothy pointed out. With your last question, (and maybe perhaps you meant "can I connect more than one downstream device to the modem") I think you would know the answer by now. smile

OK. I finally got it. I turned off NAT, but then the router and anything downstream from the router could not connect to the internet or to the modem's configuration screen. I called my ISP and they had me go through several stepss and finally it worked. I had to:
- disable NAT and disconnect my PC from the modem leaving only the router connected to the modem and connect the PC to the router.
- reboot the modem.
- restart the modem and the router
- and then restart the modem again.

It all appears to work now :-) I guess the restarts and reboots were clearing and resetting the routing tables / DHCP entries.

Thanks braveheartleo, Timothy, and pbix.

Greg

The discussion might have continued from here.