[Control Center] vpn反复链接、连接后只能用几分钟,然后即使显示连接也没有网络
Tofloor
poster avatar
Kiah
deepin
2022-11-09 23:35
Author

我用windows都可以用vpn。用deepin一直在连接状态, 或者 反复断开连接,或者连接上只能用几分钟,然后即使显示连接也无法使用网络😠

Reply Favorite View the author
All Replies
Kiah
deepin
2022-11-09 23:37
#1

而且没法导入,opvn文件 还得改.conf

Reply View the author
132******48
deepin
2022-11-10 01:38
#2

我这一切正常,需要 cert.crt key.crt ***.conf 三个文件,ca包含在conf里,如:

client
remote 'xxx.xxx.xxx'
cert '/xxx/cert.crt'
key '/xxx/key.crt'
cipher AES-256-CBC
dev tun
proto tcp
port xxxx
remote-cert-tls server
nobind
auth-nocache
script-security 2
persist-key
persist-tun
comp-lzo
user nm-openvpn
group nm-openvpn



-----BEGIN CERTIFICATE-----
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-----END CERTIFICATE-----


Reply View the author