Mar 6 16:02:59 named[527770]: queries: client <Win-VM-IP>#<SRC-Port> query: vmware-plugin.example.domain IN A + (<DNS Server>)
VMware vSphere Foundation
The application or plugin local to the Windows guest attempts to resolve the vmware-plugin hostname against the external DNS infrastructure rather than handling the request locally. If the FQDN is not found or is misconfigured in the environment's search suffix, the client repeatedly retries the resolution.
To workaround this issue, you must redirect the DNS queries for the plugin to the local loopback address by modifying the Windows hosts file:
Navigate to and open the following file: C:\Windows\System32\drivers\etc\hosts.
Add the following entry to the bottom of the file:127.0.0.1 vmware-plugin
Save the file.
(Optional) Flush the DNS cache by running the following command in a Command Prompt: ipconfig /flushdns