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
|