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.. thanks in advance, jeff