From: Muruganandam <muruganandam@softhome.net>
To: linux-admin@vger.kernel.org
Subject: loadbalncer using iptables
Date: Wed, 09 Mar 2005 16:53:01 +0530 [thread overview]
Message-ID: <d0ml9j$e3h$1@sea.gmane.org> (raw)
Dear all,
I build a loadbalancer using DNAT.
iptables -t nat -A PREROUTING -s 10.10.10.254 -d 192.168.0.3 -p tcp
--dport 80 -j DNAT --to-destnation 172.18.10.1
i need to use anonther real server 172.18.10.2 for the next request in a
round robin fashion.
i wrote a script for the same using cron tab.but it is working.
but what i need is i want to use the roundrobin fashion ,when http
request comes.how to do that.
next reply other threads:[~2005-03-09 11:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-09 11:23 Muruganandam [this message]
2005-03-09 13:35 ` loadbalncer using iptables Thornton Prime
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='d0ml9j$e3h$1@sea.gmane.org' \
--to=muruganandam@softhome.net \
--cc=linux-admin@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;
as well as URLs for NNTP newsgroup(s).