Hello, I am trying to achieve sctp(ipv6) packet filtering using ip6tables. I have tried to use the following- ip6tables -I OUTPUT –p sctp --sport 3232:65535 -d 2001:db8:0:242::36 -s 2001:db8:0:242::37 -j QUEUE But, it seems that ip6tables does not accept the port number for sctp protocol. Similar command works for udp/tcp. Can someone help me on this? -- Thanks Prashant -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html