Skip to content

juhanurmi/exitnode

Repository files navigation

Electronic Frontier Finland (Effi) - Tor Exit Node

Electronic Frontier Finland (Effi) is a Finnish on-line civil rights organization founded in 2001. While not formally affiliated with the U.S.-based Electronic Frontier Foundation, the two organizations share many of their goals. Effi is a member of the Global Internet Liberty Campaign and a founding member of European Digital Rights (EDRi).

Exit-tyyppisen reitittimen jakelema ilmoitussivu / Tor Exit Node info page.

sudo bash remove.sh
sudo apt-get update && sudo apt-get upgrade
sudo rpi-update
sudo apt-get install haveged
sudo apt-get install tor
sudo cp torrc /etc/tor/torrc
sudo cp tor-exit-notice.html /etc/tor/tor-exit-notice.html
sudo cp sysctl.conf /etc/sysctl.conf
sudo cp rules.v4 /etc/iptables/rules.v4
sudo apt-get install iptables-persistent
sudo modprobe ip_conntrack
sudo echo "ip_conntrack" >> /etc/modules
sudo service iptables-persistent restart
sudo sysctl -p /etc/sysctl.conf
sudo service tor restart
# After installation may be good idea to
sudo reboot

Troubleshooting

Is entropy level too low (<1000)?

python -c "$(echo -e "import time\nwhile True:\n time.sleep(1)\n print open('/proc/sys/kernel/random/entropy_avail', 'rb').read(),")"

How much Tor is consuming CPU?

top -sp <tor_pid>

Too many TCP connections?

netstat -tn | wc -l
ulimit -n
# Try this if you have problems
ulimit -n 20000

About

Info page for a Tor exit node and the script to configure an exit node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published