Datasheet
Install Tor
Essentially, this tutorial just follows the tor "anonymizing middlebox" writeup here. (https://adafru.it/cgb)
If you hate typing a lot, this script from breadk will do it all
(https://adafru.it/cge)
for you! Make sure to read through the
script to make sure you don't want to change anything!
(More about how to use it here! (https://adafru.it/cgf)) We do
suggest going step by step so you can have the experience of all the upkeep tasks.
We'll begin by installing tor - the onion routing software.
Log into your pi by Ethernet or console cable and run
sudo apt-get update
sudo apt-get install tor
Edit the tor config file by running
sudo nano /etc/tor/torrc
and copy and paste the text into the top of the file, right below the the FAQ notice.
Log notice file /var/log/tor/notices.log
VirtualAddrNetwork 10.192.0.0/10
AutomapHostsSuffixes .onion,.exit
AutomapHostsOnResolve 1
TransPort 9040
TransListenAddress 192.168.42.1
DNSPort 53
DNSListenAddress 192.168.42.1
© Adafruit Industries https://learn.adafruit.com/onion-pi Page 9 of 16