Load balancing using a Linux Box?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: DougWinterburndoug@winterburn.net
日付:  
題目: Load balancing using a Linux Box?
One opensource solution is to use ipmasqadm. From the man page:

   EXAMPLES
       Redirect all web traffic to  internals  hostA  and  hostB,
       where  hostB will serve 2 times hostA connections. Forward
       rules already masq internal hosts to outside (typical).


              ipchains -I input -p tcp -y -d yours.com/32 80 -m 1
              ipmasqadm mfw -I -m 1 -r hostA 80 -p 10
              ipmasqadm mfw -I -m 1 -r hostB 80 -p 20


-Doug Winterburn

Date: Thu, 28 Sep 2000 11:23:24 -0700
From: Kevin Buettner <>
To:
Subject: Re: Load balancing using a Linux Box?
Reply-To:

On Sep 28, 10:02am, Justin wrote:

> Is it possible to do Load Balancing on my webservers using a Linux box?


Red Hat has an HA product that you may wish to look at.