IP addresses are missing or show incorrect values in the Virtual Machine Details section of the Summary tab in vSphere Client. This occurs even when the virtual machine is powered on and network connectivity is otherwise functional.
This issue is caused by one of the following:
vmtoolsd service (VMware Tools) is stopped or crashed within the Guest OS.Follow these steps to synchronize the IP address telemetry:
ifconfig or ip addr on the native console to confirm the local IP configuration.systemctl status vmtoolsdsystemctl start vmtoolsd systemctl enable vmtoolsdsystemctl restart vmtoolsd