Load balancing, failover, etc.
Posted: Fri Apr 01, 2011 2:32 pm
In the HOWTO, it says the following:
Any ideas here?
Thanks,
--ag
The question I have is: Why would you specify different subnets when the server to which you are connected (and, hence the supplied address) should be transparent? It would seem that having each server on the list provide exactly the same address range would make more sense.Server
The simplest approach to a load-balanced/failover configuration on the server is to use equivalent configuration files on each server in the cluster, except use a different virtual IP address pool for each server. For example:
server1
server 10.8.0.0 255.255.255.0
server2
server 10.8.1.0 255.255.255.0
server3
server 10.8.2.0 255.255.255.0
Any ideas here?
Thanks,
--ag