Use a Raspberry Pi as an Access Point where traffic is "tor-ified"
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Source :
I followed instructions from that magazine http://boutique.ed-diamond.com/home/861-hackable-magazine-6.htm
Note that a lot of step are in common with my other #Pi MITM ..
It can be summarized as follow :
Install OS :
Install last version of raspbian on your SD card
Configure network :
configure /etc/network/interface to use eth0 as DHCP client (which will be connected to your network), and wlan0 as fixed IP address (the tor access point) :
auto lo eth0 wlan0
iface lo inet loopback
iface eth0 inet dhcp
iface wlan0 inet static
address 192.168.74.1
netmask 255.255.255.0
Create an account to leave a comment. Already have an account? Log In.
Sorry for the late response : Yes, it should works according things I read..However, I’m not living in China so I didn’t try.
Become a member to follow this project and never miss any updates
Would setting up a Tor Router help me get past the Great Firewall in China?
I ask as my only other option is setting up a VPN. I just want to understand if I make all my traffic go through to Tor, if that means I can avoid all the censorship in China.