Cross greate firewall in linux

1,申请SSH帐号

http://www.cjb.net/cgi-bin/shell.cgi?action=signup

2,使用命令便可以让远程主机当你的代理服务器

ssh -fND localhost:12345 [email protected]

3,配置firefox也很简单。找到 edit > preferences > advanced > network > settings 选择manual proxy configuration,只要填写socks host:127.0.0.1 port 12345,并选择SOCKS v5。

这样firefox已经通过远程主机来访问网络了。如果需要远程解析DNS,在firefox地址栏中输入about:config,找到 network.proxy.socks_remote_dns设为true。
windows用户参考
http://www.boluo.org/archives/putty_ssh_wall.html

你可能感兴趣的:(windows,linux,服务器,ssh,NetWork,firefox)