-
Notifications
You must be signed in to change notification settings - Fork 19
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
Next day after 22.04 beta install, WireGuard will no longer connect #412
Comments
This also has been reported to happen with NordVPN. It was kinda of happening with ProtonVPN but after a few days of updates, now the CLi and GUI interface of it connects without any problem. |
This bug is still happening in 22.04 final. |
This may be related to VPN connection editors on multiple distros (see https://bugzilla.redhat.com/show_bug.cgi?id=2057719 and https://bbs.archlinux.org/viewtopic.php?id=275815 ) using gnome-control-center on Gnome 42, not being able to load (apparently needing a port to GTK4 they haven’t got yet). |
Continuing to tinker with it, I added libgtk-4-dev to the packages I used to compile Max Moser's network-manager-wireguard (above), and that did allow me to see WireGuard configurations I had configured (where having only libgtk-3-dev installed amongst the other packages necessary did not allow me to see the details of any installed WireGuard configuration inside gnome-control-center. |
Seems it's not distro fault, it's wireguard vpn plugin needs to be updated. Maybe because of NetworkManager latest changes. |
VPNs have to update their software to support 22.04 and OpenSSL 3.0 |
Right on. And in the case that one “rolls their own” VPN? Assuming OpenSSL 3.0 is installed, how does one ensure the server’s wg0.conf utilizes it correctly (if it wasn’t already, which I have no reason to believe it wasn’t)? Also, what other support for 22.04 is necessary? |
How did you upgrade to 22.04? (Fresh install / Upgrade)
Upgrade from 21.10
Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):WireGuard (made accessible to the GUI by https://github.com/max-moser/network-manager-wireguard)
Issue/Bug Description:
Upon 22.04 beta install (without reboot) WireGuard connections I had previously configured worked. They may have continued to work upon warm reboot the same day; I didn’t research. Upon cold boot the next day, they simply didn’t connect (with a dialog box announcing they hadn’t). Reinstallation of WireGuard or network-manager-WireGuard did not solve the issue, but reverting to a 21.10 refresh did.
Steps to reproduce (if you know):
Try to use WireGuard connection
Expected behavior:
That it work as previously.
Other Notes:
As above.
The text was updated successfully, but these errors were encountered: