All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Accetta <maccetta-bounce@laurelnetworks.com>
To: netfilter-devel@lists.netfilter.org
Subject: change in behavior of OUTPUT chain rule in 2.6.19
Date: Thu, 14 Dec 2006 13:30:01 -0500	[thread overview]
Message-ID: <45819829.2060806@laurelnetworks.com> (raw)

Between 2.6.18 and 2.6.19 (and 2.6.19.1) we've observed that a reject 
rule on the OUTPUT chain no longer causes a connection attempt to abort 
immediately with "Connection refused".  As a specific example, this rule

iptables -A  OUTPUT -p tcp --destination-port 23 \
   --destination 10.0.20.1  -j REJECT --reject-with tcp-reset

will cause a telnet connection to 10.0.20.1 to fail immediately under 
2.6.18 but will take minutes to timeout under 2.6.19.  Is this an 
intended change in functionality or a regression?  This is all using 
iptables-1.2.7a.
-- 
Mike Accetta
(mail address must be adjusted "appropriately" to reply)

ECI Telecom Ltd.
Data Networking Division (previously Laurel Networks)

             reply	other threads:[~2006-12-14 18:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-14 18:30 Mike Accetta [this message]
2007-05-31 19:49 ` change in behavior of OUTPUT chain rule in 2.6.19 Jan Engelhardt
2007-05-31 20:09   ` Mike Accetta
2007-05-31 21:01     ` Jan Engelhardt
2007-05-31 21:02       ` Jan Engelhardt
2007-06-01 15:41     ` Patrick McHardy
2007-06-02 12:45       ` Jan Engelhardt
2007-06-02 12:55         ` 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=45819829.2060806@laurelnetworks.com \
    --to=maccetta-bounce@laurelnetworks.com \
    --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.