posted Sep 8, 2012, 2:48 PM by William Stone
[
updated Nov 18, 2012, 3:02 PM by William Stone
]
HowToThese instructions are those that I used to install and configure Tor on my system running Back|Track Linux 5 R3.
Configuration UsedAdd Software Sources- Log in as a non-privileged user.
- Open a Terminal window.
- Enter the command:
sudo su -
- Enter the command:
nano /etc/apt/sources.list
- Add the following line:
deb http://deb.torproject.org/torproject.org lucid main #The Onion Router
- Exit the editor saving the configuration file.
- Add the GPG key by entering the commands
gpg --keyserver keys.gnupg.net --recv 886DDD89 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
Install the Required Software
Tor and PrivoxyEnter the commands:
apt-get update apt-get install tor tor-geoipdb privoxy
Install the add-on as directed.
Configure the Required SoftwarePrivoxy- Enter the command:
nano /etc/privoxy/config
- Locate the section reading "5.2. forward-socks4, forward-socks4a and forward-socks5". Scroll to the end of the section and add the following lines:
forward-socks4a / 127.0.0.1:9050 .
- If your system is behind a firewall or NAT, you will also need to add the following line:
forward [network]/ .
where [network] is your current network. Examples might be 192.168.*.*, 172.16.*.*, 10.*.*.*, etc.
ProxyAnywhere- In Chrome, right-click the ProxyAnywhere icon and choose Options.
- On the ProxyAnywhere Options page, under Proxy Server, make the following changes:
- Change Protocol to read Socks4
- Change Port to read 9050
- Click Save at the bottom of the page.
Your FirewallIf you are behind a firewall or NAT, you will need to configure your firewall. you will need to forward port 9050 to port 9050 on your system running Back|Track.
Start the DaemonsEnter the following commands: /etc/init.d/privoxy start /etc/init.d/tor start Test- Point Chrome to:
http://cmyip.com
The site should show your Internet-rout-able IP address.
- Click the ProxyAnywhere icon in Chrome to activate Tor.
- Reload http://cmyip.com
This should show an IP address other than that found in Step 1.
- Point Chrome to:
http://check.torproject.org
The site will show a success message if Tor is active.
If the tests were successful, you may now activate and de-activate Tor in Chrome via the ProxyAnywhere icon. |
|