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 just lately acquired a brand new Linux based mostly 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 previous 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 possibly it was PopOS?). Subsequent, I attempted totally 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 resolution.
Answer
The answer was pretty simple. 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 offers you particulars concerning the IP routing desk in your system. This instructed 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 should you ever end up in an analogous scenario simply use the route
command to search out the entry web page.