What's new

Help- Cannot assess router adminstration page

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

leon

Regular Contributor
Hello,

I realised today that I cannot access my router via by browser. I received the error "Firefox can’t establish a connection to the server at 192.168.1.1.". I have tried this will all my computers and phones. I also tried typing http://192.168.1.1 and https....

All my devices at home work well with full internet assess. I am able to SSH to the router. I did a ps and received

httpds -s -p 8443 -i br0

I am not sure what else can I do...

I am using Asus RT68U, running Merlin 380.64_2.

Thanks in advance.
 
Run command 'ipconfig /all' see whether ip address changed.
Also try ping the router.
 
Open a command prompt and ipconfig to see what address your default gateway is.
 
Did you enable the allow only specified IP address on the UI?
 
Not sure what nvram value stores that entry. You could try disabling the https login to see if you can get back into the UI.
To disable https from telnet or ssh, use these commands:

Code:
nvram set http_enable=0
nvram commit
service restart_httpd
 
1.How often does this happen after your upgrade Firmware ?
2. what's the result of PS via ssh? only" httpds -s -p 8443 -i br0"?
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top