Hello,

I am trying to trouble shoot a technical issue with haproxy.  We are using
a round robin algorithm for both http and tcp 443.  The thing we notice is
that the 443 connections in the logs show multiple tcp ports opening for
the same source IP as most clients are behind some type of firewall so the
source IP is the same.  haproxy uses multiple ports as well to the real
servers to distinguish sessions.  The question I have is what is the
default behavior of the load balancer for these sessions?  Is each port
call its own session (same ip, different port) and only closed by a tcp
FIN.  Is there a way to look at active sessions real time so we can
determine that round robin is working properly per client with and without
a sticky mode?

If there is a quick guide in the manual for trouble shooting basics that
would be great.  I could not locate that.

Thanks,
Rem

Reply via email to