Hello I'm trying to define a firewalling script for IPv6, but i have a problem with ip6tables...
Acutally, it concerns the state match extension. It isn't found : With Debian 2.6.15-1-686-smp kernel [EMAIL PROTECTED]:/usr/src/usagi/usagi/ip6tables/extensions % ip6tables -A INPUT -p tcp --sport http --dport 1024:65535 -m state --state ESTABLISHED,RELATED -j ACCEPT ip6tables v1.3.3: Couldn't load match `state':/lib/iptables/libip6t_state.so: cannot open shared object file: No such file or directory Try `ip6tables -h' or 'ip6tables --help' for more information. With USAGI snap from 2nd january [EMAIL PROTECTED]:/usr/src/usagi/usagi/ip6tables/extensions % /usr/local/v6/sbin/ip6tables -A INPUT -p tcp --sport http --dport 1024:65535 -m state --state ESTABLISHED,RELATED -j ACCEPT ip6tables v1.3.1: Couldn't find match `state' Try `ip6tables -h' or 'ip6tables --help' for more information. [EMAIL PROTECTED]:/usr/src/usagi/usagi/ip6tables/extensions I don't know if it is not supported yet or if i missed something while compiling. Thanks for your help Fred -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

