How to setup Tor and Privoxy in Ubuntu Feisty Fawn
|
|
Tor is a free implementation of anonymity network which protects your privacy over the internet. Tor enable this by providing virtual tunnel to internet application through SOCKS interface. This post will show you how to setup and use Tor to connect to internet anonymously.
-
First of all you need to install tor and privoxy package
apt-get install tor
apt-get install privoxy
- Then you need to edit privoxy config file for some quick setup,
gksudo gedit /etc/privoxy/config
- You need to comment "logfile logfile" line and add this line at the end of the file
forward-socks4a/localhost:9050 .
- Save the file and restart privoxy service.
sudo /etc/init.d/privoxy restart
- You should be able to connect through Tor by using application which supports SOCK 4a/SOCK 5 interface with port 9050.
Here's a screenshot of Mozilla Firefox and Gaim setup to use Tor


You can access those screen through Edit->Preference->Advanced->Network->Settings in Mozilla Firefox and Account->Advance Tab in Gaim/Pidgin. Other application which supports SOCK 5 can be configured similarly to connect through Tor (including Xchat irc client and other internet browser)
Other Operating System
Tor (and Privoxy) is also supported on other operating system including Windows, Mac OS and other Unix-like operating system. Please refer to Tor Download page for instructions to use tor on those system
Tags: tor, ubuntu, proxy, feisty fawn, debian
Keep updated with this website! : Subscribe to your email














June 3rd, 2007 at 8:26 am
is also supported on other operating system including Windows, Mac OS and other Unix-like operating system. Please refer to Tor Download page for instructions to use tor on those system Tags: tor, ubuntu, proxy, feisty fawn, debian Original post by mypapit and software by Elliott Back
June 3rd, 2007 at 12:18 pm
Mohammad Hafiz bin Ismail: How to setup Tor and Privoxy in Ubuntu Feisty Fawn Low Kian Seong: Yoper using smart too ……. Muhd Najmi A Zabidi: It’s a long day Just went back from Kangar yester… Aizat Faiz: Everything Is An Object in Ruby Muhd Najmi A Zabidi: Generasi al Quran al Farid Jiil al Quran al Farii…
June 3rd, 2007 at 10:54 pm
Thanks for the installation guidelines dude.
cheers.
July 3rd, 2007 at 12:08 pm
[...] ps aux | grep tor should tell you if it’s running see http://blog.mypapit.net/2007/06/how-…isty-fawn.html for more help on setup __________________ I can’t count with my fingers the number of reasons to keep my windows partition since just one would be too many And now it’s gone…good riddance. Last edited by eternalsword : 20 Hours Ago at 03:43 AM. Reason: more info [...]
July 5th, 2007 at 8:21 pm
[...] How to setup Tor and Privoxy in Ubuntu Feisty Fawn [...]
July 19th, 2007 at 1:23 pm
[...] [...]
August 5th, 2007 at 7:06 pm
[...] Devi installare tor e poi privoxy: http://blog.mypapit.net/2007/06/how-…isty-fawn.html Mi raccomando il punto dopo 9050. __________________ Ciao Roberto [...]
August 6th, 2007 at 12:51 am
I have installed.
Thanks.
August 6th, 2007 at 3:17 am
[...] This is another tool for people requiring anonimity in web browsing and other online task. Tor and privoxy are free software tools available to them now. We tested tor and privoxy earlier and confirmed the anonimity it has done to packets coming from the workstation. Below is the test we have done.Note the IP address of the local provider below. This is the setting sent to the local modem.Using privoxy now identifies the workstation as somebody Another test still confirms the new address we got.Network performance is slower than the usual browsing without tor.For Ubuntu Gnu/Linux, you can install tor and privoxy using the steps below:1. apt-get install tor2. apt-get install privoxy3. vim /etc/privoxy/config4. find the line “logfile logfile”. add the line below after it.5. forward-socks4a/localhost:90506. Restart the service 7. sudo /etc/init.d/privoxy restartyou can use tor with the SOCKs proxy enabled on your browser using localhost and port 9050.follow screenshots here [...]
September 3rd, 2007 at 4:29 pm
[...] Privoxy/Tor: Blog Howto setup [...]
October 4th, 2007 at 10:07 am
[...] How to setup Tor and Privoxy in Ubuntu Feisty Fawn : mypapit gnu/linux blog Tuesday, September 11, 2007 Title says it all. [...]
January 19th, 2008 at 12:20 pm
[...] Jag antar att du syftar p? att vara anonym p? n?tet? I s? fall s? ?r ett s?tt att du tar och installerar tor + privoxy. Det kommer f?rmodligen orsaka att det inte g?r lika fort n?r du surfar, d? du routar igenom massa andra datorer f?rst innan du "g?r ut" p? n?tet. Vidare har detta inget med OS att g?ra, d? detta g?r att anv?nda i windows ocks?. Om det var n?got annat du syftade p? s? f?r du specificera dig lite mer tror jag. :/ L?nkar till Tor och privoxy: Tor: anonymity online http://www.privoxy.org/ Jag hitta till och med detta med lite google s?kning. Guide f?r ubuntu (i fall att) How to setup Tor and Privoxy in Ubuntu Feisty Fawn : mypapit gnu/linux blog [...]
April 11th, 2008 at 6:45 pm
[...] tentang hal ini sangat melimpah ruah diluar sana *skem* hihihi. Salah satunya adalah yang seperti ini. Untuk yang windows gimana ?, ya pada dasarnya sama saja. Tor juga bisa di install di windows, [...]
April 27th, 2008 at 11:43 am
This is wrong
9050 is for tor not privoxy, you just wasted your time.
April 30th, 2008 at 6:28 pm
Yes, port 8118 instead of 9050 is the correct, isn’t it? At least 8118 works for me, and 9050 doesn’t. Now I need to look how to get it working from a remote box..
July 15th, 2008 at 9:37 pm
Tor is not an http proxy, so to browse correctly with tor you have to add in the first line:
localhost and port 8118 using privoxy as a filtering proxy.
Port 9050 is for all other apps not using http protocol: irc, pidgin, utorrent, amule, azureus, ecc
localhost socks 5 and port 9050