Ubuntu 16.04 How to use Ethernet captive portals
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I'm running 16.04 still and need to connect via internet to my campus network. However they use a captive portal login that works fine in windows, but Ubuntu doesn't like. Every browser I try gives me an error when the portal is trying to redirect me to itself. Historically I never have been able to get a captive portal to work on Linux - anyone have any ideas?
networking
add a comment |Â
up vote
0
down vote
favorite
I'm running 16.04 still and need to connect via internet to my campus network. However they use a captive portal login that works fine in windows, but Ubuntu doesn't like. Every browser I try gives me an error when the portal is trying to redirect me to itself. Historically I never have been able to get a captive portal to work on Linux - anyone have any ideas?
networking
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm running 16.04 still and need to connect via internet to my campus network. However they use a captive portal login that works fine in windows, but Ubuntu doesn't like. Every browser I try gives me an error when the portal is trying to redirect me to itself. Historically I never have been able to get a captive portal to work on Linux - anyone have any ideas?
networking
I'm running 16.04 still and need to connect via internet to my campus network. However they use a captive portal login that works fine in windows, but Ubuntu doesn't like. Every browser I try gives me an error when the portal is trying to redirect me to itself. Historically I never have been able to get a captive portal to work on Linux - anyone have any ideas?
networking
asked May 27 at 21:36
Luke Bordonaro
111
111
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
This seems to be a known issue with 16.04 and Linux-unfriendly captive portals, possibly fixed since 17.10 but I'm unsure and can't test it. Meanwhile, if you can't upgrade or try with the latests Ubuntu versions, use the route
command in terminal.
$ sudo route
You should see something like:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.2.2 0.0.0.0 UG 600 0 0 wlan0
10.0.2.2 * 255.255.248.0 U 600 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
Type the gateway adress in your browser (here: 10.0.2.2), this should get you to the captive portal page. Try with different browsers if necessary.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
This seems to be a known issue with 16.04 and Linux-unfriendly captive portals, possibly fixed since 17.10 but I'm unsure and can't test it. Meanwhile, if you can't upgrade or try with the latests Ubuntu versions, use the route
command in terminal.
$ sudo route
You should see something like:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.2.2 0.0.0.0 UG 600 0 0 wlan0
10.0.2.2 * 255.255.248.0 U 600 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
Type the gateway adress in your browser (here: 10.0.2.2), this should get you to the captive portal page. Try with different browsers if necessary.
add a comment |Â
up vote
0
down vote
This seems to be a known issue with 16.04 and Linux-unfriendly captive portals, possibly fixed since 17.10 but I'm unsure and can't test it. Meanwhile, if you can't upgrade or try with the latests Ubuntu versions, use the route
command in terminal.
$ sudo route
You should see something like:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.2.2 0.0.0.0 UG 600 0 0 wlan0
10.0.2.2 * 255.255.248.0 U 600 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
Type the gateway adress in your browser (here: 10.0.2.2), this should get you to the captive portal page. Try with different browsers if necessary.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
This seems to be a known issue with 16.04 and Linux-unfriendly captive portals, possibly fixed since 17.10 but I'm unsure and can't test it. Meanwhile, if you can't upgrade or try with the latests Ubuntu versions, use the route
command in terminal.
$ sudo route
You should see something like:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.2.2 0.0.0.0 UG 600 0 0 wlan0
10.0.2.2 * 255.255.248.0 U 600 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
Type the gateway adress in your browser (here: 10.0.2.2), this should get you to the captive portal page. Try with different browsers if necessary.
This seems to be a known issue with 16.04 and Linux-unfriendly captive portals, possibly fixed since 17.10 but I'm unsure and can't test it. Meanwhile, if you can't upgrade or try with the latests Ubuntu versions, use the route
command in terminal.
$ sudo route
You should see something like:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.2.2 0.0.0.0 UG 600 0 0 wlan0
10.0.2.2 * 255.255.248.0 U 600 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
Type the gateway adress in your browser (here: 10.0.2.2), this should get you to the captive portal page. Try with different browsers if necessary.
answered May 28 at 7:25
ChuckMaurice
362
362
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1041005%2fubuntu-16-04-how-to-use-ethernet-captive-portals%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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