Two Cable Modems w/ Same IP
-
@ptyork In situations where I've seen this before the suggestion has been to turn on PBR and only allow one gateway to be managed at a time and turn them into bridging mode so you get public IP addresses on the devices.
-
@ptyork that’s a major bummer. I personally would have to do some research but I wonder if there is a way to mark packets based on their port of origin or destination and then route them based on mark. I know of at least one other router/firewall company that has that kind of feature set but I’ve never looked into it on pfSense. Your proposed solution is a possible fix though rough. The challenge is that the outbound gateway ips are going to be the same so the router would need something else to know how to route packets, especially if you want some traffic to route one way and other traffic to route another. Check out the pfsense documentation to see if there is an example of this maybe or information on marking packets or something similar.
-
@ptyork said in Two Cable Modems w/ Same IP:
I'm trying to multi-WAN two Cable ISP's. Both have the same management IP (192.168.100.1). How can I have both coexist such that I can access the management GUI for both?
Honestly, why would you need to? Put them in bridge mode and forget they're there.
-
@jarhead One reason - I have a Netgear modem that regularly needs to be rebooted because Comcast sucks :-)
-
Just to be clear, you may not be able to change the Admin IP, but can you change the DHCP range? Changing the range may have the side effect of changing the Admin IP.
-
Do you mind telling us what the exact modem model numbers are? I’d like to poke a bit for my own curiosity.
-
@rcoleman-netgate hmm, I'm not at all aware of bridge mode or how it works. Network admin is a "hobby-in-progress" for me. I thought I was doing well with Multi-WAN and a gateway group set for failover.
I've had it working okay for a while, but I'm trying to swap out a rented modem with a purchased one. I THINK the WAN side of things will work okay (still need to call Xfinity to get the new modem authorized). Just the goofy need for static route to the GUI.
But if bridging mode is a better solution, then I'm eager to learn. Can you or @Jarhead point me to a page or tutorial that describes this setup option?
-
@gabacho4 Arris SB8200 and Motorola MB8611.
-
@ptyork Your best bet here is to google search the model number and "enable bridge mode" to see how to do it.
-
@andyrh cable modems are a bit odd. The ISP assigns you an IP address from their own DHCP range. And at least on these, the admin IP is fixed. Printed on a sticker on the bottom. There truly are almost no configuration options on these. You're not even allowed to update your own firmware. Only the ISP can do that...yes...even for a modem that you own. DOCSIS is a weird world.
-
@ptyork said in Two Cable Modems w/ Same IP:
The ISP assigns you an IP address from their own DHCP range.
Yes but the modem management IP (the RFC1918 one) is not assigned out of an ISP DHCP pool
-
@rcoleman-netgate ah, I think these ARE in bridge mode (vs. router mode). I was thinking you were referring to something to configure with pfSense needing to bridge two WAN ports or something.
Okay, then, yes. It sounds like I have the configuration pretty much as you describe. I just have to use the 'inelegant' solution of manually switching which of my WAN ports gets packets addressed to 192.168.100.1. Bummer, but far from the end of the world.
-
@ptyork Then you need to do specific policy-based-routing to talk to a system. You can't talk to both at the same time from the same machine, basically. You put a rule on your LAN (or the interface your computer is on) that routes 192.168.100.1 out a specific gateway.
-
@rcoleman-netgate thanks for the help. I think I understand. I can either toggle the static route between interfaces as I have it now or do as you suggest and set up PBR such that I can hit a different modem depending on which computer I access it from. Neither is a great solution, but either can work. Would be cool if there were some kind of NAT policy that could handle this, but I know it's a very fringe case and not worth really spending any development effort on.
Thanks to everyone for your help!!
-
@ptyork said in Two Cable Modems w/ Same IP:
Would be cool if there were some kind of NAT policy that could handle this
Basically that's what the PBR is.
You could have one work from a wireless VLAN and one from a wired VLAN -- that's the suggestion I made to the last person that asked about it. -
@rcoleman-netgate understood. I just meant a way of translating and forwarding one IP address (e.g., 192.168.1.2) to another on a specific port (e.g., 192.168.100.1 on WAN2). So not a source-based policy, but one that could work from any LAN source.
Like I said, sounds like this is an edge case. Existing solutions can also work. Thanks again!
-
You can try to use NAT like 192.168.101.1 to WAN2 and translate it do destination 192.168.100.1.
-
Well, it's now a COMPLETELY moot point. Xfinity wanted to charge ME to add my own modem in place of their "XFi" modem/router/wifi/slicer/carrot peeler. Was going to pay more and lose unlimited data, which is exactly opposite of what I was promised when I signed up and before I dropped >$150 on a new modem. Good grief. Such an awful company...
So now I have a spare cable modem if anyone's interested. :D
-
@nocling thanks! I did look at that, but I got a bit lost in all of the options. I may still play around with it to satisfy my curiosity even if I'm no longer dealing with the immediate need.
-
@rcoleman-netgate said in Two Cable Modems w/ Same IP:
@ptyork Your best bet here is to google search the model number and "enable bridge mode" to see how to do it.
Those models are bridge only devices. No built in router of any kind.
Truthfully- The MB8600 with its multiple interfaces (3 under the sticker) can bond two interfaces and is capable of 2gbps.. keep that in mind as you make your decisions. (actually I think the SB8200 has two bondable ports itself..) Having two modems is not going to help you with uptime. (unless you are worrying about one dying..)
edit- and now read your last post above.. Yep Comcrap sucks like that.