[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ip6tables, LOG and match state



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
root@trunks:/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
root@trunks:/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.
root@trunks:/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



Reply to: