[ad_1]
Have you ever ever been to a espresso store and tried connecting to the general public WiFi solely to search out out that your browser isn’t mechanically opening up the router login web page? These conditions suck and occur far too typically with all of us. I not too long ago received a brand new Linux primarily based machine and Firefox wasn’t efficiently detecting the hotspot entry web page.
It was telling me that there was an SSL error however even non-https web sites weren’t getting redirected to the router login web page.
Strategies I attempted
I then tried an outdated and examined methodology of opening up nonhttps.com however that too failed. Firefox simply didn’t need me to make use of the web that day (or perhaps it was PopOS?). Subsequent, I attempted completely different variations of typical router administration IP addresses: 192.168.1.1
, 127.1.1.1
& localhost
however these too have been failing. I hopped on the web and came upon one other answer.
Resolution
The answer was pretty straightforward. Open up your terminal and sort route
:
Kernel IP routing desk
Vacation spot Gateway Genmask Flags Metric Ref Use Iface
default _gateway 0.0.0.0 UG 600 0 0 wlp0s20f3
35.22.0.0 0.0.0.0 255.255.128.0 U 600 0 0 wlp0s20f3
This command gives you particulars concerning the IP routing desk in your system. This informed me that the entry level’s gateway is accessible at _gateway
. I opened it in Firefox and lo and behold the login web page opened. Then I simply needed to click on Settle for
(for privateness coverage) and I used to be related to the web freeway.
So if you happen to ever end up in an analogous state of affairs simply use the route
command to search out the entry web page.
[ad_2]