On Monday 01 May 2006 17:02, Edwin Kapauni wrote:
> > ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
>
> That's what I am trying to do, but ...
>
> ~ # ip6tables -A INPUT -p tcp -m state --state RELATED,ESTABLISHED -j
> ACCEPT ip6tables v1.3.4: 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.
>
> Could someone please point me to the right kernel option to search for?

ip6tables doesn't do that.
It can however match, or not match, on the syn flag, used to initiate a tcp 
connection.
Look for the --syn option.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list

Reply via email to