> i was wondering if there is a way to do connection tracking with > ip6tables as ipv4 iptables does? so for example, i want to do: > iptables -A INPUT -i eth0 -m state -state established,related -j ACCEPT > > but with ipv6 and ip6tables. any idea? whether one rule or many.. So far there is no official connection tracking for ipv6. There were some attempts to do this, for instance yasuyuki kozakai's latest patch: http://lists.netfilter.org/pipermail/netfilter-devel/2003-September/012572.html Anyway, please read Harald's reply on this: http://lists.netfilter.org/pipermail/netfilter-devel/2003-September/012555.html Regards, Maciej