All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira <pablo@netfilter.org>
To: Krzysztof Oledzki <olenf@ans.pl>
Cc: laforge@netfilter.org,
	Netfilter Development Mailinglist
	<netfilter-devel@lists.netfilter.org>
Subject: conntrack display problem [Was Re: [ANNOUNCE] Release of libnfnetlink, libnfnetlink_conntrack and conntrack]
Date: Wed, 05 Oct 2005 18:39:24 +0200	[thread overview]
Message-ID: <434401BC.6000806@netfilter.org> (raw)
In-Reply-To: <Pine.LNX.4.62.0509291021170.31974@bizon.gios.gov.pl>

Krzysztof Oledzki wrote:
> It seems that conntrack is not able to display properly counters for 
> incoming packets:
> 
> # conntrack -L
> tcp      6 431999 ESTABLISHED src=192.168.0.33 dst=192.168.11.74 
> sport=33328 dport=22 packets=2025 bytes=292027 src=192.168.11.74 
> dst=192.168.0.33 sport=22 dport=33328 packets=0 bytes=0 [ASSURED] mark=0 
> use=1 id=42
> 
> # cat /proc/net/ip_conntrack
> tcp      6 431999 ESTABLISHED src=192.168.0.33 dst=192.168.11.74 
> sport=33328 dport=22 packets=3106 bytes=218222 src=192.168.11.74 
> dst=192.168.0.33 sport=22 dport=33328 packets=2015 bytes=290691 
> [ASSURED] mark=0 use=1

Already fixed, please check SVN.

> BTW: Is it possible to use "id" to delete a conntrack?

Not yet but it will be soon. Then it could be possible to use the id 
together with one of the tuples (original or reply) to kill conntracks.

--
Pablo

  reply	other threads:[~2005-10-05 16:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-24 21:54 Release of libnfnetlink, libnfnetlink_conntrack and conntrack Netfilter Core Team
2005-09-27 12:23 ` [ANNOUNCE] " Pasi Kärkkäinen
2005-09-29  8:29 ` Krzysztof Oledzki
2005-10-05 16:39   ` Pablo Neira [this message]
2005-10-14 10:23 ` Krzysztof Oledzki
2005-10-16 23:20   ` Pablo Neira
2005-10-18 11:09     ` Krzysztof Oledzki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=434401BC.6000806@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=laforge@netfilter.org \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=olenf@ans.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.