Hi all,
Do you know how I can configure the load balancer to get the client ip to a connected server through a load balancer.
Now I’m just getting the Load Balancing server IP.
Many thanks for your help !
Hi all,
Do you know how I can configure the load balancer to get the client ip to a connected server through a load balancer.
Now I’m just getting the Load Balancing server IP.
Many thanks for your help !
Hello @martinpereal and welcome to the Cleavr forum!
You can forward client IPs by SSH’ing into the server, access /etc/haproxy/haproxy.cfg
and then add the following to the defaults
section:
option forwardfor
Save file and restart HaProxy from Cleavr > Server > Services section.