[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Tor/Iptables Question



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@xxxxxxxxx> 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,
>