tor.jpeg
Tor (short for The Onion Router) is a system intended to enable online anonymity. The Tor client software directs internet traffic through a worldwide volunteer network of servers to conceal a user's location or usage from anyone conducting network surveillance or traffic analysis. Using Tor makes it more difficult to trace Internet activity, including "visits to Web sites, online posts, instant messages and other communication forms", back to the user and is intended to protect users' personal freedom, privacy, and ability to conduct confidential business by keeping their internet activities from being monitored.

So obviously, TOR needs a large amount of servers and as TOR network is not a commercial organisation, it requires voluntary supporters. You can be one of them and turn your Raspberry in a TOR relay.

 
Remove these adsRemove these ads by Signing Up

Step 1: Parts needed

You need the following parts:

- Raspberry Pi
- power supply
- network cable/connection to the Internet
- SDcard with Raspbian (you can find all necessary installation intructions here: http://www.raspbian.org/RaspbianInstaller)



apine says: May 24, 2013. 4:30 PM
You forgot
Then add this line to your /etc/apt/sources.list file:
deb http://deb.torproject.org/torproject.org wheezy main

Then add the gpg key used to sign the packages by running the following commands at your command prompt:

gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
Now refresh your sources, running the following command (as root) at your command prompt:
apt-get update
If there are no errors you're good to continue.
We provide a Debian package to help you keep our signing key current. It is recommended you use it. Install it using

apt-get install deb.torproject.org-keyring
To finally install Tor just run:

apt-get install tor
ProbioticSoundsystem says: Mar 8, 2013. 6:03 PM
tor rocks
Ak1r4 says: Jan 14, 2013. 9:16 AM
Hi there, thx for the nice how to.
i've got two question about the follwing part:
"Add the line

tor ALL=(ALL) ALL"

i quess this is for the rights the tor user will get. is it ok to give him all? oder am i on the wrong way. i just wanted to know if this influences my normal pi user.

and there ist also the second question if i could run this tor -relay while im logged on with the pi user but start it in terminal with the tor user. or is this a stupid idea?

thx a lot
amandaghassaei says: Nov 1, 2012. 1:49 PM
nice description of tor, how widely is tor being used, how much data passes through any given tor node per day? per hour?
Michael_oz says: Oct 20, 2012. 3:19 PM
Nice and straight forward.
Perhaps you could add a brief step at the end on how to use TOR?
fNX (author) in reply to Michael_ozOct 21, 2012. 7:53 AM
Thank you! I've added a step at the end with information how the client works and how to install it.
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!