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:
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.
Each 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!
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
Python for Microcontrollers — Python on Microcontrollers Newsletter: Python Still at #1, RISC-V Seeks World Domination and more! #Python #CircuitPython @micropython @ThePSF