| Summary: | Unable to reach the wifi login page if the network only blocks UDP | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-networkmanager-qt | Reporter: | Antti Savolainen <antti.savo> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | jgrulich, kde, lamarque, lukas.tinkl, nate, olib141 |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Antti Savolainen
2022-10-13 00:29:36 UTC
Pretty sure this is the issue I was hitting with free airport wifi on a recent trip Thankfully I was trying to use wireguard and bittorrent so I was able to catch the root cause Apparently Android supports RFC 8910 (https://developer.android.com/about/versions/11/features/captive-portal) and uses this to determine where to send you. It looks like support for this is stalled in NM but known (https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1305) and actually exists in systemd-networkd (https://github.com/systemd/systemd/pull/28132). It looks like this would be more proper than using the default gateway if ever implemented in NM. I don't know if using the default gateway is actually appropriate. |