mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: gphat@cafes.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: Large numbers of TCP resets
Date: Thu, 4 Jul 2002 14:38:22 +0200	[thread overview]
Message-ID: <20020704123822.GA26203@alpha.home.local> (raw)
In-Reply-To: <20020703201553.DE9FD68CB5EA@mail.cafes.net>

On Wed, Jul 03, 2002 at 08:15:53PM +0000, gphat@cafes.net wrote:
> Recently, the web-app at the company I work for started having problems load 
> balancing.  This was traced back to a large number of tcp-resets being sent 
> from the web servers to the clients.

aren't your load balancers Alteon ACE Directors ? If this is the case, I
suspect you use "fastage 0", which ends sessions prematurely. This
particularly happens in case of direct access mode (DAM) because the
switch needs to remap source ports, and when the session expires, it
simply routes packets from server to client without DNATing them.

The client then receives ACKs and/or FINs for closed ports, or for
open ports, but with bad sequence numbers, and then sends RESETS,
which the server doesn't understand. I observed real RST storms
during tens of minutes because of this. They disappeared when I
set "fastage" to something higher than 4 (=keep the session at least
16 seconds, even in final states).

I think this is not specific to Linux 2.4 since I observed a similar
behaviour with Solaris 8.

Cheers,
Willy


  reply	other threads:[~2002-07-04 12:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-03 20:15 gphat
2002-07-04 12:38 ` Willy Tarreau [this message]
     [not found] <20020703201553.DE9FD68CB5EA@mail.cafes.net.suse.lists.linux.kernel>
2002-07-04  3:53 ` Andi Kleen

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=20020704123822.GA26203@alpha.home.local \
    --to=willy@w.ods.org \
    --cc=gphat@cafes.net \
    --cc=linux-kernel@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

all inboxes | Powered by JetHome®