PS:原文的方法已失效!本人根据最新情况于2010.08.22修改使用新方法。
大家为了更多的了解墙外面的世界,于是大家想法设法的找各种fanqiang方法。本人也不想做个井底之蛙,
于是乎也学会很多fanqiang方法,什么在线代理、http代理、VPN代理、SSH代理…….
但是很多是不理想的,网络限制、网速慢、要收费等等问题困扰。最近几个朋友告诉用IPV6 fanqiang啊! 阅读全文…
PS:原文的方法已失效!本人根据最新情况于2010.08.22修改使用新方法。
大家为了更多的了解墙外面的世界,于是大家想法设法的找各种fanqiang方法。本人也不想做个井底之蛙,
于是乎也学会很多fanqiang方法,什么在线代理、http代理、VPN代理、SSH代理…….
但是很多是不理想的,网络限制、网速慢、要收费等等问题困扰。最近几个朋友告诉用IPV6 fanqiang啊! 阅读全文…
If you want to have a secure browsing environment or just want to access your home network securely without exposing extra services to the internet and without the mess that comes with setting up and maintaining a VPN server, ssh tunneling is your rescuer. In this post, I’ll tell you how to setup an ssh tunnel to your home network easily. Also look for some bonus tips at the end
This article assumes that you have already installed and setup a ssh server (you can probably use openssh). Also, it assumes that the ssh server is accessible from the internet (i.e. you have appropriately forwarded the port on which ssh server is running). I’d also recommend that if you do not have a static IP for your home network, then sign up for a dynamic DNS service (I use dyndns.org) so that you can access your home network easily by using a domain name (e.g. myserver.dyndns.org) from outside. 阅读全文…
美国网站vpnod.com现在提供免费VPN服务申请,给他们的电子邮箱promotion@vpnod.com发送主题为“vpnod”的电子邮件,一下子就会收到邮件回复。
邮件内容形如:
VPN On Demand service adds numerous benefits to your internet experience:
- Secure your internet connection on public networks
- Access to US restricted content (iTunes, hulu.com, and netflix.com)
- Browse the internet anonymously
We have created an account for you to be one of our private beta users.
Use the following credentials to login to VPN On Demand service:
Username: freevpninfo@gmail.com(VPN帐号)
Password: widjked(VPN密码)
Hostname: vpn.vpnod.com(VPN服务器)
VPN type: PPTP(VPN登录方式)
这样,他们就会把VPN的连接信息发送过来,在网上邻居里面新建一个连接即可畅游互联网了。 阅读全文…
Windows7手动建立VPN连接,具体步骤如下:
Windows7大幅度改进了网络功能,这让许多刚接触Windows7系统的新手有些无所适从。今天我们讲的就是在Windows7系统中建立及管理VPN(virtual private network,虚拟个人网络)连接的方法。
第一步:打开控制面板的“网络和共享中心” 阅读全文…
This is a project, contains a netfilter kernel module, an iptables userspace plugin and also a server side forwarding application which allow user to bypass GFW using theory applied in west-chamber-season-2 project.
An alpha version has been released. Please refer to InstallOnUbuntuLucid
感谢西厢计划2的作者,提供了这个翻墙方法,我以内核模块的形式实现,希望能够让大陆的网民能够捍卫《宪法》中保障的言论自由。注意:你的IP会被暴露,假如因此而涉及到的任何损失,都应由使用者承担。 阅读全文…
最近用VPN翻墙比较流行, 我也赶了一下潮流: 买了一个Linode的VPS, 安装了最新的Ubuntu Lucid (10.04), 并在上面配置了L2TP服务器.
以下虽然是在10.04上的配置过程, 但应该对其他版本的Ubuntu同样适用.
2010-09-01: Ubuntu ppa没有karmic上的openswan包, 只能自己编译了, 或是下载我预编译的版本, 参照后面说明.
Twitter完全不顾中国人民的强烈谴责,正式关闭了Http Basic Auth,只好建这个开源项目叫BoTwi:Break OAuth Twitter——帮你自建一个继续使用Basic方式的代理API。
怎么使用:
需要一个支持curl/.htaccess/无广告的PHP5空间,可以不做任何设置,上传即可用,API地址指向上传目录下的/t。
可以运行check.php检查一下主机是否支持。
为啥要用:
如果你的Twitter客户端可以自定义API,可以试试自己搭建一个,这个东西相当于自动代理oAuth的Twip,效果等于Twitter没有关闭Basic,无视oAuth,直接发送用户密码就可以获得Twitter内容。
Twip也有oAuth版本,但只支持有限的几个用户,设置麻烦,所以自己写一下。感谢Twip的作者@yegle,同时也借鉴了dabr的代码。