Skip to content

bhm/tor_pifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tor Pi FI for Raspberry Pi Zero W

Elevator pitch

Badabing bada boom, Access point with Tor over wlan1 interface, internet over wlan0.

Say what?

In simpler terms.

  1. Raspi Zero W connects via onboard chip.
  2. Hosts WiFi over attached adapter.

Motivation

So you find a ton of Raspi PiFi tutorials, right? Right. They go through all the hoops.

Voodoo this. Command line this. Comment that out. Insert this...

Problem being

  1. Often those don't work at all. Found out the hard way.
  2. Steps null each other out
  3. Tutorials don't go indepth or assume a lot of stuf.
  4. You need to do this stuff over and over again.

Enter a Dragon

BHM's HERE WITH A SCRIPT TO CONFIGURE A WIFI ACCESS POINT!

WITH ONE SIMPLE YES, Y OR ENTER YOU CAN ADDITIONALLY

CONFIGURE A TOR CONNECTION

Do it

  1. Flash Raspbian.
  2. scp the file over to Raspi scp ./tor_pifi_wlan1.sh pi@192.168.0.0:/home/pi/ (insert a proper Raspi IP)
  3. Connect it via SSH (network or USB)
  4. Make the script runnable chmod +x ./tor_pifi_wlan1.sh
  5. Run sudo ./tor_pifi_wlan1.sh

After party

There is also a pifi_wlan1 script. Use this if you do not want a Tor connection.

I also do not support OpenVPN via this script.

You probably want to make a copy of the OS on the card.

sudo dd if=/dev/sdX of=./raspbian-with-pi-fi.img bs=1M

About

Script to configure a Raspbian with WiFi Access Point over a wlan1 interface (external WiFi adapter). Additional Tor config, also provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages