Virtual machines (VMs) on the same subnet but residing on different ESXi hosts cannot establish bidirectional communication. While ARP resolution and ICMP Echo Requests are successful, the return traffic (ICMP Echo Reply) is dropped before reaching the source host.
Vmware vsphere Esx
The issue occurs due to a configuration mismatch between the ESXi virtual switch and the physical switch.
When the physical switch is configured for a Static EtherChannel, the ESXi host must use the "Route based on IP hash" load balancing policy. Refer kb: Vswitch configuration with IP Hash
Using "Route based on source MAC hash" with a Static EtherChannel causes the physical switch to drop return packets or forward them to the incorrect port.
To resolve this issue, align the ESXi NIC teaming policy with the physical switch configuration:
or detailed packet capture instructions, refer to Using pktcap-uw in Esx