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 url, but the routeur redirects to the website https://www.netgear.com/home/services/mobile-login/ (when it hasn't achieved connection). But if I type the following command :
$ 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.
Someone can help ?
thanks,
Hapiness8815
7 Replies
Happiness8815 wrote:
I have a Raspberry Pi M4 connected to a Netgear Nightawk M1 MR1100.
Not one of the average routers covered in this section.
While many questions about routers are generic and could be answered anywhere, some things need specialist knowledge.
You might get more help, and find earlier questions and answers specific to your device, in the appropriate section for your hardware. That's probably here:
Mobile Routers, Hotspots & Modems
Those things are very different from the standard Netgear routers covered in this section.
You might like to search there for messages related to your problem.
I will ask the Netgear moderator to move your message.
In the meantime you could visit the support pages:
Support | NETGEAR
Feed in your model number and check the documentation for your hardware. Look at the label on the device for the model number.
Check for various troubleshooting tips.
You may have done this already. I can't tell from your message.
I mention it because Netgear stopped supplying printed manuals and CD versions some years ago and people sometimes miss the downloads.- JohnPengNETGEAR 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
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?
- Happiness8815Aspirant
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)
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.