Sunday, May 5, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 7774  / 2 Years ago, mon, january 10, 2022, 9:13:53

I have installed tor successfully and Vidalia shows it is running without problems; however, when I check if I am using tor in this website I get an error message saying I am not using tor.



I have tried two things to fix this:




  1. I installed ProxySwitchy on Google Chrome, and created a profile for Tor (with address 127.0.0.1, port 8118), but enabling the proxy doesn't change the results in the tor check website linked before.


  2. I changed my network proxy settings through System Settings > Network from None to Manual, and selected as address always 127.0.0.1 and as port 8118 for all but for the socket, for which I entered 9050 instead. This makes internet stop working completely.




How can I fix this problem?


More From » google-chrome

 Answers
5

What you need to configure is polipo/privoxy for tor as your are using http proxy. Tor doesnot use 8118 as its port it uses 9050 and it is a socks proxy. You can use this configuration for polipo to use with tor. Just do:



sudo wget https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf -O /etc/polipo/config



sudo service tor stop && sudo service polipo stop



sudo service tor start && sudo service polipo start



tor needs to start before polipo, or else polipo will occupy the 9050 port and tor will start with errors



I am giving much focus here on polipo because tor itself recommends polipo and is installed by default on tor installation. You can use privoxy in place of polipo as well. Most of the tor users recommend using the default socks proxy if the application handles it.



Go to the Network settings and select the proxy method to Manual. Set all addresses to 127.0.0.1 and all ports to 8118, except for the socket port which needs to be 9050.
With this setup, the following components are not necessary and not encouraged:




  • Browser proxy plugins

  • Vidalia



Whenever you want to use your direct connection again, refer to the Network settings and change the proxy method to None.


[#41121] Tuesday, January 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
damomnning

Total Points: 422
Total Questions: 90
Total Answers: 106

Location: Mali
Member since Thu, Aug 13, 2020
4 Years ago
damomnning questions
;