From: Francois Leygues <francois.leygues@nextenso.com>
To: netfilter@lists.netfilter.org
Subject: iptables load balancing problems
Date: Tue, 24 Jun 2003 15:01:57 -0100 [thread overview]
Message-ID: <3EF875F5.50409@nextenso.com> (raw)
-t nat -A OUTPUT -p tcp -d xxx -j DNAT --to x1 --to x2
provides a very simple load balancing.
It works very well for light workloads (1 req per second) but for a sustained load
(300 req/s, generated by httperf) after a few seconds, the output is locked on one
of the target address, the other one never being selected.
Worse: after that, even after a delete of the rule, followed by a redefinition of the rule
the bad behaviour is not corrected. A reboot is needed to get back the feature...
I have not tryed to debug this, would you have some hints ?
Bye.
reply other threads:[~2003-06-24 16:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3EF875F5.50409@nextenso.com \
--to=francois.leygues@nextenso.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 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.