question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stops at login page [WRT3200ACM]

See original GitHub issue

I started with the stock firmware completely cleared and under the connectivity page I upgraded the firmware using openwrt-21.02.0-rc2-wrt3200acm-squashfs-factory.img

Everything looked like it took fine.

However, when I try using http://192.168.1.1 I’m redirected to http://192.168.1.1/cgi-bin/luci/. The warning says that no password is installed, so I press the login button and nothing happens.

I’m able to ssh / scp to the router

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

13reactions
jow-commented, Jun 7, 2021

This is usually caused by browser heuristics. If LuCI’s “sysauth” cookie was once set via HTTPS in the past, browsers refuse to accept a new “sysauth” cookie via plain HTTP. Due to that you’re thrown back to the login dialog after pressing login.

For Firefox:

  • press F12 to open the inspector
  • select the “Storage” tab, open the cookies list on the left side
  • select the “sysauth” cookie row on the right and press delete to remove it
  • close the inspector and retry

For Chrome:

  • press F12 to open the inspector
  • select the “Application” tab
  • on the left side, open the “Cookies” list and select the “http://192.168.1.1” origin
  • select the “sysauth” cookie row on the right and press delete to remove it
  • close the inspector and retry
1reaction
shodanx2commented, Sep 14, 2021

Hello,

I just upgraded from version 18, clean wipe. Has the same issue as OP. Try to login with good password, there was no error it just didn’t log in, same as pressing F5. I could login with a firefox private window Deleting sysauth cooking as outlined above as fixed the issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common Linksys Router Login Problems (And How To Solve ...
To do so, press and hold the Reset button from the rear side of the device for about 10 seconds, until the power...
Read more >
Linksys Official Support - List of common router issues
The Linksys router's web-based setup page can be accessed using a wired or ... A user login will then appear asking you to...
Read more >
View topic - WRT3200ACM 5GHz wifi stops responding
I am currently running build 42557 on my WRT3200ACM router and have found that I seem to be having some issues with the...
Read more >
Wrt3200acm-Bridged connection to guest wifi - OpenWrt Forum
My Linksys wrt3200acm router (2nd router) needs to be able to connect ... It does not show a login page for my devices...
Read more >
WRT3200ACM MU-MIMO Gigabit Wi-Fi Router - TeleDynamics
Tip—Print the next page, then record your router and account settings in the ... Wait until the modem's online indicator has stopped blinking...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found