My test setup.
internet
HAProxy01 - HaProxy02
web01-web02-web03-web04
This is up and running now with just HAProxy01, and I want to add HAProxy02, both running Ubuntu 16, with a floating IP…i think. Problem is I want the floating IP to be a public IP that lands on HAProxy then load balances to 4 local web servers running Server 2012 and IIS.
What I think I want to do is put 2 nics in each HAProxy server, one internal and one external then have the floating IP on the external nics. Is this possible?
Or do I put HAProxy behind my firewall and NAT to the floating IP on the HAProxy servers in a DMZ?
I guess what I am asking is, what is the ideal setup for what I am looking to do.