When configuring or testing Enhanced Replication mappings in VMware Live Recovery or vSphere Replication, the following symptoms may be observed:
Fault occurred while performing health check. Details: 'Connect: Connection reset by peer'Fault occurred while performing health check. Details: 'Connect: Input/output error'Dropping error encountered from network or ClientConnection request callback failed: Failed to read: End of file.SSL handshake failed: Connection reset by peer or Error writing response: Broken pipe.The issue is typically caused by inconsistent Maximum Transmission Unit (MTU) settings along the network path between the source and target ESXi hosts.
Enhanced Replication utilizes direct host-to-host communication over port 32032. If the replication VMkernel adapters are configured for Jumbo Frames (MTU 9000) but any intermediate physical device such as a switch, router, or WAN link, is configured for a smaller MTU (e.g., 1500), the larger data packets will be dropped. This results in TCP connection resets and prevents the replication health check from succeeding.
To resolve this issue, ensure end-to-end MTU consistency for the replication traffic path.
Use the vmkping command from the ESXi CLI to verify if the network path supports the configured MTU.
vmkping -I vmk# -d -s 1472 [Target_ESXi_IP]vmkping -I vmk# -d -s 8972 [Target_ESXi_IP]If the 1472-byte ping succeeds but the 8972-byte ping fails, there is an MTU mismatch in the physical or virtual network path.
Perform one of the following actions based on your network requirements: