Gentoo Archives: gentoo-user

From: Edwin Kapauni <edwinkapauni@×××××.de>
To: gentoo-user@g.o
Subject: [gentoo-user] ip6tables, state matching
Date: Mon, 01 May 2006 16:27:31
Message-Id: e35bdr$gdu$1@sea.gmane.org
1 Since gentoo-sources-2.6.16-r3 it should be possible to use
2
3 >
4 > ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
5 >
6
7 That's what I am trying to do, but ...
8
9 ~ # ip6tables -A INPUT -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
10 ip6tables v1.3.4: Couldn't load match
11 `state':/lib/iptables/libip6t_state.so: cannot open shared object file:
12 No such file or directory
13
14 Try `ip6tables -h' or 'ip6tables --help' for more information.
15
16 Could someone please point me to the right kernel option to search for?
17
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ip6tables, state matching Mike Williams <mike@××××××××.uk>