DominikGX
Posts: 1
Joined: Mon Sep 29, 2014 9:43 pm

TOR Hotspot + Local Web Server error

Mon Sep 29, 2014 10:09 pm

Hello,

I configured a TOR WLAN Hotspot using this tutorial: https://learn.adafruit.com/onion-pi ..
Nevertheless, my apache2 server is inaccessible once I set up TOR as described.

I am connected to the TOR Hotspot (working) and used the defined local ip address.

Thank you

elatllat
Posts: 1337
Joined: Sat Dec 17, 2011 5:05 pm

Re: TOR Hotspot + Local Web Server error

Wed Oct 01, 2014 4:03 am

You would need something like:

sudo iptables -t nat -I 1 PREROUTING -i wlan0 -p tcp -d 192.my.ip.here --dport 80 -j REDIRECT --to-ports 80
SBC with 32GB RAM: https://hardkernel.com

FAQ : https://raspberrypi.stackexchange.com

Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered

Return to “Networking and servers”