netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Conntrack and IPv6
@ 2007-01-04 13:52 Victor Stinner
  2007-01-04 14:23 ` Rémi Denis-Courmont
  0 siblings, 1 reply; 2+ messages in thread
From: Victor Stinner @ 2007-01-04 13:52 UTC (permalink / raw)
  To: netfilter-devel

Hi,

To test my Python binding, I tried to dump conntrack table for IPv6 protocol 
but I just get the error "Address family not supported by protocol".

I tried old libnetfilter_conntrack API and I don't get error. But I can't see 
my connections (whereas "netstat --protocol inet6" lists them).

Do I need a kernel newer than 2.6.17? Or netfilter conntrack doesn't support 
IPv6?

For my tests, I used a ssh connection to ipv6-localhost ("ssh ::1").

Victor Stinner
http://www.inl.fr/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Conntrack and IPv6
  2007-01-04 13:52 Conntrack and IPv6 Victor Stinner
@ 2007-01-04 14:23 ` Rémi Denis-Courmont
  0 siblings, 0 replies; 2+ messages in thread
From: Rémi Denis-Courmont @ 2007-01-04 14:23 UTC (permalink / raw)
  To: netfilter-devel, Victor Stinner

Le jeudi 4 janvier 2007 14:52, Victor Stinner a écrit :
> Do I need a kernel newer than 2.6.17? Or netfilter conntrack doesn't
> support IPv6?

It does if you use CONFIG_NF_CONNTRACK (nf_conntrack module) and 
CONFIG_NF_CONNTRACK_IPV6 (nf_conntrack_ipv6); it does NOT if you use 
CONFIG_IP_NF_CONNTRACK (IPv4-only). Stock kernels use the latter 
because they need IPv4 NAT support which is not provided by 
nf_conntrack before kernel version 2.6.20.

Regards,

-- 
Rémi Denis-Courmont
http://www.remlab.net/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-04 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-04 13:52 Conntrack and IPv6 Victor Stinner
2007-01-04 14:23 ` Rémi Denis-Courmont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).