Gentoo Archives: gentoo-user

From: Graham Murray <graham@×××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Change in kernel netfilter config causes an error
Date: Mon, 01 May 2006 13:42:35
Message-Id: 87k695dg3f.fsf@newton.gmurray.org.uk
In Reply to: Re: [gentoo-user] Change in kernel netfilter config causes an error by Toby Cubitt
1 Toby Cubitt <tsc25@××××××.net> writes:
2
3 > I don't think much changed in the iptables command, so your script
4 > should still work fine once you compile the right options into the
5 > kernel. Mine certainly did.
6
7 One major change which affects scripts is that connection tracking and
8 state matching is now supported for IPv6, so you can now use commands
9 like
10
11 ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
12
13 --
14 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Change in kernel netfilter config causes an error Edwin Kapauni <edwinkapauni@×××××.de>