如何在Ubuntu 10.10上使用共享密钥设置VPN连接?


8

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

Server Address: vpn.somewhere.com
Account Name: jbieber
Password: babybaby
Shared Secret: welovebieber

在Ubuntu 10.10上,我可以从以下位置访问VPN设置

System > Preferences > Network Connections > VPN

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

Gateway:
User name:
Password:
NT Domain:

有没有人成功通过Ubuntu连接到VPN Shared Secret

编辑:

我为协议选择了PPTP。


您无法在不知道确切使用哪种协议的情况下建立VPN(OpenVPN,PPTP,Cisco,L2TP等)
user1686 2011年

Answers:


9

我用vpnc。安装它:

sudo apt-get install network-manager-vpnc

运行:

sudo vpnc

输入连接数据:

* 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

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

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.