Tor Node on Raspberry Pi

Install the following packages:

sudo apt-get install tor tor-arm

common used ports for the Tor network are: 9001 9030 9035 9040

Enable port forwording for port 9035 9040 on your router

sudo nano /etc/tor/torrc
    Log notice file /var/log/tor/notices.log
    ControlPort 9051
    ORPort 9035
    Nickname AliasName
    RelayBandwidthRate 100 KB
    RelayBandwidthBurst 200 KB
    ContactInfo name AT anbieter dot de
    DirPort 9040
# No Exit node only intermediate Node
    ExitPolicy reject *:*
# For showing connections with Arm
    DisableDebuggerAttachment 0
# Avoid to Many writes on SD Card
    AvoidDiskWrites 1

Restart the Tor service

sudo  /etc/init.d/tor restart

checking the Tor Server Status

sudo -u debian-tor arm

Getting Fingerprint of Tor Node for Tor Weather

Getting your Fingerprint

sudo cat /var/lib/tor/fingerprint

Enter Fingerprint on weather.tor.project.org

Links:

Last generation on 2024-10-06 00:00:56.


© 2024 Oliver Graute ⋅ hosted on a Raspberry PI ⋅ EmailMastodonTwitterGithubStackoverflowFlickr