红联Linux门户
Linux帮助

Ubuntu 14.10下连接SuperVessel Cloud

发布时间:2016-01-02 16:05:09来源:linux网站作者:liuchangchun

第一次创建实例后,系统会分配一个VPN用户,用于连接到系统。


官方帮助文档给出了使用方法。

Linux VPN 客户端的配置方法
1.安装 VPNC:
$ apt-get install vpnc
$ yum install vpnc
2.配置文件:
$ sudo cat /etc/vpnc/supervessel.conf
IPSec gateway 202.108.130.35
IPSec ID Gemini
IPSec secret G3m!ni1bmVpn
Xauth username PoXXXX (change PoXXXX to your own VPN account)
Xauth password secret_password (change secret_passsword to your own VPN password)
3.登录VPN:
$ sudo vpnc-connect supervessel.conf
VPNC started in background (pid: 12434)...


但是我连接的时候,报错:vpnc-connect: hash comparison failed: (ISAKMP_N_AUTHENTICATION_FAILED)(24) check group password!

supervessel使用的是cisco的vpn,所以ubuntu里边自带的pptp类型vpn连接是不能用的。需要在应用商店里边安装一个叫KVPnc的软件,安装的时候把cisco的扩展点上。


安装完成之后,根据导航进行一下基本配置:

1.下载VPN配置文件https://ptopenlab.com/cloudlabconsole/doc/CRL_IES_Profile_150703.pcf(https://services.ptopenlab.com/mediawiki/index.php/VPN%E7%9A%84%E4%BD%BF%E7%94%A8)

2.username是邮件里边vpn的用户名

group password是/etc/vpnc/supervessel.conf中的“IPSec secret”

password是vpn的密码,之后点ok就能连接了。

3.然后connect之后就可以ssh连接了。


但是有个问题,就是KVPnc不太稳定,用着用着就挂掉了,所以我安装了另外一个:

sudo apt-get install network-manager-vpnc

然后新建网络连接,选择VPN,然后填写网关用户名。这样就配置好了,然后连接:

Ubuntu 14.10下连接SuperVessel Cloud


Ubuntu终端下连接vpn:http://www.linuxdiyf.com/linux/14311.html

Ubuntu 14.04配置VPN:http://www.linuxdiyf.com/linux/14718.html

Ubuntu 14.04升级后VPN无法连接的问题:http://www.linuxdiyf.com/linux/14584.html

Ubuntu VPN连接设置:http://www.linuxdiyf.com/linux/13665.html

Ubuntu 15.04配置VPN的方法详解:http://www.linuxdiyf.com/linux/12703.html