Mozekoze

Mozekoze

Wow, a blog..How original

Mozekoze RSS Feed
 
 
 
 

ReadyNAS Duo as a Tor node

First download the “APT utility addon” from here
and install it as a local update on your Duo, do the same for The EnableRootSSH addon found on the
same page

Login as root via ssh.

Add this to your /etc/apt/sources.list:
deb http://archive.debian.org/debian-security sarge/updates main contrib non-free
deb-src http://archive.debian.org/debian-security sarge/updates main contrib non-free

deb http://archive.debian.org/backports.org sarge-backports main contrib non-free
deb-src http://archive.debian.org/backports.org sarge-backports main contrib non-free

apt-get update
apt-get install gcc libc6-dev libssl-dev

wget http://archive.debian.org/backports.org/pool/main/libe/libevent/libevent1_1.1a-0bpo1_sparc.deb
dpkg -i libevent1_1.1a-0bpo1_sparc.deb

wget http://archive.debian.org/backports.org/pool/main/libe/libevent/libevent-dev_1.1a-0bpo1_sparc.deb
dpkg -i libevent-dev_1.1a-0bpo1_sparc.deb

Get the current one here, in my case
I had to run the following
wget http://www.torproject.org/dist/tor-0.2.1.26.tar.gz
tar zxvf tor-0.2.1.26.tar.gz
cd tor-0.2.1.26
./configure –build=sparc-linux
make
src/or/tor

Once it finishes compiling, head on over to http://www.torproject.org/docs/tor-doc-relay.html.en
to learn how to setup tor as a relay.

Leave a Reply