Network connectivity failures, including vMotion errors and iSCSI instability, occur when a duplicate IP address is assigned to an ESXi vmkernel (vmknic) interface. This conflict prevents the host from maintaining consistent communication with the vCenter Server and external storage.
Host IP Address Conflict Detected.vmkping) to the vMotion or Management interface show random packet loss.
If ####.####.####.#### is the IP address used by the remote interface with mac address ##:##:##:##:##:##, the following event will be seen when the same IP address is being assigned to the local vmknic interface vmk#. A duplicate IP address was detected for ####.####.####.#### on interface vmk#, the current owner being ##:##:##:##:##:##
/var/log/vobd.log:
[YYYY-MM-DDTHH:MM:SS]: [netCorrelator] #############us: [esx.problem.net.vmknic.ip.duplicate] Duplicate IP address detected for ####.####.####.#### on interface vmk#, current owner being ##:##:##:##:##:##
[YYYY-MM-DDTHH:MM:SS]: InetCorrelator1 #############us: [vob.net.vmknic.ip.duplicate] A duplicate IP address was detected for ####.####.####.#### on interface vmk#. The current owner is ##:##:##:##:##:##
Network connectivity failures, including vMotion errors and iSCSI instability, occur when a duplicate IP address is assigned to an ESXi vmkernel (vmknic) interface. This conflict prevents the host from maintaining consistent communication with the vCenter Server and external storage.
This connectivity failure is caused by a duplicate IP address in the network environment. Common causes include:
Review the host logs to identify the IP in conflict and the MAC address of the device claiming it.
/var/log/vobd.log for duplicate IP events:/var/log/vmkernel.log for ARP warnings:##:##:##:##:##:## is learned.00:50:56), check other ESXi hosts or vCenter for a VM or vmknic with that MAC.nslookup on the host FQDN to ensure it does not return multiple IP addresses. Remove any stale records from the DNS server.esxcli network ip interface ipv4 getesxcli network ip interface ipv4 set -i vmk# -I ####.####.####.#### -N ####.####.####.#### -t staticNote: For additional information on changing management IPs, see .