Hi,
> How can I have high availability and load balancing in my HA PROXY? > Using keepalived only guarantees me an online machine and is not load > balancing between nodes HAproxy. Haproxy load balances traffic and guarantess high availability for your backends. Haproxy cannot load balance its own incoming traffic if thats what you are referring to. Is your question how to balance load on two haproxy instances? Take a look at the this thread: http://thread.gmane.org/gmane.comp.web.haproxy/14320 Regards, Lukas

