|
|
TOR没反应,下面是步骤:
0)
在目录 /etc/selinux/targeted 下创建了 booleans.local 的文件,加入“allow_ypbind=1”。然后重启机器。
1)
启动tor:
[root@localhost ~]# tor
Feb 22 15:35:59.792 [notice] Tor v0.1.1.26. This is experimental software. Do not rely on it for strong anonymity.
Feb 22 15:35:59.794 [notice] Initialized libevent version 1.1a using method epoll. Good.
Feb 22 15:35:59.794 [notice] connection_create_listener(): Opening Socks listener on 127.0.0.1:9050
Feb 22 15:36:00.435 [notice] I learned some more directory information, but not enough to build a circuit.
Feb 22 15:36:41.726 [notice] signal_callback(): Interrupt: exiting cleanly.
[root@localhost ~]# tor
Feb 22 15:45:37.914 [notice] Tor v0.1.1.26. This is experimental software. Do not rely on it for strong anonymity.
Feb 22 15:45:37.915 [notice] Initialized libevent version 1.1a using method epoll. Good.
Feb 22 15:45:37.915 [notice] connection_create_listener(): Opening Socks listener on 127.0.0.1:9050
Feb 22 15:45:38.163 [notice] I learned some more directory information, but not enough to build a circuit.
Feb 22 15:47:41.903 [notice] I learned some more directory information, but not enough to build a circuit.
Feb 22 15:47:47.674 [notice] I learned some more directory information, but not enough to build a circuit.
Feb 22 15:47:53.949 [notice] I learned some more directory information, but not enough to build a circuit.
Feb 22 15:48:00.332 [notice] I learned some more directory information, but not enough to build a circuit.
Feb 22 15:48:02.252 [notice] We now have enough directory information to build circuits.
Feb 22 15:48:09.849 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
2)
启动了privoxy:
[root@localhost ~]# privoxy
Feb 22 15:35:31 Privoxy(-1208595776) Info: loading configuration file '/root/config':
3)
在firefox上装了Torbutton ,开始是红色,偶调成了是绿色。
还是不行呀,怎么回事?一把Torbutton调成“enable“”"
就什么都连接不上去了。是不是防火墙的问题呀,偶用的是FC6自带的防火墙,怎么设置呢? |
|