This is what I have added so far on the machine running Tor...
iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 9001
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 9030
I have also changed the torrc file settings to as follows...
ORPort 443 NoListen
ORPort 127.0.0.1:9001 NoAdvertise
DirPort 80 NoListen
DirPort 127.0.0.1:9030 NoAdvertise
Tor loads but it never but says the ports are not accecible from the outside. What am I doing wrong?







