Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Two Cable Modems w/ Same IP

    Scheduled Pinned Locked Moved Routing and Multi WAN
    24 Posts 7 Posters 1.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Jarhead @ptyork
      last edited by

      @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.

      R 1 Reply Last reply Reply Quote 0
      • R
        rcoleman-netgate Netgate @Jarhead
        last edited by

        @jarhead One reason - I have a Netgear modem that regularly needs to be rebooted because Comcast sucks :-)

        Ryan
        Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
        Requesting firmware for your Netgate device? https://go.netgate.com
        Switching: Mikrotik, Netgear, Extreme
        Wireless: Aruba, Ubiquiti

        1 Reply Last reply Reply Quote 0
        • AndyRHA
          AndyRH
          last edited by

          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.

          o||||o
          7100-1u

          P 1 Reply Last reply Reply Quote 0
          • G
            gabacho4 Rebel Alliance
            last edited by

            Do you mind telling us what the exact modem model numbers are? I’d like to poke a bit for my own curiosity.

            P 1 Reply Last reply Reply Quote 0
            • P
              ptyork @rcoleman-netgate
              last edited by

              @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?

              R 1 Reply Last reply Reply Quote 0
              • P
                ptyork @gabacho4
                last edited by

                @gabacho4 Arris SB8200 and Motorola MB8611.

                1 Reply Last reply Reply Quote 0
                • R
                  rcoleman-netgate Netgate @ptyork
                  last edited by

                  @ptyork Your best bet here is to google search the model number and "enable bridge mode" to see how to do it.

                  Ryan
                  Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                  Requesting firmware for your Netgate device? https://go.netgate.com
                  Switching: Mikrotik, Netgear, Extreme
                  Wireless: Aruba, Ubiquiti

                  P chpalmerC 2 Replies Last reply Reply Quote 0
                  • P
                    ptyork @AndyRH
                    last edited by

                    @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.

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      rcoleman-netgate Netgate @ptyork
                      last edited by

                      @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

                      Ryan
                      Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                      Requesting firmware for your Netgate device? https://go.netgate.com
                      Switching: Mikrotik, Netgear, Extreme
                      Wireless: Aruba, Ubiquiti

                      1 Reply Last reply Reply Quote 0
                      • P
                        ptyork @rcoleman-netgate
                        last edited by

                        @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.

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          rcoleman-netgate Netgate @ptyork
                          last edited by

                          @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.

                          Ryan
                          Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                          Requesting firmware for your Netgate device? https://go.netgate.com
                          Switching: Mikrotik, Netgear, Extreme
                          Wireless: Aruba, Ubiquiti

                          P 1 Reply Last reply Reply Quote 1
                          • P
                            ptyork @rcoleman-netgate
                            last edited by

                            @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!!

                            R 1 Reply Last reply Reply Quote 0
                            • R
                              rcoleman-netgate Netgate @ptyork
                              last edited by

                              @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.

                              Ryan
                              Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                              Requesting firmware for your Netgate device? https://go.netgate.com
                              Switching: Mikrotik, Netgear, Extreme
                              Wireless: Aruba, Ubiquiti

                              P 1 Reply Last reply Reply Quote 1
                              • P
                                ptyork @rcoleman-netgate
                                last edited by

                                @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!

                                P 1 Reply Last reply Reply Quote 0
                                • N
                                  NOCling
                                  last edited by

                                  You can try to use NAT like 192.168.101.1 to WAN2 and translate it do destination 192.168.100.1.

                                  Netgate 6100 & Netgate 2100

                                  P 1 Reply Last reply Reply Quote 1
                                  • P
                                    ptyork @ptyork
                                    last edited by

                                    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

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      ptyork @NOCling
                                      last edited by

                                      @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.

                                      1 Reply Last reply Reply Quote 0
                                      • chpalmerC
                                        chpalmer @rcoleman-netgate
                                        last edited by chpalmer

                                        @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.

                                        Triggering snowflakes one by one..
                                        Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          ptyork @chpalmer
                                          last edited by

                                          @chpalmer thanks, yep. Both are "dumb" modems; the only purpose of the admin interface is for diagnostics. Funny, although the SB8200 is capable of bonding with updated firmware, the ISP refuses to apply it. So, I'm stuck with two separate GigE ports. Not a big deal since that service is only 600/50, but it highlights the asinine nature of DOCSIS.

                                          I do actually have two separate ISPs (WOW and "Comcrap"). I live stream some classes and just wanted to make sure I had redundancy so I don't leave my students high-and-dry. But I've had nothing but trouble ever since adding the Xfinity service. Got the MB8611 for its 2.5GbE port since I had > 1Gbps with Comcast, but c'est la vie.

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.