Displaying 1 result from an estimated 1 matches for "cf46".
Did you mean:
cf4
2017 Feb 02
1
[Bug 1116] New: Can't create Ipv6 NAT entries with conntrack
...ble 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 i...