From: Jason Stubbs <j.stubbs@linkthink.co.jp>
To: netfilter-devel@vger.kernel.org
Subject: conntrack bug?
Date: Fri, 18 Apr 2008 13:43:25 +0900 [thread overview]
Message-ID: <200804181343.25640.j.stubbs@linkthink.co.jp> (raw)
Hi,
While testing patches for IPVS, I found a strange behaviour of conntrack that
happens on an unpatched kernel too (2.6.24.4). Given the following rules:
iptables -A FORWARD -p tcp -d 192.168.1.3 --dport 80 \
-m state --state NEW -j ACCEPT
iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -P FORWARD DROP
And a network setup where replies from 192.168.1.3 don't go via the same
machine - ie, they appear to be being dropped - the following conntrack entry
appears when sending only an ACK packet to 192.168.1.3:
ipv4 2 tcp 6 431684 ESTABLISHED src=192.168.0.104 dst=192.168.1.3
sport=12345 dport=80 packets=2 bytes=95 [UNREPLIED] src=192.168.1.3
dst=192.168.0.104 sport=80 dport=12345 packets=0 bytes=0 mark=0 use=1
If a SYN has been sent the following state appears and no traffic (including
an ACK) is allowed to pass:
ipv4 2 tcp 6 119 SYN_SENT src=192.168.0.104 dst=192.168.1.3
sport=23456 dport=80 packets=1 bytes=50 [UNREPLIED] src=192.168.1.3
dst=192.168.0.104 sport=80 dport=23456 packets=0 bytes=0 mark=0 use=1
I would think that behaviour to be correct, but an entry appearing when only
an ACK packet has been sent seems wrong. Is it a bug or intentional?
--
Jason Stubbs <j.stubbs@linkthink.co.jp>
LINKTHINK INC.
東京都渋谷区桜ヶ丘町22-14 N.E.S S棟 3F
TEL 03-5728-4772 FAX 03-5728-4773
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2008-04-18 5:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-18 4:43 Jason Stubbs [this message]
2008-04-18 5:14 ` conntrack bug? Jason Stubbs
2008-04-18 17:57 ` Pablo Neira Ayuso
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=200804181343.25640.j.stubbs@linkthink.co.jp \
--to=j.stubbs@linkthink.co.jp \
--cc=netfilter-devel@vger.kernel.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