Comment 5 for bug 2037011

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I can confirm the same, neither importing nor adding a VPN via the gui works.
You clock "add" after importing or configuring one, click add and then ... as if nothing had happened.

I ran `gnome-control-center` directly and followed journal, no related error message shows up.

It is not just visualization, `nmcli con` does also not list the connection that now should be known.

It seems to be a UI only issue, as I can import a connection via:
 $ nmcli connection import type openvpn file myfile.conf

Same for using the connection afterwars.
Clicking the UI enable toggle seems to do nothing.

But via cli it works:
 $ nmcli connection up myconection
 $ ip route
   ... shows pushed routes ...

Not that it would work, even connected I still can't reach anything. But it at least connects I guess?