From: Patrick McHardy <kaber@trash.net>
To: Thomas Woerner <twoerner@redhat.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: kernel crash in nf_nat_move_storage
Date: Wed, 30 Jan 2008 14:30:11 +0100 [thread overview]
Message-ID: <47A07BE3.7000600@trash.net> (raw)
In-Reply-To: <47A062BF.1010008@redhat.com>
Thomas Woerner wrote:
> Hello,
>
> Using port forwarding from port 80 to 21 with nf_conntrack_ftp loaded
> results in a kernel crash, when connecting to port 80 from a remote
> host. This seems to be a problem for kernels > 2.6.18 including 2.6.24.
>
> Steps to Reproduce:
>
> host1> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT
> --to :21
> host1> iptables -t filter -A INPUT -i eth0 -m state --state NEW -m tcp
> -p tcp --dport 21 -j ACCEPT
> host1> modprobe ip_conntrack_ftp
> host2> telnet host1 80
>
> Attached is the kernel crash log for kernel 2.6.23.9-85.fc8PAE. I was
> told that this kernel crash dump is incomplete, but it took several
> attempts to get a log with more that 5 lines over serial console. The
> kernel seems to die too fast.
This is already fixed in 2.6.23.10.
next prev parent reply other threads:[~2008-01-30 13:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-30 11:42 kernel crash in nf_nat_move_storage Thomas Woerner
2008-01-30 13:30 ` Patrick McHardy [this message]
2008-01-30 15:50 ` Thomas Woerner
2008-01-30 16:24 ` Thomas Woerner
2008-01-30 16:33 ` Patrick McHardy
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=47A07BE3.7000600@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=twoerner@redhat.com \
/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.