如果有共享密钥和组名,我如何在 Ubuntu 上设置 VPN 连接?

Thi*_*Lam 8 vpn ubuntu

我有以下可以在 OS X 上完美运行的 VPN 凭据:

Server Address: vpn.somewhere.com
Account Name: jbieber
Password: babybaby
Shared Secret: welovebieber
Run Code Online (Sandbox Code Playgroud)

在 Ubuntu 10.10 上,我可以从

System > Preferences > Network Connections > VPN
Run Code Online (Sandbox Code Playgroud)

上面的 GUI 有以下字段,但我找不到任何字段 Shared Secret

Gateway:
User name:
Password:
NT Domain:
Run Code Online (Sandbox Code Playgroud)

有没有人在 Ubuntu 上成功连接到 VPN Shared Secret

编辑:

我为协议选择了PPTP。

Sii*_*m K 9

我用vpnc. 安装它:

sudo apt-get install network-manager-vpnc
Run Code Online (Sandbox Code Playgroud)

运行:

sudo vpnc
Run Code Online (Sandbox Code Playgroud)

输入连接数据:

* IPSEC gateway: the hostname or IP of the VPN server
* IPSEC ID: the groupname
* IPSEC secret: the shared password for the group
* your username
* your password
Run Code Online (Sandbox Code Playgroud)

您还应该在下面看到一个新选项System > Preferences > Network Connections > VPN来添加Cisco Compatible VPN