From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: Linux - nf_conntrack_count = 30684? Date: Fri, 9 Sep 2016 15:29:45 +0200 Message-ID: <20160909132945.GA23757@salvia> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jens Koehler Cc: netfilter@vger.kernel.org On Fri, Sep 09, 2016 at 10:29:33AM +0200, Jens Koehler wrote: > A Linux application reads cyclically data from up to 32 severs by > Tcp. After disconnecting of many/ all servers another Linux > application could not send data via the network interface by UDP. > nf_conntrack_count shows an unexpected high value: > > net.netfilter.nf_conntrack_count = 30684 > > What means the number exactly? This is the number of conntrack entries in the table. > And what could be reason for so many open connections if no server > is connected? Do `conntrack -L' or `cat /proc/net/nf_conntrack' show entries?