How To Browse Internet Anonymously Using Tor In Fedora
This guide will explain how to install and configure Tor, Privoxy, Firefox and other application to surf internet anonymously.
Applicable to Fedora Versions
Tested on Fedora 8. Should be compatible with other releases as well.
Doing the Work
- Open the terminal and login as root.
- Install Tor and Privoxy
yum install tor privoxy -y
- Edit /etc/privoxy/config and add the following line.
forward-socks4a / localhost:9050 .
Notice the "." in the end
- Start Privoxy and Tor service.
service privoxy restart service tor restart
- Setting up Firefox.
- Download Tor Button Firefox addon, install it and restart Firefox.
- Setting up Pidgin.
- Goto Accounts --> Manage, Select the account you want to anonymize
- Click Modify
- Goto Advanced Tab, Under Proxy Options select proxy type SOCKS 5
- Enter 127.0.0.1 for the host and 9050 for the port
- Setting Up IRC clients
- In the IRC clients, replace irc.freenode.net with mejokbp2brhw4omd.onion as the server
http://freenode.net/irc_servers.shtml#tor
- In the IRC clients, replace irc.freenode.net with mejokbp2brhw4omd.onion as the server
- Setting Up Azureus
- Goto Tools --> Options --> Connection --> Proxy Options
- Enable Proxy in Tracker Communication and Peer Communication
- Check the box "I have a SOCKS proxy"
- Set Host to 127.0.0.1 and Port 9050
- Set SOCKS version to V5

Tor is just not ready yet for heavy p2p traffic, so running p2p applications on Tor network is not recommended.
-
Test Tor
- Turn on Tor in Firefox using the Tor Button (located in Firefox's statusbar)
- visit this link http://torcheck.xenobite.eu/
More Information
Disclaimer
We test this stuff on our own machines, really we do. But you may run into problems, if you do, come to #fedora on irc.freenode.net

