New install of Kubuntu 23.10. In previous releases to add the OpenVPN connection I do:
1: Add the VPN connection as normal using the Network Manager GUI
2: Edit the connection file in /etc/NetworkManager/system-connections/(connectionname).nmconnection where (connectionname) is the name of your VPN conection
3: In the [vpn] section, beneath the line that starts ca=, add a new line reading
tls-cipher=DEFAULT:@SECLEVEL=0
4: Save the file
5: Enter the command systemctl restart NetworkManager
But now in 23.10 that is not working. There is info about the change in the release notes:
NetworkManager now uses Netplan as its default settings-storage backend. On upgrade, all connection profiles from /etc/NetworkManager/system-connections/ are transparently migrated to /etc/netplan/90-NM-*.yaml and become ephemeral, Netplan-rendered connection profiles in /run/NetworkManager/system-connections/. Backups of the original profiles are automatically created in /var/lib/NetworkManager/backups/ (read more at NetworkManager YAML settings backend 22 and LP: #1985994 7).
I am trying to add the configuration in the already existing /etc/netplan/90-NM-*.yaml, but I cannot find the option equivalent in Netplan to the tls-cipher=DEFAULT:@SECLEVEL=0 option in NetworManager.
Could someone give me some advice. Greetings.
1: Add the VPN connection as normal using the Network Manager GUI
2: Edit the connection file in /etc/NetworkManager/system-connections/(connectionname).nmconnection where (connectionname) is the name of your VPN conection
3: In the [vpn] section, beneath the line that starts ca=, add a new line reading
tls-cipher=DEFAULT:@SECLEVEL=0
4: Save the file
5: Enter the command systemctl restart NetworkManager
But now in 23.10 that is not working. There is info about the change in the release notes:
NetworkManager now uses Netplan as its default settings-storage backend. On upgrade, all connection profiles from /etc/NetworkManager/system-connections/ are transparently migrated to /etc/netplan/90-NM-*.yaml and become ephemeral, Netplan-rendered connection profiles in /run/NetworkManager/system-connections/. Backups of the original profiles are automatically created in /var/lib/NetworkManager/backups/ (read more at NetworkManager YAML settings backend 22 and LP: #1985994 7).
I am trying to add the configuration in the already existing /etc/netplan/90-NM-*.yaml, but I cannot find the option equivalent in Netplan to the tls-cipher=DEFAULT:@SECLEVEL=0 option in NetworManager.
Could someone give me some advice. Greetings.
Comment