View Single Post

  #2 (permalink)  
Old 08-22-2003
Jeannot Lelapin
 
Posts: n/a
Default Re: X & Gnome crashes the system with iptables

Thanks a lot,

I have a rule which drops all loopback traffic.
$IPTABLES -A INPUT -d lo -j DROP
I was tired tired when I wrote iptables.rules.

I place
iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT
after the policy rules.
Then it works fine.

Jeannot Lelapin

Reply With Quote