Some time ago I created a VPN connection using Ubuntus own Network Manager, which worked fine! Now, a few months later, I want to go in and edit the connections details, but instead I get this error: unable to load VPN connection editor.
Any idea how this could be solved?
[UPDATE]
Starting the connection manager manually with nm-connection-editor
lets you edit the settings, but that still leaves the original error.
Run
This will prompt for both your password, and a Y/n answer, please provide it with your password, and Y.
If you use a
vpnc
connection, like with FritzBox routers, runThe answers are quite specific. What helped me was indeed:
Running
nm-connection-editor
from the terminalThe following warning gives you the hint to the missing dependency
sudo apt-get install network-manager-XYZ-gnome
, i.e. using one ofWith the missing /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-vpn-plugin-XYZ-editor.so now installed on your system, the network editor will continue working like a charm.
Try this:
I have had a similar issue on Ubuntu 18.04 which persisted after installing all the dependencies listed in other answers.
Starting
nm-connection-editor
from terminal logged the warning belowand the answer to that was
as given in How do I connect to L2TP over IPsec using Network Manager?.
On Ubuntu 20.04 it was network-manager-openconnect-gnome:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openconnect/+bug/1872074