this post was submitted on 17 Nov 2023
1 points (100.0% liked)
Home Networking
198 readers
1 users here now
A community to help people learn, install, set up or troubleshoot their home network equipment and solutions.
Rules
- Please stay on topic.
- Please use the search function to look for keywords related to what you want to ask before posting since most common issues have been answered.
- No Ads. This community is for support and discussion. Ads and self promotion are not welcome here.
- No product reviews or announcements. If you have a question about a product, be specific about what you want to know.
- Be civil. Don't be a jerk. Not being a jerk is surprisingly easy.
- No URL shorteners. URL shorteners tend to hide the real use of a link. For this reason, please use normal links, even if they're long.
- No affiliate links.
- No gatekeeping. With profession shall come professionalism. Extend help without judging others for their ignorance. The same goes for downvoting of comments or posts for "stupid questions" or not being as knowledgeable as others.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure where the .40. address is coming from. My Arris modem's admin page lives at 192.168.100.1. I don't need to do anything to my router to access it.
The router knows that it doesn't own a 192.168.100.x subnet and forwards that traffic 'toward' its default router, where the modem will reply. Not all modems use the .100. subnet. Arris and Motorola do.
In a typical (Arris/Motorola) config, if you watch the ethernet traffic while the modem is coming up and the router is DHCP'ing for its WAN address, you will see the WAN get 192.168.100.xx address until the modem negotiates with the ISP. The modem will then drop and restore link to the router forcing the router to do another DHCP request. The response to this second DHCP request receives the public IP address for the router's WAN port.
If you run wireshark on a PC connected to the modem while powered off, then power on the modem, you should see a gratuitous ARP advertising the modem's IP and MAC addresses. This will probably be the management IP address of the modem.
This is good advice. Thank you.
It is 192.168.40.1. or it was. Google sagemcom fast 3896.
With a PC connected directly to the modem, can you access 192.168.40.1?
It does seem possible for the ISP to modify the admin IP address via the modem config file, but I have not seen it done. I also cannot come up with a way to find it (not enough coffee, yet), short of a packet capture with your PC directly attached to the modem and hoping the modem advertises its IP address once connected to the ISP.
Tried not 40.1 and 100.1 with 40.2 and 100.2 manually set IPs on a hardwired laptop. Neither worked.
Maybe some other user error? Should I not have set a default gateway while setting manual IP? Should I have disconnected modem from router before trying to access? Point is I wanna be able to access it to see what it's saying with less hassle. Doesn't seem like there's a silver bullet for me.
Try setting your ethernet interface to get its IP address via DHCP. Let it get the default route from the modem, then see if you can access 192.168.40.1.
I took a quick look at what happens in my router when accessing my modem. It looks like the modem intercepts its own traffic. It should have been forwarded to my default router, but the default router shouldn't know anything about the modem. I'll get a packet capture when I get a chance.