Gentoo Archives: gentoo-user

From: Toby Cubitt <tsc25@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Change in kernel netfilter config causes an error
Date: Mon, 01 May 2006 14:44:54
Message-Id: 20060501143518.GO11286@r2d2.localdomain
In Reply to: Re: [gentoo-user] Change in kernel netfilter config causes an error by Mick
1 On Mon, May 01, 2006 at 04:21:42PM +0200, Mick wrote:
2 > On 01/05/06, Toby Cubitt <tsc25@××××××.net> wrote:
3 > >On Mon, May 01, 2006 at 03:16:36PM +0200, Mick wrote:
4 > >
5 > >Ah. Didn't realise from your mail that the script didn't work. Without
6 > >the error messages it produces, it's mighty difficult to tell...
7 > >
8 > >But it's almost certainly a kernel-config issue, since until recently
9 > >I used the same script (derived from Daniel Robbins' IBM developer
10 > >works article, right?).
11 >
12 > That's right. The script is basically the DR script minus NATing.
13 > The error message that I see at boot up is as originally posted, here
14 > it is again:
15
16 Okay, I've finally caught up with you ;-)
17
18 I was confused because the error below is from the gentoo iptables
19 init script, not from your script.
20
21 > ==============================
22 > # /etc/init.d/iptables restart
23 > * Loading iptables state and starting firewall ...
24 > iptables-restore v1.3.4: iptables-restore: unable to initializetable 'nat'
25 >
26 > Error occurred at line: 8
27 > Try `iptables-restore -h' or 'iptables-restore --help' for more
28 > information. [ !! ]
29 > ==============================
30
31 It looks like it's trying to define NAT rules, even though you don't
32 use NAT. Maybe the old rules saved by gentoo's iptables init script
33 included some NAT rules?
34
35 Does running "/etc/init.d/iptables stop", then running your script,
36 then running "/etc/init.d/iptables save", then
37 "/etc/init.d/iptables start" help at all?
38
39 Toby
40 --
41 PhD Student
42 Quantum Information Theory group
43 Max Planck Institute for Quantum Optics
44 Garching, Germany
45
46 email: toby@××××××××.org
47 web: www.dr-qubit.org
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Change in kernel netfilter config causes an error Mick <michaelkintzios@×××××.com>