红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

fc9下用tor突破网络封锁

fc9下用tor突破网络封锁

转载请注明出处,dreamthousand,http://dreamthousand.blog.163.com
    正如前面所说的tor 是一个好东西,在Windows下你可以直接装一个vidalia就可以了,因为它帮你集成了privoxy,tor,而在linux下,vidalia却只是一个管理 tor的工具,相当于tor-gui。
   参考了一下这个地址的方法,终于把tor 用上了http://yuanfarn.blogspot.com/2008/05/linux-privoxy-tor.html
1)[root@localhost luyao]# vim /etc/privoxy/config.开放以下的选项
     forward-socks4a   /               127.0.0.1:9050
     logfile logfile
     jarfile jarfile
2)[root@localhost luyao]# /etc/init.d/privoxy start
   [root@localhost luyao]# /etc/init.d/tor start

3)将浏览器的代理设置为127.0.0.1:8118
  OK,大功告成,可以在网络中横行了。

TOP

发新话题