Debrick success! Can't login 192.168.1.1

2 posts / 0 new
Last post
Ronny Woo Waa
Ronny Woo Waa's picture
Debrick success! Can't login 192.168.1.1

Hello,

Following the shorting-pin method I successfully debricked my WNR3500L. The power light is green and I can ping 192.168.1.1 without problem. However, when I try to go http://192.168.1.1 in browser the default login (admin/password)does not work. Does anyone know what should I do?

What I did try after this:

  • 30-30-30 reset
  • Reuse shorting-pin method to reupload firmware (I could only upload them once each time I use the trick)
Subhra
Subhra's picture
Can you please tell which

Can you please tell which firmware you are using??

As per my knowledge, in Stock,Toamto and DDWRT firmwares of Netgear WNR3500L, the http username and password are written on the nvram section.
You can perform the following steps ...
* Get the access of router console either using ssh or telnet.
* nvram get http_username
* nvram get http_password
Use these info while login through WebUI.

If the above nvram operations show encrypted output then you can manually set those parameters too ... using the commands below...

nvram set http_username=usrename_you_want_to_use
nvram set http_password=password_you_want_to_use
nvram commit