An ESXi host running version 8.0 U3 unexpectedly transitions to a Disconnected state in vCenter Server. While the ESXi Host Client (UI) and hardware management (iLO/iDRAC) remain accessible, the management connection to vCenter is lost. Consequently, Virtual Machines are reported in an Orphaned state.
/var/log/vobd.log show: [vob.net.vmknic.ip.duplicate] A duplicate IP address was detected.2026-03-02T00:11:18.359Z In(14) vobd[2098532]: [netCorrelator] 1220225678545us: [vob.net.vmknic.ip.duplicate] A duplicate IP address was detected for xx.xx.xx.xxx on interface vmk0. The current owner is xx:xx:xx:xx:xx:xx.2026-03-02T00:11:18.360Z In(14) vobd[2098532]: [netCorrelator] 1220241767579us: [esx.problem.net.vmknic.ip.duplicate] Duplicate IP address detected for xx.xx.xx.xxx on interface vmk0, current owner being xx:xx:xx:xx:xx:xx.
VMware vSphere ESXi 8.x
vmk0 interface.xx:xx:xx:xx:xx:xx), breaking the vCenter heartbeat and SSL tunnel.To resolve the conflict and restore host stability:
Locate the Conflicting Device:
Log in to the physical switch connected to the ESXi host.
Query the MAC address table for the conflicting MAC address found in the logs (e.g., xx:xx:xx:xx:xx:xx).
Identify the physical port where this MAC is being learned to trace the unauthorized device.
Verify Conflict via CLI:
SSH into a different ESXi host on the same management subnet.
Run the arping command to see if a device responds to the problematic IP:
arping -I vmk0 -c 3 xx.xx.xx.xxx
Compare the returned MAC address with the physical MAC of the disconnected host's vmk0.
Correct the Network Configuration:
Change the IP address of the conflicting device OR re-assign a new, unique static IP to the ESXi host.
To change the ESXi IP via command line:
esxcfg-vmknic -i <New_Unique_IP> -n <Netmask> "Management Network"