我拥有以下可在 OS X 上完美运行的 VPN 凭证:
Server Address: vpn.somewhere.com
Account Name: jbieber
Password: babybaby
Shared Secret: welovebieber
在 Ubuntu 10.10 上,我可以从
System > Preferences > Network Connections > VPN
上面的 GUI 有以下字段,但我找不到任何字段Shared Secret
Gateway:
User name:
Password:
NT Domain:
有人使用 成功连接到 Ubuntu 上的 VPN 吗Shared Secret
?
编辑:
我选择PPTP作为协议。
答案1
我使用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
答案2
对于 Ubuntu 用户
sudo apt install vpnc network-manager-vpnc network-manager-vpnc-gnome
- 去
Settings > Network > VPN
- 添加 VPN 详细信息
- 连接到 VPN
这对我有用。