Gentoo Archives: gentoo-user

From: Mike Williams <mike@××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ip6tables, state matching
Date: Mon, 01 May 2006 17:59:19
Message-Id: 200605011852.11965.mike@gaima.co.uk
In Reply to: [gentoo-user] ip6tables, state matching by Edwin Kapauni
1 On Monday 01 May 2006 17:02, Edwin Kapauni wrote:
2 > > ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
3 >
4 > That's what I am trying to do, but ...
5 >
6 > ~ # ip6tables -A INPUT -p tcp -m state --state RELATED,ESTABLISHED -j
7 > ACCEPT ip6tables v1.3.4: Couldn't load match
8 > `state':/lib/iptables/libip6t_state.so: cannot open shared object file:
9 > No such file or directory
10 >
11 > Try `ip6tables -h' or 'ip6tables --help' for more information.
12 >
13 > Could someone please point me to the right kernel option to search for?
14
15 ip6tables doesn't do that.
16 It can however match, or not match, on the syn flag, used to initiate a tcp
17 connection.
18 Look for the --syn option.
19
20 --
21 Mike Williams
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ip6tables, state matching Graham Murray <graham@×××××××××××.uk>