NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Happiness8815
Apr 14, 2023Aspirant
Lynx login troubleshhot
Hi all, I have a Raspberry Pi M4 connected to a Netgear Nightawk M1 MR1100. I want to connect to http://m1login.net in order to manage my router from the raspberry. I use Lynx to connect to the ...
JohnPeng
Apr 16, 2023NETGEAR Expert
$ lynx http://192.168.1.1
I arrive at the index.html page.
So I am well connected, but there's something wrong with the requests.
Could you please specify what is wrong with 192.168.1.1?
Thanks
- michaelkenwardApr 16, 2023Guru - Experienced User
JohnPeng wrote:
$ lynx http://192.168.1.1
I arrive at the index.html page.
What is this "index.html page"?
That IP address is the default for most routers. It brings up the browser graphical user interface (GUI).
You may have to consult an expert in how to use the Raspberry Pi.
Why do you want to use that as an intermediary when most people just use a browser to manage their routers?
- Happiness8815Apr 18, 2023Aspirant
hello,
what is wrong is that I have this error message :
using this command :
lynx -accept_all_cookies http://192.168.1.1
I can access the index.html page that is the index page of the route, where I find a form in this page :
Enter local credentials
Enter your mobile router's administration panel password.
Username
admin_______________
Password
____________________
(BUTTON) SIGN IN
So I enter my ids, and validate the form by the sign in button. but I am redirected to the previous page (index.html) with the error message :
error n :6 (bad html)
- michaelkenwardApr 18, 2023Guru - Experienced User
Happiness8815 wrote:
hello,
what is wrong is that I have this error message :
using this command :
lynx -accept_all_cookies http://192.168.1.1
I can access the index.html page that is the index page of the route, where I find a form in this page :
No idea where that comes from, it is
here.
- JohnPengApr 18, 2023NETGEAR Expert
I am not familiar with Lynx and Raspberry Pi. The 192.168.1.1 is the WebUI for device settings.
Thanks