/var/log/syslog<TIMESTAMP> <HOSTNAME> NSX <PID> LOAD-BALANCER [nsx@6876 comp="nsx-edge" subcomp="lb" s2comp="lb" level="FATAL"] [<LB_UUID>] connect() to <POOL_MEMBER_IP_ADDRESS>:80 failed (99: Cannot assign requested address) while connecting to upstream, client: <CLIENT_IP>, server: , request: "POST /Jfrl.Cosmos/MethodInvokeService.asmx HTTP/1.1", upstream: "<URL>", host: "<VS_IP>""snat_translation": { "auto_map": false, "ip_address": [ "192.168.10.11/null" ], "port_overload": 32},get load-balancer <LB_ID> pool <POOL_ID> snat-pools in Edge CLINSX 4.x
Without SNAT, LB tries to use the same client port. If there are multiple client using the same port, LB can only pick one and assign and fail to assign to others.
In that case, LB chooses another pool member.
Enable SNAT.