All of lore.kernel.org
 help / color / mirror / Atom feed
* ip6tables no target CT
@ 2013-09-06 10:18 Nick Edwards
  2013-09-06 11:35 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Edwards @ 2013-09-06 10:18 UTC (permalink / raw)
  To: Netfilter user mailing list

HI,
 I still have this issue, I checked the kernel build, and everything
under ipv6 except ipv6nat is enabled, yet the CT target fails.

This same rule on ipv4 works
  iptables 1.4.20 on kernel 3.10.10

ip6tables -v -A PREROUTING -t raw -m multiport -p tcp --dports
6667,8888,16667 -j CT --helper irc

CT  tcp opt    in * out *  ::/0  -> ::/0   multiport dports
6667,8888,16667 CT helper irc
ip6tables: No chain/target/match by that name.

incase it was multi upsetting it, also tried

ip6tables -v -A PREROUTING -t raw -p tcp --dport 6667 -j CT --helper irc
CT  tcp opt    in * out *  ::/0  -> ::/0   tcp dpt:6667 CT helper irc
ip6tables: No chain/target/match by that name.

any suggestions?

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

end of thread, other threads:[~2013-09-06 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 10:18 ip6tables no target CT Nick Edwards
2013-09-06 11:35 ` Pablo Neira Ayuso

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.