我安装OpenVPN
并配置了客户端,并使用以下命令安装网络管理器“nmcli”并尝试连接客户端。
收到超时错误。
$ sudo apt-get install network-manager network-manager-openvpn
$ cd ~/
$ sudo nmcli connection import type openvpn file client.ovpn
$ nmcli connection up client
我不知道我哪里做错了。
以下是网络管理器 nmcli 命令的结果:
$ sudo nmcli connection import type openvpn file client.ovpn
Warning: There is another connection with the name 'client'. Reference the connection by its uuid '290ab809-dcb5-457d-889e-f3913bc74f91'
Connection 'client' (290ab809-dcb5-457d-889e-f3913bc74f91) successfully added.