[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-talk] Tor and iptables



Hello.My iptables rules are as below:
-P INPUT DROP-P FORWARD DROP-P OUTPUT DROP-A INPUT -s 127.0.0.0/8 -d 127.0.0.0/8 -i lo -j ACCEPT-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT-A INPUT -j REJECT --reject-with icmp-port-unreachable-A FORWARD -j REJECT --reject-with icmp-port-unreachable-A OUTPUT -p tcp -j ACCEPT-A OUTPUT -p udp -j ACCEPT-A OUTPUT -p icmp -j ACCEPT-A OUTPUT -j REJECT --reject-with icmp-port-unreachable
When I open Tor then I got below Log:
03/01/2018 14:12:29.400 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 03/01/2018 14:12:37.800 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 03/01/2018 14:12:37.800 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 03/01/2018 14:12:37.800 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 03/01/2018 14:12:37.800 [NOTICE] Opening Socks listener on 127.0.0.1:9150 03/01/2018 14:12:39.000 [NOTICE] Bootstrapped 5%: Connecting to directory server 03/01/2018 14:12:39.000 [NOTICE] Bootstrapped 10%: Finishing handshake with directory server 03/01/2018 14:13:09.200 [WARN] Proxy Client: unable to connect to 38.229.1.78:80 ("general SOCKS server failure") 03/01/2018 14:13:09.200 [WARN] Proxy Client: unable to connect to 38.229.33.83:80 ("general SOCKS server failure") 03/01/2018 14:13:13.500 [WARN] Proxy Client: unable to connect to 192.95.36.142:443 ("general SOCKS server failure") 03/01/2018 14:13:16.400 [WARN] Proxy Client: unable to connect to 85.17.30.79:443 ("general SOCKS server failure") 03/01/2018 14:13:20.500 [WARN] Proxy Client: unable to connect to 154.35.22.11:80 ("general SOCKS server failure") 03/01/2018 14:13:21.200 [WARN] Proxy Client: unable to connect to 83.212.101.3:50002 ("general SOCKS server failure") 03/01/2018 14:13:24.100 [WARN] Proxy Client: unable to connect to 154.35.22.10:80 ("general SOCKS server failure") 03/01/2018 14:13:24.100 [WARN] Proxy Client: unable to connect to 192.99.11.54:443 ("general SOCKS server failure") 03/01/2018 14:13:24.100 [WARN] Proxy Client: unable to connect to 154.35.22.9:443 ("general SOCKS server failure") 03/01/2018 14:13:33.200 [WARN] Proxy Client: unable to connect to 109.105.109.147:13764 ("general SOCKS server failure") 03/01/2018 14:13:37.500 [WARN] Proxy Client: unable to connect to 154.35.22.13:16815 ("general SOCKS server failure") 03/01/2018 14:13:39.000 [WARN] Proxy Client: unable to connect to 85.31.186.98:443 ("general SOCKS server failure") 03/01/2018 14:13:39.000 [WARN] Proxy Client: unable to connect to 85.31.186.26:443 ("general SOCKS server failure") 03/01/2018 14:13:39.100 [WARN] Proxy Client: unable to connect to 37.218.245.14:38224 ("general SOCKS server failure") 03/01/2018 14:13:39.100 [WARN] Proxy Client: unable to connect to 109.105.109.165:10527 ("general SOCKS server failure") 03/01/2018 14:13:39.300 [WARN] Proxy Client: unable to connect to 37.218.240.34:40035 ("general SOCKS server failure") 03/01/2018 14:14:46.300 [WARN] Proxy Client: unable to connect to 154.35.22.12:4304 ("general SOCKS server failure") 03/01/2018 14:33:09.200 [WARN] Proxy Client: unable to connect to 38.229.1.78:80 ("general SOCKS server failure") 03/01/2018 14:33:09.200 [WARN] Proxy Client: unable to connect to 38.229.33.83:80 ("general SOCKS server failure") 03/01/2018 14:33:13.500 [WARN] Proxy Client: unable to connect to 192.95.36.142:443 ("general SOCKS server failure") 03/01/2018 14:33:16.400 [WARN] Proxy Client: unable to connect to 85.17.30.79:443 ("general SOCKS server failure") 03/01/2018 14:33:20.500 [WARN] Proxy Client: unable to connect to 154.35.22.11:80 ("general SOCKS server failure") 03/01/2018 14:33:21.200 [WARN] Proxy Client: unable to connect to 83.212.101.3:50002 ("general SOCKS server failure") 03/01/2018 14:33:24.100 [WARN] Proxy Client: unable to connect to 192.99.11.54:443 ("general SOCKS server failure") 03/01/2018 14:33:24.100 [WARN] Proxy Client: unable to connect to 154.35.22.10:80 ("general SOCKS server failure") 03/01/2018 14:33:24.100 [WARN] Proxy Client: unable to connect to 154.35.22.9:443 ("general SOCKS server failure") 03/01/2018 14:33:33.200 [WARN] Proxy Client: unable to connect to 109.105.109.147:13764 ("general SOCKS server failure") 03/01/2018 14:33:37.500 [WARN] Proxy Client: unable to connect to 154.35.22.13:16815 ("general SOCKS server failure") 03/01/2018 14:33:39.000 [WARN] Proxy Client: unable to connect to 85.31.186.98:443 ("general SOCKS server failure") 03/01/2018 14:33:39.000 [WARN] Proxy Client: unable to connect to 85.31.186.26:443 ("general SOCKS server failure") 03/01/2018 14:33:39.100 [WARN] Proxy Client: unable to connect to 37.218.245.14:38224 ("general SOCKS server failure") 03/01/2018 14:33:39.100 [WARN] Proxy Client: unable to connect to 109.105.109.165:10527 ("general SOCKS server failure") 03/01/2018 14:33:39.300 [WARN] Proxy Client: unable to connect to 37.218.240.34:40035 ("general SOCKS server failure") 03/01/2018 14:34:46.300 [WARN] Proxy Client: unable to connect to 154.35.22.12:4304 ("general SOCKS server failure") 03/01/2018 14:55:40.400 [WARN] Proxy Client: unable to connect to 85.17.30.79:443 ("general SOCKS server failure") 03/01/2018 14:55:45.300 [WARN] Proxy Client: unable to connect to 154.35.22.11:16488 ("general SOCKS server failure") 03/01/2018 14:59:44.100 [WARN] Proxy Client: unable to connect to 154.35.22.9:443 ("general SOCKS server failure") 03/01/2018 14:59:48.500 [WARN] Proxy Client: unable to connect to 192.95.36.142:443 ("general SOCKS server failure") 03/01/2018 15:00:22.200 [WARN] Proxy Client: unable to connect to 38.229.1.78:80 ("general SOCKS server failure") 03/01/2018 15:03:04.300 [WARN] Proxy Client: unable to connect to 154.35.22.10:15937 ("general SOCKS server failure") 03/01/2018 15:10:02.300 [WARN] Proxy Client: unable to connect to 37.218.240.34:40035 ("general SOCKS server failure") 03/01/2018 15:11:15.100 [WARN] Proxy Client: unable to connect to 37.218.245.14:38224 ("general SOCKS server failure") 03/01/2018 15:11:38.200 [WARN] Proxy Client: unable to connect to 83.212.101.3:50002 ("general SOCKS server failure") 03/01/2018 15:29:46.100 [WARN] Proxy Client: unable to connect to 109.105.109.165:10527 ("general SOCKS server failure") 03/01/2018 15:32:25.100 [WARN] Proxy Client: unable to connect to 154.35.22.10:80 ("general SOCKS server failure") 03/01/2018 15:33:47.000 [WARN] Proxy Client: unable to connect to 2001:470:b381:bfff:216:3eff:fe23:d6c3:443 ("general SOCKS server failure") 03/01/2018 15:34:38.100 [WARN] Proxy Client: unable to connect to 154.35.22.10:443 ("general SOCKS server failure") 03/01/2018 15:34:55.500 [WARN] Proxy Client: unable to connect to 192.95.36.142:443 ("general SOCKS server failure") 03/01/2018 15:36:20.500 [WARN] Proxy Client: unable to connect to 154.35.22.13:16815 ("general SOCKS server failure") 03/01/2018 15:37:13.200 [WARN] Proxy Client: unable to connect to 154.35.22.9:12166 ("general SOCKS server failure") 03/01/2018 15:39:55.300 [WARN] Proxy Client: unable to connect to 154.35.22.10:15937 ("general SOCKS server failure") 03/01/2018 15:42:52.200 [WARN] Proxy Client: unable to connect to 109.105.109.147:13764 ("general SOCKS server failure") 03/01/2018 15:43:56.200 [WARN] Proxy Client: unable to connect to 38.229.33.83:80 ("general SOCKS server failure") 03/01/2018 15:44:46.200 [WARN] Proxy Client: unable to connect to 154.35.22.12:4304 ("general SOCKS server failure") 03/01/2018 15:46:05.100 [WARN] Proxy Client: unable to connect to 192.99.11.54:443 ("general SOCKS server failure") 03/01/2018 15:46:20.100 [WARN] Proxy Client: unable to connect to 154.35.22.9:80 ("general SOCKS server failure") 03/01/2018 15:48:28.500 [WARN] Proxy Client: unable to connect to 154.35.22.11:80 ("general SOCKS server failure") 03/01/2018 15:51:07.100 [WARN] Proxy Client: unable to connect to 154.35.22.12:80 ("general SOCKS server failure") 03/01/2018 15:51:21.700 [WARN] Proxy Client: unable to connect to 154.35.22.13:443 ("general SOCKS server failure") 03/01/2018 15:51:24.000 [WARN] Proxy Client: unable to connect to 85.31.186.98:443 ("general SOCKS server failure") 03/01/2018 15:52:55.700 [WARN] Proxy Client: unable to connect to 154.35.22.11:443 ("general SOCKS server failure") 03/01/2018 15:53:04.000 [WARN] Proxy Client: unable to connect to 85.31.186.26:443 ("general SOCKS server failure") 03/01/2018 16:05:25.500 [WARN] Proxy Client: unable to connect to 83.212.101.3:50002 ("general SOCKS server failure") 03/01/2018 16:07:43.000 [WARN] Proxy Client: unable to connect to 38.229.1.78:80 ("general SOCKS server failure") 03/01/2018 16:14:09.100 [WARN] Proxy Client: unable to connect to 37.218.245.14:38224 ("general SOCKS server failure") 03/01/2018 16:15:07.500 [WARN] Proxy Client: unable to connect to 85.17.30.79:443 ("general SOCKS server failure") 03/01/2018 16:18:40.100 [NOTICE] Closing no-longer-configured Socks listener on 127.0.0.1:9150 03/01/2018 16:18:40.100 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 03/01/2018 16:18:40.100 [NOTICE] Closing old Socks listener on 127.0.0.1:9150 
How can I solve it?
Thank you.
-- 
tor-talk mailing list - tor-talk@xxxxxxxxxxxxxxxxxxxx
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk