[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Tor/Iptables Question
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,