libnss3 和网络管理器以及私人互联网接入 VPN

libnss3 和网络管理器以及私人互联网接入 VPN

我安装了今天发布的 libnss3 的新安全更新。

https://www.ubuntu.com/usn/usn-3336-1/

我使用带有 gnome 的网络管理器连接到 PIA 的 VPN

https://www.privateinternetaccess.com/pages/client-support/ubuntu-openvpn

自从我更新了 libnss3 后,它就无法再连接了。就像是超时了一样。

它使用的典型 OpenVPN 文件如下所示:

[connection]
id=[some name of some server]
uuid=[some uuid]
type=vpn
autoconnect=false

[vpn]
service-type=org.freedesktop.NetworkManager.openvpn
username=[some username]
comp-lzo=yes
remote=[some server].privateinternetaccess.com
cipher=AES-256-CBC
auth=SHA256
connection-type=password
password-flags=1
port=1197
proto-tcp=no
ca=/etc/openvpn/pia-ca.rsa.4096.crt

[ipv4]
method=auto

如果我将 libnss3 降级到最新版本,一切正常。不过我真的不想降级网络安全库之类的东西。

相关内容