I followed the instructions at https://learn.adafruit.com/onion-pi/install-tor for setting up an AP and Tor. The AP works fine and Tor says it is running. However, it still shows my ip address on ipchicken.com.
Any tips?
Cheers!
Re: AP works Tor Active, but showing my ip
Made some progress.
Discovered that running after each reboot gets it working.
Any ideas why this isn't running automatically even though it is configured in my iptable?
Discovered that running
Code: Select all
sudo iptables -t nat -A PREROUTING -i wlan0 -p tcp --syn -j REDIRECT --to-ports 9040
Any ideas why this isn't running automatically even though it is configured in my iptable?