Tor/Iptables Question

coderman coderman at gmail.com
Thu Aug 20 12:07:02 UTC 2009


On Thu, Aug 20, 2009 at 4:55 AM, Ringo<2600denver at gmail.com> wrote:
> ...
> I can't connect to any websites, but I can send requests out. Is there
> anything obvious I'm missing or a something I should add?
> ...

try adding:
iptables -A INPUT -p tcp -m state --state ESTABLISHED -j ACCEPT

before:
> #disallow all external incoming connections
> sudo iptables -A INPUT -p TCP -j DROP

otherwise that last one is killing all incoming TCP packets.

best regards,



More information about the tor-talk mailing list