NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
johnalameda
Jul 05, 2022Aspirant
Netgear CM1100 V2.01.02 - Listening on both 192.168.0.1 and 192.168.100.1
Hi, I have a Netgear CM1100 using firmware version V2.01.02. I did a routine scan on my network using NMAP and noticed that the modem is listening on both 192.168.0.1 and 192.168.100.1. I know that...
- Jul 09, 2022
Was NOT able to access the modems web page at 192.168.0.1 whatsoever.
johnalameda
Jul 06, 2022Aspirant
Yes that's correct. I am directly connected to the modem. There is no external router hooked up to the modem.
FURRYe38
Jul 06, 2022Guru - Experienced User
Are both accessible if the external router is connected and the router is set for .0.1? I presume that should be accessible then. The .100.1 should be though.
- johnalamedaJul 06, 2022Aspirant
Thanks FURRYe38 for the input. So just to be clear, you would like me to attach the external router directly to the cable modem and change the external router's IP (currently .1.1) address to .0.1. Then attach my laptop to the external router and try to access http://192.168.0.1. correct? Is the expectation that I would go to my external router's admin portal? I will give this a try and get back to you.
Without the external router hooked up right now, if I access http://192.168.0.1 from a browser, I get a prompt for login credentials (which looks similar to http://192.168.100.1) but I am unable to log into it. I tried my admin credentials as well as the default username and password (admin/admin). Nothing worked.
- FURRYe38Jul 06, 2022Guru - Experienced User
Yes please.
- johnalamedaJul 07, 2022Aspirant
Hi FURRYe38 , when I attached my external router to my modem, and then attached my laptop to the external router and try to access http://192.168.0.1 , I get the admin portal for my external router. I made sure to change my external router to have IP address 192.168.0.1 as requested.
- johnalamedaJul 07, 2022Aspirant
Just in case it helps identity why I am seeing the mysterious IP address 192.168.0.1 on my network, here is what I get when I use curl to dump the pages. This is what I see when I am connected directly to the modem without any external router.
* Trying 192.168.0.1:80...
* Connected to 192.168.0.1 (192.168.0.1) port 80 (#0)
> GET / HTTP/1.1
> Host: 192.168.0.1
> User-Agent: curl/7.82.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 401 Unauthorized
< Server: micro_httpd
< Cache-Control: no-cache
< Date: Thu, 07 Jul 2022 01:22:49 GMT
< WWW-Authenticate: Basic realm="Broadband Router"
< Content-Type: text/html
< Connection: close
<
<html><head><script type="text/javascript">
function load(){document.execCommand("ClearAuthenticationCache");}
</script><title>401 Unauthorized</title></head><body onload="load()">
* Closing connection 0
<h4>401 Unauthorized</h4>Authorization required. Must enter a valid user name and password.</body></html>* Trying 192.168.100.1:80...
* Connected to 192.168.100.1 (192.168.100.1) port 80 (#0)
> GET / HTTP/1.1
> Host: 192.168.100.1
> User-Agent: curl/7.82.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 401 Unauthorized
< Content-type: text/html
< WWW-Authenticate: Basic realm="Netgear"
< Connection: close
< Pragma: no-cache
<
<html><head><title>HTTP 401 - Unauthorized</title></head><body><h4>HTTP 401 - Unauthorized</h4><p>Authorization is required to access the configuration server.<p>You must enter the correct username and/or password.</body></html>
* Closing connection 0