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

Re: ip6tables, LOG and match state



Sorry for the bothering, replying to myself

Before asking i should take a better look : in changelog from version
1.3.5 : 

Changes from 1.3.4:
[...]
- Add support for ip6tables state match
	[ Harald Welte ]
[...]

I know what i have to do

Thanks and sorry again
Fred

On Thu, 2 Feb 2006 11:05:44 +0100
Frederic Beck <frederic.beck@loria.fr> wrote:

> 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
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-ipv6-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> 
> 



Reply to: