I've scoured the forums here and the internet for a working solution, to no avail.
I want to get to http://192.168.100.1 which is the address for my modem's user interface. I'm connected via ethernet with just the OpenWrt router in between.
The modem is a Surfboard 8200 (SB8200). I've already tried creating a "modem" interface in OpenWrt and manually assigning it IP address 192.168.100.2. I've also previously tried creating a static route.
Nothing I've tried so far works. Anybody got a suggestion?
Normally, nothing is required to get this to work on a typical OpenWrt install with a wan that is configured with DHCP.
Let's see your config:
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
Should note that I've had this problem ever since starting to use OpenWrt; stable or SNAPSHOT doesn't matter, it's always been this way for me. I've tried it on two different PCs and a laptop as well.
I was always able to get to the cable modem interface on my old routers (a Linksys E3000 and later a TP-Link Archer A10)
Pinging 192.168.100.1 with 32 bytes of data:
Reply from 192.168.100.1: bytes=32 time=5ms TTL=63
Reply from 192.168.100.1: bytes=32 time=2ms TTL=63
Reply from 192.168.100.1: bytes=32 time=2ms TTL=63
Reply from 192.168.100.1: bytes=32 time=2ms TTL=63
Ping statistics for 192.168.100.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 5ms, Average = 2ms
that's what I was afraid of and found similar no-solutions around the web
wonder if it's something they've broken since the time I was able to do it, or if it is only broken on some routers like OpenWrt but not others? ugh...
thank you very much for looking into it, guess I'll wait until I get a new cable modem, or upgrade to fiber
I think it's been broken on your SB8200 since you got it... making a guess here, maybe the last time you may have bothered to access the interface of your cable modem was with a cable modem model that you had owned previously?
I don't think it's OpenWrt specific, though... but you could always flash your router back to the factory firmware if you fancy a test to confirm or refute my hypothesis.
I got the SB8200 in 2019 along with a TP-Link Archer A10, and it did work at that time. It just hasn't worked since I switched to an OpenWrt router (in Jan 2023), but it seems it was coincidental in timing with whatever Arris/Comcast may have broken on the modem itself.
What happens if you connect a computer directly to the modem (with fixed IP address of 198.168.100.2)? Can you access the admin page? If yes, please take a packet capture of a configuration session and check whether the modem plays silly TTL games (setting the TTL field to 1)...