• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

2 routers possible on 1 connection?

I am curious if it's possible to run 2 routers from 1 cable modem with the second router from the modem fire-walled. I know about DMZ and what it does but I am curious how to do this.

Thanks
 
I'm not sure what you are asking makes any sense.... if you have multiple IPs from your cable company you can run 2 routers. They would still share the same bandwidth.
 
You want a network you can expose, like a DMZ, and another that is better protected?
You can do that.
Install the primary router connected to the modem. connect a second router to that one as a client. Now the computers on that second router are double NAT'ed. They can get to the internet, but the primary network can't get to the secondary unless you forward ports from the first network to the second one.
You need to make sure the two LANs are on different class C networks.
For example, set the primary router LAN address as 10.0.0.1, and the second router as 10.0.1.1
Being "double NATed" does have its drawbacks. Some protocols don't make the jump across the two devices and you need to do a little more port work and tweaking.
For the consumer/hobbyist, it is an inexpensive way to run a guest wireless network that is walled off from the home LAN.
 
You want a network you can expose, like a DMZ, and another that is better protected?
You can do that.
Install the primary router connected to the modem. connect a second router to that one as a client. Now the computers on that second router are double NAT'ed. They can get to the internet, but the primary network can't get to the secondary unless you forward ports from the first network to the second one.
You need to make sure the two LANs are on different class C networks.
For example, set the primary router LAN address as 10.0.0.1, and the second router as 10.0.1.1
Being "double NATed" does have its drawbacks. Some protocols don't make the jump across the two devices and you need to do a little more port work and tweaking.
For the consumer/hobbyist, it is an inexpensive way to run a guest wireless network that is walled off from the home LAN.


Thank you all for the replies 🙂
 
You want a network you can expose, like a DMZ, and another that is better protected?
You can do that.
Install the primary router connected to the modem. connect a second router to that one as a client. Now the computers on that second router are double NAT'ed. They can get to the internet, but the primary network can't get to the secondary unless you forward ports from the first network to the second one.
You need to make sure the two LANs are on different class C networks.
For example, set the primary router LAN address as 10.0.0.1, and the second router as 10.0.1.1
Being "double NATed" does have its drawbacks. Some protocols don't make the jump across the two devices and you need to do a little more port work and tweaking.
For the consumer/hobbyist, it is an inexpensive way to run a guest wireless network that is walled off from the home LAN.
I'm not sure i understand why either network is considered "exposed" at this point and why you can't do this with class A ip's. Could you explain please?
 
I'm not sure i understand why either network is considered "exposed" at this point and why you can't do this with class A ip's. Could you explain please?
The first network is not "exposed", but the second one is isolated from the first by virtue of NAT. This allows you to give wireless to guests while keeping the home lan isolated from the guests.
Class A would certainly work but I use a couple C's for simplicity's sake.
 
A router connects into the network just the same as a desktop or laptop computer would. You can have 200 routers sit behind a cable modem if you wanted to. Set them to DHCP like you would a computer, or assign them static ip addresses through their web interfaces.

What are you trying to accomplish? There may be better and simpler ways of doing things.
 
Back
Top