Public open Wifi connection does not pop up portal log inSamsung laptop Ubuntu sees the wifi but does not connectopen wifi Captive portal w/only local net (no internet/wan)?Cannot log in to public open Wifi connectionUbuntu 17.10 doesn't load captive portalCan not connect to public open wifi. Login portal is not showing?Ubuntu 16 does not show any wifi connection
Could Alpha Centauri be made of anti-matter?
Why are seats at the rear of a plane sometimes unavailable even though many other seats are available in the plane?
Match the blocks
How can I attach a set of five panniers?
What is a light-year, really?
Proofreading a novel: is it okay to use a question mark with an exclamation mark - "?!"
Why is it so hard to land on the Moon?
Is It Possible to Make a Computer Virus That Acts as an Anti-virus?
What causes standard door hinges to close up to a certain amount automatically?
How can demon technology be prevented from surpassing humans?
How should I tell a professor the answer to something he doesn't know?
Is it reasonable to ask candidates to create a profile on Google Scholar?
Is data science mathematically interesting?
I didn't do any exit passport control when leaving Japan. What should I do?
Does wall of stone need support or not?
An idiomatic word for "very little" in this context?
Drawing Super Mario Bros.....in LaTeX
How to deal with intolerable behavior of a subordinate?
Why is CMYK & PNG not possible?
Fill a bowl with alphabet soup
What does "drop" mean in this context?
Delete line if next line is the same
Why does 1.1.1.1 not resolve archive.is?
My professor says my digit summing code is flawed. Is he right?
Public open Wifi connection does not pop up portal log in
Samsung laptop Ubuntu sees the wifi but does not connectopen wifi Captive portal w/only local net (no internet/wan)?Cannot log in to public open Wifi connectionUbuntu 17.10 doesn't load captive portalCan not connect to public open wifi. Login portal is not showing?Ubuntu 16 does not show any wifi connection
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
A particular Public open Wifi connection does not open (any) browser pop-up (captive) portal to allow log in.
Question:
Is there a way to manually force the log in?
My Ubuntu version is 18.04.2 LTS (Bionic Beaver).
wireless
add a comment
|
A particular Public open Wifi connection does not open (any) browser pop-up (captive) portal to allow log in.
Question:
Is there a way to manually force the log in?
My Ubuntu version is 18.04.2 LTS (Bionic Beaver).
wireless
add a comment
|
A particular Public open Wifi connection does not open (any) browser pop-up (captive) portal to allow log in.
Question:
Is there a way to manually force the log in?
My Ubuntu version is 18.04.2 LTS (Bionic Beaver).
wireless
A particular Public open Wifi connection does not open (any) browser pop-up (captive) portal to allow log in.
Question:
Is there a way to manually force the log in?
My Ubuntu version is 18.04.2 LTS (Bionic Beaver).
wireless
wireless
edited Apr 26 at 5:57
Kevin Bowen
16k15 gold badges62 silver badges73 bronze badges
16k15 gold badges62 silver badges73 bronze badges
asked Apr 25 at 20:15
Brad ThompsonBrad Thompson
539 bronze badges
539 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
If you can identify the gateway IP address you should be able to open any browser and enter that address to be redirected to the page generally brought up in the pop-up. One way to get the gateway IP is by bringing up a terminal and typing ip route list
which should give you output something like this:
default via 10.140.128.1 dev wlp2s0 proto dhcp metric 600
10.140.128.0/18 dev wlp2s0 proto kernel scope link src 10.140.140.111 metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
The IP address listed just after default via
should be the gateway ip address. This has worked for me in the past but I haven't tested recently.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138176%2fpublic-open-wifi-connection-does-not-pop-up-portal-log-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you can identify the gateway IP address you should be able to open any browser and enter that address to be redirected to the page generally brought up in the pop-up. One way to get the gateway IP is by bringing up a terminal and typing ip route list
which should give you output something like this:
default via 10.140.128.1 dev wlp2s0 proto dhcp metric 600
10.140.128.0/18 dev wlp2s0 proto kernel scope link src 10.140.140.111 metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
The IP address listed just after default via
should be the gateway ip address. This has worked for me in the past but I haven't tested recently.
add a comment
|
If you can identify the gateway IP address you should be able to open any browser and enter that address to be redirected to the page generally brought up in the pop-up. One way to get the gateway IP is by bringing up a terminal and typing ip route list
which should give you output something like this:
default via 10.140.128.1 dev wlp2s0 proto dhcp metric 600
10.140.128.0/18 dev wlp2s0 proto kernel scope link src 10.140.140.111 metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
The IP address listed just after default via
should be the gateway ip address. This has worked for me in the past but I haven't tested recently.
add a comment
|
If you can identify the gateway IP address you should be able to open any browser and enter that address to be redirected to the page generally brought up in the pop-up. One way to get the gateway IP is by bringing up a terminal and typing ip route list
which should give you output something like this:
default via 10.140.128.1 dev wlp2s0 proto dhcp metric 600
10.140.128.0/18 dev wlp2s0 proto kernel scope link src 10.140.140.111 metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
The IP address listed just after default via
should be the gateway ip address. This has worked for me in the past but I haven't tested recently.
If you can identify the gateway IP address you should be able to open any browser and enter that address to be redirected to the page generally brought up in the pop-up. One way to get the gateway IP is by bringing up a terminal and typing ip route list
which should give you output something like this:
default via 10.140.128.1 dev wlp2s0 proto dhcp metric 600
10.140.128.0/18 dev wlp2s0 proto kernel scope link src 10.140.140.111 metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
The IP address listed just after default via
should be the gateway ip address. This has worked for me in the past but I haven't tested recently.
answered Apr 25 at 22:26
RaidPinataRaidPinata
2062 silver badges12 bronze badges
2062 silver badges12 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138176%2fpublic-open-wifi-connection-does-not-pop-up-portal-log-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown