如何修改 Xfce 的这些 VPN 连接设置?

如何修改 Xfce 的这些 VPN 连接设置?

我已经注册了 VPN(虚拟专用网络)服务,并按照以下说明在运行 Gnome Classic 的计算机上对其进行了配置:

In Terminal, install openvpn packages with sudo apt-get install network-manager-openvpn.
1. Restart the network manager with sudo restart network-manager
2. Run sudo wget https://www.xxxxxxx.com/ovpnconfigure.zip
3. Extract the files from the zip with unzip ovpnconfigure.zip.
4. Move cert.crt to /etc/openvpn
5. Open the Network Manager on the menu bar.
6. Choose add and select the OpenVPN connection type, and click Create.
7. Enter Private Internet Access SSL for the Connection Name.
8. Enter xxxxxx.xxxxxxxx.com for the Gateway
9. Select Password and enter your login credentials.
10. Browse and select the CA Certificate we saved in Step 3.
11. Choose Advanced and enable LZO Compression.
12. Apply and exit.
13. Connect using the Network Manager.

成功了,但现在我想在另一台运行 Mythbuntu 的机器上设置对同一 VPN 服务的访问,该机器使用 Xfce 作为其桌面管理器。因此第 5 点之后的每一点都不适用。

我该如何修改上述说明,以便我的 VPN 服务能够与 Xfce 一起工作。

另外需要注意的是,虽然我可以根据需求直接访问 Xfce 桌面,但通过命令行和 SSH 从我的其他计算机访问它更方便。命令行过程将是理想的选择。(我查找了这一点,发现只有 PPTP 访问的说明,而我需要 OpenVPN。)

答案1

您可以使用命令启动连接编辑UI nm-connection-editor

这可能需要 X 转发,因此使用 ssh -X user@server 进行 ssh。

相关内容