提取Shellfire VPN中的免费openvpn配置文件
Shellfire VPN提供德国免费openvpn服务,无使用时间和流量限制,限速384k,用来浏览网页没有问题,看youtube 240p不卡。
下载地址:https://www.shellfire.de/download/ShellfireVPN-2.1-install.exe
使用教程:http://igfw.net/archives/4084 (由于被GFW封锁全程需在VPN下操作,包括安装软件)
安装软件后注册帐号,激活帐号后登录软件,然后选择免费服务器连接(有两个免费VPN服务器,一个可以udp连接、一个可以tcp连接,两个服务器连接证书也不同)。
连接时弹出广告窗口,等待60秒后开始连接,这时使用Process Explorer(点击下载)查看openvpn.exe进程(如果没有,稍等一会应该会出现),在此进程上右键选“Properties”点击,在打开的窗口里复制“Command line”下面的命令。
命令内容如下:
openvpn\openvpn.exe –client –service ShellfireVPN2ExitEvent 0 –dev tun –proto tcp –remote xxxxxxxxxx 443 –resolv-retry infinite –nobind –persist-key –persist-tun –ca “C:\Documents and Settings\Administrator\Application Data\ShellfireVPN\ca.crt” –cert “C:\Documents and Settings\Administrator\Application Data\ShellfireVPN\sfxxxxx.crt” –key “C:\Documents and Settings\Administrator\Application Data\ShellfireVPN\sfxxxxx.key” –comp-lzo –verb 3 –route-method exe –route-delay 2 –cipher AES-128-CBC –redirect-gateway def1
从以上内容即可看出openvpn配置及证书位置,依据其中位置(C:\Documents and Settings\Administrator\Application Data\ShellfireVPN\文件夹下)找到证书(ca.crt、sfxxxxx.crt、sfxxxxx.key,其中xxxxx为一组数字,各帐号不同),配置文件可修正如下:
client
dev tun
proto tcp
remote xxxxxxxxxxxxx 443
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert sfxxxxxx.crt
key sfxxxxxx.key
comp-lzo
verb 3
route-method exe
route-delay 2
cipher AES-128-CBC
redirect-gateway def1:
记事本新建文本文件,粘贴如上内容(其中xxx需按具体情况修改),重命名.txt为.ovpn。现在即可关闭VPN卸载Shellfire VPN软件。将.ovpn文件与ca.crt、sfxxxxx.crt、sfxxxxx.key同放置在OpenVPN软件(点击下载)安装目录下的config文件夹内,运行OpenVPN软件连接成功即可翻墙(依据此类方法一般大多数类似基于openvpn的VPN客户端都可以提取openvpn配置文件)。
remote xxxxxxxxxxxxx 443 提取位 remote openvpn.de.06.shellfire.net 443 还是永不了,显示: connecting to *** has failed(***是ovpn的文件名)cert sfxxxxxx.crt key sfxxxxxx.key一天好。
这个是有些折腾,弄不好就算了,德国服务器也不快。
速度真的好慢。
使用OpenVPNPortable方便的,http://sourceforge.net/projects/ovpnp/
其实是更麻烦,呵呵
而且很久没有更新了
不建议使用
的确是,而且试了下,的确是不符合便携的定义,也不知它命名为便携是什么缘故。
搞定了TCP,UDP失败。
UDP和TCP连接时使用的服务器地址和证书都是不同的,你需要让Shellfire VPN使用UDP连接然后重新获得配置和证书。
remote xxxxxxxxxxxxx 443 是什么意思啊。直接复制就可以么?
文中只是示例,具体需要你自行查找复制,文中已经给出了方法。
复制的命令内容中有,是其openvpn服务器域名。
remote xxxxxxxxxxxxx 443
这条信息里的‘*’是什么呢,在哪里可以看见?
还要安装呀!在拿取配置文件..在删除.. 麻烦不要紧主要会硬盘寿命减少..!有什么网站可以直接下载配置文件?不限流量 速度 免费
没听说过安装卸载个软件就损硬盘的,你硬盘也太精贵了。
相比迅雷、BT下载安装软件有什么呢
http://igfw.net/archives/8231 文中下载配置即可