Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Vitaly <vitaly_il@yahoo.com>
To: netfilter@lists.netfilter.org
Subject: Kernel crash. Are  ipt_recent and ipt_conntrack   culprit?
Date: Mon, 17 Sep 2007 03:39:14 -0700 (PDT)	[thread overview]
Message-ID: <630871.25383.qm@web60316.mail.yahoo.com> (raw)
In-Reply-To: <46E6D557.7050204@rtij.nl>

I run RHEL3 with kernel 2.4.21-32.0.1.ELsmp.
Yesterday morning I started to play with iptables on
this server and yesterday evening I had kernel crash
on this server.

My iptables contains just two rules, see script below

MAXHITS=70
iptables -F
rmmod ipt_recent
modprobe  ipt_recent  ip_pkt_list_tot=200
 
iptables -I INPUT -p tcp --dport 80  ! -s
10.10.10.0/24   -m state --state NEW -m recent --set
iptables -I INPUT -p tcp --dport 80   ! -s
10.10.10.0/24    -m state --state NEW -m recent
--update --seconds 60 --hitcount $MAXHITS -j LOG
--log-prefix "http_limit_test "  --log-level="DEBUG"

I don't see reports about recent 2.4
kernel/ipt_recent/ip_conntrack  crashes. 
OTOH, this server worked many months without crashes
before I activate  iptables. 

Should I go to the latest RHEL3 kernel even I don't
see something relevant into kernel changelog? Other
suggestions? 

Thanks
Vitaly




      ____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



      reply	other threads:[~2007-09-17 10:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-11 11:52 How to combine a few addresses? Vitaly
2007-09-11 12:01 ` Martijn Lievaart
2007-09-11 12:27   ` Vitaly
2007-09-11 17:50     ` Martijn Lievaart
2007-09-17 10:39       ` Vitaly [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=630871.25383.qm@web60316.mail.yahoo.com \
    --to=vitaly_il@yahoo.com \
    --cc=netfilter@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox