Apologies if this isn't the proper forum. My business has two primary domains, and I have two SSL certificates to support them. I've set up an HAProxy+stunnel solution and requested a second IP to have stunnel be able to decode both SSL certs so that I can do load-balancer virtual host logic.
I'm interested in setting up another HAProxy "clone" to setup for IP failover (As per
http://library.linode.com/linux-ha/ip-failover-heartbeat-pacemaker-ubuntu-10.04). My question is, how many IP addresses do I need?
It seems like I need the base IP address for each machine + 2 IPs used as floating IPs. That would give me 2 HA IPs that I could fail over if either of the HAProxy instances went down -- one floating IP per SSL cert.
Is my logic correct? I know Linode has strict IP address policies (and rightly so!) -- does this usage fit with the requirements of extra IPs?
Thanks in advance for any advice/tips regarding this!