<div dir="ltr">Hi Dirk,<br><br>About the problems with the PROXYs when they have to be identified by their public IP, apart from the inclusion you made for HAProxy that works perfectly, there is a problem that was not considered at the time. I am referring to the IP of the cluster when it starts up.<br><br>This is what happens at startup:<br><br>PC92^EA4URE-6^25800^A^^5EA4URE-3:192.168.1.121^H99^<br>PC92^EA4URE-6^25800.01^A^^5EA4URE-3:192.168.1.121^H99^<br><br>the Local IP is sent to the Network.<br><br>How about using a verification mechanism that gives you the Public IP and also works for dynamic IPs?<br><br>Something like this:<br><br>dig @<a href="http://ns1-1.akamaitech.net">ns1-1.akamaitech.net</a> ANY <a href="http://whoami.akamai.net">whoami.akamai.net</a> +short<br>dig @<a href="http://resolver1.opendns.com">resolver1.opendns.com</a> <a href="http://myip.opendns.com">myip.opendns.com</a> +short<br>dig @<a href="http://ns1.google.com">ns1.google.com</a> TXT <a href="http://o-o.myaddr.l.google.com">o-o.myaddr.l.google.com</a> +short<br><br>More than one destination can be added, it is a simple linux command and it can be used for both IPv4 and IPv6:<br><br>IPv4<br>dig @<a href="http://resolver1.opendns.com">resolver1.opendns.com</a> A <a href="http://myip.opendns.com">myip.opendns.com</a> +short -4<br>IPv6<br>dig @<a href="http://resolver1.opendns.com">resolver1.opendns.com</a> AAAA <a href="http://myip.opendns.com">myip.opendns.com</a> +short -6<br><br>Kin<br><br><br></div>