New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys-net phones home to fedoraproject.org for captive portal detection #1814

Open
hdevalence opened this Issue Mar 6, 2016 · 4 comments

Comments

Projects
None yet
5 participants
@hdevalence

When connecting to some WiFi networks, e.g., open networks, sys-net phones home to fedoraproject.org:

sys-net NetworkManager[551]: <info>  connectivity: check for uri 'http://fedoraproject.org/static/hotspot.txt' returned status '302 Moved Temporarily'; assuming captive portal.

It would be good to discuss whether this is desired behaviour and whether there's a better way to deal with captive portals in Qubes (e.g., testing random domains).

@hdevalence

This comment has been minimized.

Show comment
Hide comment
@hdevalence

hdevalence Mar 6, 2016

Another interesting idea would be to integrate captive portal detection with a Qubes DispVM system, so that when a captive portal is detected, Qubes could launch Firefox in a DispVM to do the login. Maybe that should be a different ticket?

Another interesting idea would be to integrate captive portal detection with a Qubes DispVM system, so that when a captive portal is detected, Qubes could launch Firefox in a DispVM to do the login. Maybe that should be a different ticket?

@marmarek marmarek added this to the Release 3.1 milestone Mar 6, 2016

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 6, 2016

Member

As for connectivity check, you can disable it by removing NetworkManager-config-connectivity-fedora package. Indeed it may be a good option to not install it at all by default.

As for captive portal handling, it it interesting idea, worth a separate ticket and/or discussion on qubes-devel mailing list.

Member

marmarek commented Mar 6, 2016

As for connectivity check, you can disable it by removing NetworkManager-config-connectivity-fedora package. Indeed it may be a good option to not install it at all by default.

As for captive portal handling, it it interesting idea, worth a separate ticket and/or discussion on qubes-devel mailing list.

@0x27

This comment has been minimized.

Show comment
Hide comment
@0x27

0x27 Apr 27, 2016

Perhaps it might be better to see what it is that the Subgraph people are doing with their Captive Portal detector/dealwith contraption and integrate that?

Integrating their automatic MAC changer might be another cool thing to do as an optional NetVM accessory for bonus privacy.

0x27 commented Apr 27, 2016

Perhaps it might be better to see what it is that the Subgraph people are doing with their Captive Portal detector/dealwith contraption and integrate that?

Integrating their automatic MAC changer might be another cool thing to do as an optional NetVM accessory for bonus privacy.

@cfcs

This comment has been minimized.

Show comment
Hide comment
@cfcs

cfcs Apr 30, 2016

"Captive portal detection" is inherently going to connect back to /something/. I think we should make it an install-time option (before we enable the network).

cfcs commented Apr 30, 2016

"Captive portal detection" is inherently going to connect back to /something/. I think we should make it an install-time option (before we enable the network).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment