RE: Load Balance Entire server, not application base ?

"Andersson Mattias" <[email protected]> Mon, 14 Aug 2006 09:02:32 +0200
Newsgroups gmane.linux.highavailability.ultramonkey
Message-ID <[email protected]>
Yes, you can use port 0. Port zero means _all_ ports.

You can make the configuration something like:

 

virtual=172.31.24.46:0

        real=172.31.24.30:21 gate

        real=172.31.24.31:21 gate

        real=172.31.24.29:21 gate

        real=172.31.24.24:21 gate

        service=ftp

        scheduler=rr

        persistent=900

        protocol=tcp

        checktype=connect

 

/Mattias

 

________________________________

From: [email protected]
[mailto:[email protected]] On Behalf Of SmallFries
Sent: Friday, August 11, 2006 5:17 PM
To: [email protected]
Subject: Load Balance Entire server, not application base ?

 

Hello All

I was wondering if there is a way to use ultramonkey to load balance an
entire server , not based on any specific application (http/ftp). Have
all connections persistent? 


Thank You