1

I've installed tor on ubuntu 21.10 I've got

torsocks curl https://api.ipify.org?format=json

enter image description here Tried port 9051

torsocks -P 9051 curl https://api.ipify.org?format=json

wit the same result. Checked port 9150(which is for tor browser):

torsocks -P 9150 curl https://api.ipify.org?format=json

enter image description here

returns connection refused.

OS info:

uname -a:
Linux <username> 5.13.0-39-generic #44-Ubuntu SMP Thu Mar 24 15:35:05 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Tor listens port 9050:

tor listen port

Tor service is enabled: enter image description here

I've got the same error both on raspbian and rock pi x SBC

Irina
  • 939
  • 1
  • 8
  • 26

1 Answers1

0

This may sound a little strange. But have you tried to something like this:

  1. Activate tor browser.
  2. Choose new bridges.
  3. Connect.
  4. And only then try to torsocks or torify.

(works for me, if TorPort 9150)?

Valderman
  • 1
  • 1