Re: Bug: iptables -A INPUT -p TCP --state NEW ! --syn -j DROP

2002-05-28 Thread Harald Welte
On Mon, May 27, 2002 at 03:43:02PM +0200, Jean Bel wrote: Hi, The result of the command: iptables -A INPUT -p TCP --state NEW ! --syn -j DROP is Out of memory: Killed process 5166 (iptables). well, it seems like your system is out of memory. Nothing

RE: Bug: iptables -A INPUT -p TCP --state NEW ! --syn -j DROP

2002-05-28 Thread Jean Bel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Harald Welte Sent: mardi 28 mai 2002 11:33 To: Jean Bel Cc: [EMAIL PROTECTED] Subject: Re: Bug: iptables -A INPUT -p TCP --state NEW ! --syn -j DROP On Mon, May 27, 2002 at 03:43:02PM +0200, Jean Bel wrote: Hi

RE: Bug: iptables -A INPUT -p TCP --state NEW ! --syn -j DROP

2002-05-28 Thread Jozsef Kadlecsik
On Tue, 28 May 2002, Jean Bel wrote: I don't think so because it is the only iptables command which causes this error and it takes a few times before sending this error message even if it's the first iptables I launch. I think there is an infinite loop which take all the memory. Did you try

Bug: iptables -A INPUT -p TCP --state NEW ! --syn -j DROP

2002-05-27 Thread Jean Bel
Title: Message Hi, Theresult of the command: iptables -A INPUT -p TCP --state NEW ! --syn -j DROP is Out of memory: Killed process 5166 (iptables). My Linux kernel is 2.4.18, I tried with iptables 1.2.6aand1.2.7-20020525 and the result was the same. Is it a known bug ? Thanks.