From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Subject: Strange ip_conntrack values Date: Sun, 18 Jul 2004 12:31:01 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi, When I run the command grep ^tcp /proc/net/ip_conntrack | awk '{print $4}' | sort | uniq -c I get these lines ... 26 CLOSE 11 CLOSE_WAIT 883 ESTABLISHED 57 FIN_WAIT 34 SYN_RECV 116 SYN_SENT 23720 TIME_WAIT the TIME_WAIT number seems very strange ... network interrupts increased a lot three months ago and I couldn't find an explanation for this. The number of our visitors didn't increased like this ... For example, before this "event", network interrups from MRTG, went down to nearly 0 at 4 AM, but now even at this hour they are at 1000 .... We are under RH 7.2 2.4.26 I hope you could help me ... Thanks a lot, John