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
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.
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.