VMware vSphere ESXi host shows as Not Responding or Disconnected in vCenter. The vSphere Client reports the following error: "Host IP Address Conflict Detected."
Log entries in /var/run/log/vobd.log indicate duplicate IP assignments:
/var/run/log/vobd.log:YYYY-MM-DDTHH:MM:SS.SSSIn(14) vobd[2098164]: [netCorrelator] ###########us: [vob.net.vmknic.ip.duplicate] A duplicate IP address was detected for ###.##.###.## on interface vmk0. The current owner is ##:##:##:##:##:##.YYYY-MM-DDTHH:MM:SS.SSSIn(14) vobd[2098164]: [netCorrelator] ###########us: [esx.problem.net.vmknic.ip.duplicate] Duplicate IP address detected for ###.##.###.## on interface vmk0, current owner being ##:##:##:##:##:##.YYYY-MM-DDTHH:MM:SS.SSSIn(14) vobd[2098164]: The event ([esx.problem.net.vmknic.ip.duplicate] Duplicate IP address detected for ###.##.###.## on interface vmk0, current owner being ##:##:##:##:##:##.)
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. If the management vmk interface IP is in conflict, access to the ESXi host for management tasks is lost.
VMware vSphere ESXi 7.x, 8.x, 9.x
VMware Cloud Foundation 5.x
A duplicate IP address has been assigned to the ESXi vmkernel interface by another physical device, a manual deployment misconfiguration, or a DHCP server allocating a previously used static IP.
Log in to the ESXi shell or SSH as root to identify the conflicting IP and MAC address.
Search /var/log/vobd.log for duplicate IP events:
[YYYY-MM-DDTHH:MM:SS]: [netCorrelator] ####us: [vob.net.vmknic.ip.duplicate] A duplicate IP address was detected for ####.####.####.#### on interface vmk#. The current owner is ##:##:##:##:##:##
Search /var/log/vmkernel.log for ARP warnings:
YYYY-MM-DDTHH:MM:SS.###Z cpu##:####)Tcpip_Vmk: ####: arp: ##:##:##:##:##:## is using my IP address ####.####.####.#### on vmk#!
Check the physical switch MAC address table to locate the port where the conflicting MAC address <##:##:##:##:##:##> is learned. If the MAC belongs to a VMware OUI (starts with 00:50:56), check other ESXi hosts or vCenter for a virtual machine or vmknic with that MAC.
Perform an nslookup on the host FQDN to ensure it does not return multiple IP addresses. Remove any stale records from the DNS server.
Reconfigure the conflicting device with a unique IP address.
If the ESXi host must be changed instead, list the current interfaces using the command:
esxcli network ip interface ipv4 get
Set a new static IP for the ESXi host using the command:
esxcli network ip interface ipv4 set -i vmk# -I ####.####.####.#### -N ####.####.####.#### -t static
Restart the management network via the DCUI if connectivity is not immediately restored.
Note: For additional information on changing management IPs, see Changing the ESXi server management IP address.