先发邮件给get@psiphon3.com等其自动回复即可获取赛风新版下载地址:目前是https://s3.amazonaws.com/phjr-lupf-zlgw/zh.html (该地址可能会变,还是以发邮件为准)。
该软件运行后会默认使用L2TP/IPSec VPN连接,开启vpn失败才会启用ssh模式。当然使用全局vpn纯属找虐,自由的ssh才是王道,可以通过注册表来设置默认启用ssh模式。其注册表设置部分如下:
此文为网友Ben原创,投到本博客发布,感谢网友Ben的支持,如果您有好文章推荐也可以留言告诉我。
AdvOR是Tor的一个变种,http://sourceforge.net/projects/advtor/files/ 目前最新的版本是0.3.0.1e。
Tor提供极高的匿名性,以及自由可变的多中继式连接链路,成为了各敏感人士躲避方校长的咸猪手和灼热偷窥目光的不二之选。
(Tor的工作原理请参考这里 http://blog.home99.net/read.php/272.htm )
(访问维基百科可以获取一些权威的中文讲解 http://zh.wikipedia.org/wiki/Tor )
其提供的免费pptp vpn服务目前有四条线路可用。
密码不定期更换,如果不能连接了,可以去其网站查看最新密码。
各系统创建pptp vpn连接的方法参考:http://igfw.net/archives/5619
Windows XP搭建PPTP VPN
普通用户,在家里也可以搭建自己的VPN。
VPN服务器端:
需要将服务器端的电脑直接放置于外网访问下,若是ADSL拨号的话,可以用此电脑直接拨号,中间不接路由器。若是接路由器的话,可以启用NAT(网络地址转换)中的DMZ,将该服务器IP地址填入此处,那么外网访问到本路由Wan口时,就会直接转到该服务器上。
Windows Server 2003的搭建VPN方法参考本博《手把手指南 Windows 路由和远程访问实现如何架设VPN 》。
Windows XP搭建方法如下:
阅读全文…
為了要建一個 L2 VPN tunnel, 想利用到 Linux 的 tap device, 所以想找合適的 TUN/TAP based 的 tunnel 程式, 首先測試了最簡單的 socat
Server 端:
#!/bin/sh OPT=iff-up,iff-promisc,iff-no-pi,tun-type=tap,tun-name=tap0 socat -d -d TCP-LISTEN:11443,reuseaddr,fork TUN:192.168.32.1/24,up,$OPT
Client 端:
VPNs and proxies can be used as tools to get around the Great Firewall of China. This means that by using these tools one can access any website when in China, regardless of whether it’s blocked or not. Naturally, many of these tools are themselves blocked. Here’s an overview of some major VPN and proxies and whether they’re accessible in China. If the main website of the tool is blocked, it may be difficult to sign up for the service. However, the service itself may still be working.