All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: Netfilter Developer Mailing List <netfilter-devel@vger.kernel.org>
Subject: Re: conntrack -E misses ipv6 events
Date: Sun, 19 Apr 2009 13:15:54 +0200	[thread overview]
Message-ID: <49EB07EA.1070507@netfilter.org> (raw)
In-Reply-To: <alpine.LSU.2.00.0904191309470.4703@fbirervta.pbzchgretzou.qr>

Jan Engelhardt wrote:
> Hi,
> 
> (given a loaded nf_conntrack_netlink.ko), conntrack -E seems to miss 
> IPv6 connections. Xinetd listens on port 9 for testing.

Did you forget to load nf_conntrack_ipv6?

Decadence:/home/pablo# conntrack -E
    [NEW] tcp      6 120 SYN_SENT src=::1 dst=::1 sport=40220 dport=80
[UNREPLIED] src=::1 dst=::1 sport=80 dport=40220
 [UPDATE] tcp      6 60 SYN_RECV src=::1 dst=::1 sport=40220 dport=80
src=::1 dst=::1 sport=80 dport=40220
 [UPDATE] tcp      6 432000 ESTABLISHED src=::1 dst=::1 sport=40220
dport=80 src=::1 dst=::1 sport=80 dport=40220 [ASSURED]
 [UPDATE] tcp      6 120 FIN_WAIT src=::1 dst=::1 sport=40220 dport=80
src=::1 dst=::1 sport=80 dport=40220 [ASSURED]
 [UPDATE] tcp      6 60 CLOSE_WAIT src=::1 dst=::1 sport=40220 dport=80
src=::1 dst=::1 sport=80 dport=40220 [ASSURED]
 [UPDATE] tcp      6 30 LAST_ACK src=::1 dst=::1 sport=40220 dport=80
src=::1 dst=::1 sport=80 dport=40220 [ASSURED]
 [UPDATE] tcp      6 120 TIME_WAIT src=::1 dst=::1 sport=40220 dport=80
src=::1 dst=::1 sport=80 dport=40220 [ASSURED]
^Cconntrack v0.9.12 (conntrack-tools): 7 flow events have been shown.

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers

      reply	other threads:[~2009-04-19 11:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-19 11:12 conntrack -E misses ipv6 events Jan Engelhardt
2009-04-19 11:15 ` Pablo Neira Ayuso [this message]

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=49EB07EA.1070507@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=jengelh@medozas.de \
    --cc=netfilter-devel@vger.kernel.org \
    /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.