Shell Script To Create An Onion Router For Your @Raspberry_Pi #piday #raspberrypi

Shell script to create an onion-router for your Raspberry Pi from a stock Moebius image. by Blufro93 via github

This is a shell script to create an onion router for your Raspberry Pi with a USB Ethernet
adapter from a stock Moebius Linux image. This will allow you to plug your Pi directly into
your network and force all TCP traffic to be directed through tor, and force all UDP traffic to
be dropped.

This script performs the following operations:

-Uninstalls the dropbear ssh server
-Upgrades all installed packages
-Installs and configures tor
-Forces all TCP traffic to go through the tor network using iptables
-Drops all UDP traffic, except DNS requests which go through tor using iptables
-Sets the root file-system to read-only to help prevent SD card issues

What You Need:

1. A Raspberry Pi
2. A USB ethernet adapter compatible with the Raspberry Pi
3. An SD card with size of at least 1 GB
4. A stock Moebius Linux Image (from here: http://moebiuslinux.sourceforge.net/ )

Directions:

1. Flash an SD card with a stock Moebius Linux Image (directions can be found here:
http://moebiuslinux.sourceforge.net/documentation/installation-guide/ )

2. Plug your ethernet cable to the internet into your Pi’s onboard NIC. Plug your ethernet
cable to your internal network into your USB NIC. Your network cables should be in this
configuration:

[Internet]—[Raspberry Pi]—[USB Ethernet Dongle]—[Internal Network]

3. Boot up your Pi and login ( username: root password: raspi )
4. Change root’s default password:

# passwd

5. Download the setup script to your Pi:

# wget https://raw.githubusercontent.com/blufro93/inline-onion-pi/master/setup-onion-pi.sh

6. Run the setup script:

# sh setup-onion-pi.sh

7. Wait until reboot!

With your Raspberry Pi set up this way, all traffic behind your Raspbery Pi which goes
through the USB ethernet adapter will be either forced through tor or blocked.

Read more

998Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


No Comments

No comments yet.

Sorry, the comment form is closed at this time.