LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Router login issue (https://www.linuxquestions.org/questions/linux-networking-3/router-login-issue-4175669575/)

joshua450 02-13-2020 11:39 PM

Router login issue
 
I have a Linksys router but the problem, I cannot find its login page, I thought I could get access to it after typing the IP address 192.168.1.1, I don't know where I did wrong

ferrari 02-13-2020 11:55 PM

What is the gateway address you get from a working Linux client?
Code:

ip route

berndbausch 02-14-2020 12:51 AM

You could use nmap to scan your network for web servers (port 80). No, I don't know the required command line options off the cuff.

My Buffalo router came with 192.168.0.1, by the way.

ferrari 02-14-2020 02:35 AM

Perhaps something like
Code:

sudo nmap -p 80,443 192.168.0.0/24
to scan the whole 192.168.0.0/24 subnet for open ports 80 and 443

syg00 02-14-2020 03:01 AM

Use a cat[56] cable rather than wifi - especially if you have had other routers.

scasey 02-14-2020 02:12 PM

Quote:

Originally Posted by joshua450 (Post 6089818)
I have a Linksys router but the problem, I cannot find its login page, I thought I could get access to it after typing the IP address 192.168.1.1, I don't know where I did wrong

Check the default IP address in the manual (should be on the Linksys/Cisco site if you don't have a copy).
If that IP doesn't work, press the router reset to restore to factory defaults. Again, see the manual about how to do that.
And yes, you should be hard-wired to the router as well, as one of the possible settings is to dis-allow maintenance by WiFi.


All times are GMT -5. The time now is 06:54 AM.