tux penguin

Pi Access Point

Just as the modem router supplied by your ISP provides a wireless network by acting as an access point, you can use a Raspberry Pi to build a wireless network by acting as an access point. You may want to do this because:

Building an acces point

There is an excellent tutorial on adafruit.com on building a Pi access point.

IMPORTANT: Theses instruction are for Raspbian Jessie. They do NOT work with Raspbian Stretch.

It uses these packages:

It uses these configuration files:

Building a Tor access point

If you want to route your internet traffic through Tor but either don't want to or can't install a Tor browser on every device that uses the internet, you could create a Pi access point that also routes internet traffic to Tor.

Note: there are some websites that refuse to accept traffic that comes through Tor. You may therefore wish to have one device that does not use the Tor access point to access these or remember to change the wireless network a device uses to the Tor access point for secure private browsing.

There is an excellent tutorial on adafruit.com on building a Pi Tor access point. This builds upon the tutorial for building the Pi access point.

IMPORTANT: Theses instruction are for Raspbian Jessie. They do NOT work with Raspbian Stretch.

IMPORTANT: use this line to save the ip rules

sudo sh -c "iptables-save > /etc/iptables/rules.v4"

It uses these additional packages:

It uses these additional configuration files:

Raspbian Jessie

Raspbian Jessie can still be downloaded from this Raspbian Jessie torrent file

Home page