>virtual_server 192.168.1.195{
>     delay_loop 6
>     lb_algo rr
[snip]
>         real_server 192.168.1.209 80 {
>                 weight 100
>                 TCP_CHECK {

You are using "rr" load balancing scheme while still setting weights in the 
config. Change to "wrr" or remove the weights.

Sadly, keepalived doesn't complain when you give it a bad config; it tends to 
just not work.


--
Jason Faulkner 
Linux Systems Engineer
Mailtrust, a division of Rackspace



_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - [email protected]
Send requests to [email protected]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to