bugzilla-daemon at netfilter.org
2017-Feb-02 20:57 UTC
[Bug 1116] New: Can't create Ipv6 NAT entries with conntrack
https://bugzilla.netfilter.org/show_bug.cgi?id=1116 Bug ID: 1116 Summary: Can't create Ipv6 NAT entries with conntrack Product: conntrack-tools Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: conntrack Assignee: netfilter-buglog at lists.netfilter.org Reporter: neil at aldur.co.uk The conntrack tool doesn't appear to be able to create IPv6 NAT entries. # conntrack -I --proto 6 --timeout 431994 --state ESTABLISHED --orig-src 2002:4f4a:ef7f:0000:50c5:4e4c:fb6c:5fce --orig-dst 2a02:1348:ffff:ffff:0000:0000:6d6b:275c --orig-port-src 59366 --orig-port-dst 22 --status ASSURED --dst-nat 2a02:1348:0178:73d1:0024:19ff:fee1:cf46 conntrack v1.4.3 (conntrack-tools): mismatched address family Try `conntrack -h' or 'conntrack --help' for more information. The same command with ipv4 addresses works fine. The dst-nat facility could do with following the parse rules for ip6tables (i.e. in square brackets if there is a port redirection). -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20170202/fa84e501/attachment.html>
bugzilla-daemon at netfilter.org
2017-Mar-17 11:43 UTC
[Bug 1116] Can't create Ipv6 NAT entries with conntrack
https://bugzilla.netfilter.org/show_bug.cgi?id=1116 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |pablo at netfilter.org --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> --- http://git.netfilter.org/conntrack-tools/commit/?id=29b390a2122143997a651e6b25d7496e62ead2a1 -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20170317/ea161831/attachment.html>