Sinisterly
Port 80 and 443 are open, but Tor couldn't connect! - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Networking (https://sinister.ly/Forum-Networking)
+---- Forum: Anonymity (https://sinister.ly/Forum-Anonymity)
+---- Thread: Port 80 and 443 are open, but Tor couldn't connect! (/Thread-Port-80-and-443-are-open-but-Tor-couldn-t-connect)



Port 80 and 443 are open, but Tor couldn't connect! - Hack3rcon - 10-08-2022

Hello,
On the firewall, port 80 and 443 are open, but Tor couldn't connect. I used bridge too, but problem exist. The Tor log is:
Code:
10/8/22, 06:31:56.680 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 10/8/22, 06:31:56.710 [NOTICE] New control connection opened from 127.0.0.1. 10/8/22, 06:31:56.710 [NOTICE] New control connection opened from 127.0.0.1. 10/8/22, 06:31:56.326 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 10/8/22, 06:31:57.790 [NOTICE] Opening Socks listener on 127.0.0.1:9150 10/8/22, 06:31:57.790 [NOTICE] Opened Socks listener connection (ready) on 127.0.0.1:9150 10/8/22, 06:31:58.690 [NOTICE] Bootstrapped 1% (conn_pt): Connecting to pluggable transport 10/8/22, 06:31:58.700 [NOTICE] Bootstrapped 2% (conn_done_pt): Connected to pluggable transport 10/8/22, 06:31:58.720 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with X.X.X.X:8008 ID=<none> RSA_ID=78E0AA8189EFBC98D7E0B03B7459D6154024B8DC ("general SOCKS server failure") 10/8/22, 06:31:59.710 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with X.X.X.X:8008 ID=<none> RSA_ID=78E0AA8189EFBC98D7E0B03B7459D6154024B8DC ("general SOCKS server failure") 10/8/22, 06:32:59.596 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with X.X.X.X:8008 ID=<none> RSA_ID=78E0AA8189EFBC98D7E0B03B7459D6154024B8DC ("general SOCKS server failure") 10/8/22, 06:33:06.459 [NOTICE] New control connection opened from 127.0.0.1. 10/8/22, 06:34:09.820 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with X.X.X.X:52808 ID=<none> RSA_ID=B11417F18D0C6EFBC8C272580982A66A40A870C4 ("general SOCKS server failure") 10/8/22, 06:34:09.820 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with X.X.X.X:12346 ID=<none> RSA_ID=18FD57C3B24D41F8B754F6E3642D9B3AB491238A ("general SOCKS server failure") 10/8/22, 06:34:34.598 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with X.X.X.X:8008 ID=<none> RSA_ID=78E0AA8189EFBC98D7E0B03B7459D6154024B8DC ("general SOCKS server failure") 10/8/22, 06:34:44.228 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with X.X.X.X:8008 ID=<none> RSA_ID=78E0AA8189EFBC98D7E0B03B7459D6154024B8DC ("general SOCKS server failure")
Any idea?

Thank you.


RE: Port 80 and 443 are open, but Tor couldn't connect! - mothered - 10-08-2022

Open the torrc configuration file and add the following entry:
Code:
FascistFirewall 1

This communicates with Tor to use ports 80 and 443.
Be sure to restart Tor.


RE: Port 80 and 443 are open, but Tor couldn't connect! - Hack3rcon - 10-08-2022

(10-08-2022, 11:40 AM)mothered Wrote: Open the torrc configuration file and add the following entry:
Code:
FascistFirewall 1

This communicates with Tor to use ports 80 and 443.
Be sure to restart Tor.

Thanks.
My configuration file is:
Code:
# This file was generated by Tor; if you edit it, comments will not be preserved # The old torrc file was renamed to torrc.orig.1, and Tor will ignore it Bridge obfs4 X.X.X.X:1312 DE94B692D5234E46ED8D50A4892ECE5E276A3048 cert=Wc5t3iKFAUIJ/tJzq58ni7QFBqRXBFdiBf68g6tM/0sHapicdQSsmUUZ+MF4Mb+L941AQA iat-mode=0 Bridge obfs4 X.X.X.X:80 7A5E07A4604188A9FE8DF46E22053F9D8E193FC3 cert=isdj4gu7WdlI2sMsTBQIkZ1zwMMq7gCwvymj6+A9//CYGQgBU9yskRZwdvM0o2dEvND5XA iat-mode=0 Bridge obfs4 X.X.X.X:443 E06B4F1F2265171A4D12B2E9E695809D77FEA147 cert=1FUPja2QjgZKhFDB8c4GwGfzE7tJTJgfW1XyX5Q0nruhzQvlDmggpFtx0yZzDMdv4787Rg iat-mode=0 ClientOnionAuthDir /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/onion-auth DataDirectory /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor FascistFirewall 1 GeoIPFile /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip GeoIPv6File /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip6 ReachableDirAddresses *:80 ReachableORAddresses *:443 UseBridges 1
But, couldn't connect!


RE: Port 80 and 443 are open, but Tor couldn't connect! - mothered - 10-08-2022

(10-08-2022, 12:01 PM)Hack3rcon Wrote:
(10-08-2022, 11:40 AM)mothered Wrote: Open the torrc configuration file and add the following entry:
Code:
FascistFirewall 1

This communicates with Tor to use ports 80 and 443.
Be sure to restart Tor.

Thanks.
My configuration file is:
Code:
# This file was generated by Tor; if you edit it, comments will not be preserved # The old torrc file was renamed to torrc.orig.1, and Tor will ignore it Bridge obfs4 X.X.X.X:1312 DE94B692D5234E46ED8D50A4892ECE5E276A3048 cert=Wc5t3iKFAUIJ/tJzq58ni7QFBqRXBFdiBf68g6tM/0sHapicdQSsmUUZ+MF4Mb+L941AQA iat-mode=0 Bridge obfs4 X.X.X.X:80 7A5E07A4604188A9FE8DF46E22053F9D8E193FC3 cert=isdj4gu7WdlI2sMsTBQIkZ1zwMMq7gCwvymj6+A9//CYGQgBU9yskRZwdvM0o2dEvND5XA iat-mode=0 Bridge obfs4 X.X.X.X:443 E06B4F1F2265171A4D12B2E9E695809D77FEA147 cert=1FUPja2QjgZKhFDB8c4GwGfzE7tJTJgfW1XyX5Q0nruhzQvlDmggpFtx0yZzDMdv4787Rg iat-mode=0 ClientOnionAuthDir /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/onion-auth DataDirectory /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor FascistFirewall 1 GeoIPFile /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip GeoIPv6File /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip6 ReachableDirAddresses *:80 ReachableORAddresses *:443 UseBridges 1
But, couldn't connect!
Why was the original configuration file renamed?

When Tor Is Installed, It remains as Is.


RE: Port 80 and 443 are open, but Tor couldn't connect! - Hack3rcon - 10-08-2022

(10-08-2022, 12:05 PM)mothered Wrote:
(10-08-2022, 12:01 PM)Hack3rcon Wrote:
(10-08-2022, 11:40 AM)mothered Wrote: Open the torrc configuration file and add the following entry:
Code:
FascistFirewall 1

This communicates with Tor to use ports 80 and 443.
Be sure to restart Tor.

Thanks.
My configuration file is:
Code:
# This file was generated by Tor; if you edit it, comments will not be preserved # The old torrc file was renamed to torrc.orig.1, and Tor will ignore it Bridge obfs4 X.X.X.X:1312 DE94B692D5234E46ED8D50A4892ECE5E276A3048 cert=Wc5t3iKFAUIJ/tJzq58ni7QFBqRXBFdiBf68g6tM/0sHapicdQSsmUUZ+MF4Mb+L941AQA iat-mode=0 Bridge obfs4 X.X.X.X:80 7A5E07A4604188A9FE8DF46E22053F9D8E193FC3 cert=isdj4gu7WdlI2sMsTBQIkZ1zwMMq7gCwvymj6+A9//CYGQgBU9yskRZwdvM0o2dEvND5XA iat-mode=0 Bridge obfs4 X.X.X.X:443 E06B4F1F2265171A4D12B2E9E695809D77FEA147 cert=1FUPja2QjgZKhFDB8c4GwGfzE7tJTJgfW1XyX5Q0nruhzQvlDmggpFtx0yZzDMdv4787Rg iat-mode=0 ClientOnionAuthDir /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/onion-auth DataDirectory /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor FascistFirewall 1 GeoIPFile /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip GeoIPv6File /home/jason/Desktop/Tors/tor-browser_en-US/Browser/TorBrowser/Data/Tor/geoip6 ReachableDirAddresses *:80 ReachableORAddresses *:443 UseBridges 1
But, couldn't connect!
Why was the original configuration file renamed?

When Tor Is Installed, It remains as Is.
I'm using Tor Browser.

How about  9001, 9030, 9040, 9050, 9051, and 9150 ports? Must these ports open on the firewall too?


RE: Port 80 and 443 are open, but Tor couldn't connect! - mothered - 10-08-2022

(10-08-2022, 12:14 PM)Hack3rcon Wrote: I'm using Tor Browser.
I know that, which Is why I've suggested editing the Torrc config file.

(10-08-2022, 12:14 PM)Hack3rcon Wrote: How about  9001, 9030, 9040, 9050, 9051, and 9150 ports? Must these ports open on the firewall too?
Try It, otherwise uninstall and reinstall Tor, and It should connect through Its default configuration file.

Have you done something with the entry nodes? Or are you running a Tor over VPN connection?