From: Patrick Schaaf <bof@bof.de>
To: Jan Kaastrup <jka@protego.dk>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: Iptables - disable statefull inspection?
Date: Mon, 16 Dec 2002 12:23:51 +0100 [thread overview]
Message-ID: <20021216112351.GA24258@oknodo.bof.de> (raw)
In-Reply-To: <000001c2a1cf$55f818a0$2864a8c0@pcjka>
> I want to disable the connections in ip_conntrack, because it completely
> kills the CPU because ip_conntrack reach Maximum connection.
That's simple: answer 'N' to the relevant kernel questions, then build and
boot that kernel. Without ip_conntrack compiled, it will certainly not
interfere with your testing.
If you already did build ip_conntrack as a module, remove the ip_conntrack.o
file under /lib/modules/`uname -r`, and reboot. The system will then not
be able to load ip_conntrack, and consequently fail loading of all components
which rely on ip_conntrack's presence (nat table, state match).
Easy, isn't it? The hard part comes when you want to load-test some
component (like NAT) which does require ip_conntrack...
best regards
Patrick
prev parent reply other threads:[~2002-12-16 11:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-12 11:12 Iptables - disable statefull inspection? Jan Kaastrup
2002-12-16 11:23 ` Patrick Schaaf [this message]
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=20021216112351.GA24258@oknodo.bof.de \
--to=bof@bof.de \
--cc=jka@protego.dk \
--cc=netfilter-devel@lists.netfilter.org \
/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.