VMware vSphere
This issue occurs when the gdbserver firewall ruleset is enabled and configured with a restrictive Allowed IP list that does not include the source ESXi host's vMotion IP address.
The gdbserver ruleset defines a broad port range (TCP 1000-9999), which includes the vMotion port (TCP 8000).
When a vMotion packet arrives at the destination host, the firewall engine matches it against the gdbserver rule first.
If the source IP is not in the gdbserver allowed list, the packet is dropped before it can be processed by the default vMotion ruleset.
To resolve this issue, perform one of the following:
esxcli network firewall ruleset set -e false -r gdbserveresxcli network firewall ruleset allowedip add -i <Source_vMotion_Network> -r gdbserver