Tor/Iptables Question

Ringo 2600denver at gmail.com
Thu Aug 20 12:36:01 UTC 2009


I'm still getting the same problem : ( Here's what wget gives me:

wget google.com
resolving google.com (works)
connecting to google.com...

and then it just never finished.

Ringo

coderman wrote:
> 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