MAHAD93
Posts: 6
Joined: Fri Feb 12, 2016 10:45 pm

Tor Relay Router

Fri Feb 12, 2016 11:17 pm

Hello Raspberry Pi community, I don't know where this goes...Since this is my 1st post and I'm a beginner so... :roll: :roll:

Anyways as the Subject states I've taken this project in my university to create a flexible Tor Relay Router using a Raspberry Pi to connect to either Ethernet or Wifi and route it through Tor.
The project is in 2 parts spanning over a year. and I've to as they call " Present the main Functionality " by this April.

My goal is to create a device that " Just Works " for about anyone, without the usual " Geeky Mumbo-Jumbo "

I've gotten through the Network Configuration part.

Here's what I've done:

I'm using the Python Wifi library: https://wifi.readthedocs.org/en/latest/

Code: Select all

sudo pip install wifi
I've created an Access-Point wifi network on wlan0 (Edimax Wifi Device).
This has a static IP that I've saved along with the username and password on my SSH client (Bitvise).
This way My laptop auto-connects to the wifi and I can auto-login to the SSH Terminal,
There I've created a custom bash script to handle all the details for you that automatically starts with a new Terminal session, either on the Pi at boot or the SSH Terminal logging in.
(I've linked to the script in .bashrc )

So, The goal at this moment, right now, is to connect to this static wifi via SSH and then use this custom interactive script to setup your connection without the commands.

Please let me know how it sounds, if doing something wrong or if you have ANY :idea: :mrgreen: ,
I'm attaching the script so anyone, who wants to, can take a look.

P.S: English is not my native language, so any Grammatical suggestions or mistakes are also, most welcome...

8-) Long live open-source 8-)
Attachments
NetConfig.zip
Bash Shell Script
(1.49 KiB) Downloaded 28 times

MAHAD93
Posts: 6
Joined: Fri Feb 12, 2016 10:45 pm

Re: Tor Relay Router

Sat Mar 19, 2016 8:24 pm

Hello everyone, as promised, here is an updated script...It even includes TOR configuration, A webpage as that of a router is now in the works: :mrgreen:
Attachments
NetConfig.TOR.zip
Updated-Script, Now includes TOR Configuration
(2.2 KiB) Downloaded 49 times

Return to “Beginners”