I have installed the strongswan package on Ubuntu 23.04. in order to connect to a VPN via IPsec/IKEv2. When opening the VPN settings in gnome, I receive the error message "unable to load VPN connection editor), like in the image below.
This only happens when choosing IPsec/IKEv2. On OpenVPN for example, the editor opens as expected.
When researching solutions, I have installed loads of alledged dependencies, too many to remember. At least the following:
libstrongswan-extra-plugins/lunar,now 5.9.8-3ubuntu4 amd64 [installed]
libstrongswan-standard-plugins/lunar,now 5.9.8-3ubuntu4 amd64 [installed,automatic]
libstrongswan/lunar,now 5.9.8-3ubuntu4 amd64 [installed,automatic]
network-manager-strongswan/lunar,now 1.6.0-1 amd64 [installed]
strongswan-charon/lunar,now 5.9.8-3ubuntu4 amd64 [installed]
strongswan-libcharon/lunar,now 5.9.8-3ubuntu4 amd64 [installed,automatic]
strongswan-nm/lunar,now 5.9.8-3ubuntu4 amd64 [installed,automatic]
strongswan-pki/lunar,now 5.9.8-3ubuntu4 amd64 [installed]
strongswan-starter/lunar,now 5.9.8-3ubuntu4 amd64 [installed,automatic]
strongswan/lunar,now 5.9.8-3ubuntu4 all [installed]
In the case of openvpn, there is the network-manager-openvpn-gnome
package, as described here Unable to load VPN connection editor in Ubuntu 14.04 LTS
What is the equivalent for strongswan in Ubuntu? I can find it for other distros: https://packages.fedoraproject.org/pkgs/NetworkManager-strongswan/NetworkManager-strongswan-gnome/
But for Ubuntu 23.04., I cannot get strongswan to work in gnome. What am I missing?
nm-connection-editor
command worked. thank you – Gerry Sep 29 '23 at 08:50