From: Jan Humme <jan.humme@xs4all.nl>
To: Matthias Kattanek <mattes@mykmk.com>,
"R. Sterenborg" <rsterenborg@xs4all.nl>,
"Mike G. Hammonds" <mhammonds@knowledgeinenergy.com>
Cc: "Iptables-User-list (E-mail)" <netfilter@lists.samba.org>
Subject: Re: Redhat 7.2 Kernel
Date: Tue, 9 Jul 2002 19:41:09 +0200 [thread overview]
Message-ID: <02070919410901.02824@Lms> (raw)
In-Reply-To: <Pine.LNX.4.44.0207091015020.4405-100000@e33.eng.roonetworks.com>
On Tuesday 09 July 2002 19:20, Matthias Kattanek wrote:
> On Tue, 9 Jul 2002, R. Sterenborg wrote:
> > ----- Original Message -----
> > From: "Mike G. Hammonds" <mhammonds@knowledgeinenergy.com>
> > Subject: Redhat 7.2 Kernel
> >
> > > Does the default install kernel of RH7.2 have iptable support already
> > > compiled in it?
> >
> > Yes it does.
>
> Nope, that is not exactly true.
> All RedHat 7.x distribution with a 2.4.x kernel offer iptables as a
> module. (same as ipchains)
>
> By default RH distries have ipchains activated. So in case you attempt
> e.g. 'iptables -L' you will encounter an error message.
>
> no worries. easiest way around is to rename /etc/sysconfig/ipchains
> to /etc/sysconfig/ipchains.notinuse. Then reboot the box and run
> 'iptables' and it will autoload the respective module.
>
> mattes
I prefer to use:
#chkconfig ipchains --level 2345 off.
#chkconfig iptables --level 2345 on.
because it stops the ipchains script from being run at all (which is what you
really want).
If you mv /etc/sysconfig/ipchains, then /etc/init.d/ipchains will still be
run, but exit because /etc/sysconfig/ipchains is missing.
In any case, /etc/init.d/iptables uses lsmod to find out if ipchains is
running, and exits should this be the case.
Jan Humme.
next prev parent reply other threads:[~2002-07-09 17:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-09 14:17 Redhat 7.2 Kernel Mike G. Hammonds
2002-07-09 14:38 ` R. Sterenborg
2002-07-09 17:20 ` Matthias Kattanek
2002-07-09 17:41 ` Jan Humme [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-07-09 18:12 Denis JULIEN
2002-07-09 19:12 ` Glover George
2002-07-10 8:39 ` Dorian Haasler
2002-07-10 13:10 ` Jason Costomiris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=02070919410901.02824@Lms \
--to=jan.humme@xs4all.nl \
--cc=mattes@mykmk.com \
--cc=mhammonds@knowledgeinenergy.com \
--cc=netfilter@lists.samba.org \
--cc=rsterenborg@xs4all.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.