nslookup command. However, resolution is successful when the DNS server is explicitly specified in the command (e.g., nslookup <FQDN> <DNS-Server-IP>)./var/log/arkin/collector/latest_error.log contain DNS resolution or connection timeout errors./etc/network/interfaces contains the correct DNS server entries, yet the OS resolver does not utilize them.VCF Operations for Networks
The networking stack or local resolver service on the Collector node failed to correctly initialize or bind the DNS configuration defined in the network interfaces file.
Log in to the Collector node via SSH or console as a user with sudo privileges.
Restart the networking service to force the OS to re-read the configuration and re-initialize the resolver: sudo /etc/init.d/networking restart
Wait approximately 2-5 minutes for services to stabilize.
Verify the fix by running a standard nslookup against the vCenter or NSX Manager FQDN without appending the DNS server IP: nslookup <FQDN>