Unable to connect to host "<vCenter_FQDN>"
root@photon-xxxxxxxxxxx [ / ]# nslookup <HOSTNAME>.test.local
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find <HOSTNAME>.test.local: REFUSED
9.x
This is a known issue with the Photon OS, further information is available here: .local domain names not resolving on photon
su root
nmctl show-domains
domainsnmctl set-dns-domains dev eth0 domains test.local
nmctl show-domains
The domain name .local is a special-use domain name reserved by the Internet Engineering Task Force (IETF) so that it may not be installed as a top-level domain in the Domain Name System (DNS) of the Internet. As such, it is similar to the other special domain names, such as localhost. However, local has since been designated for use in link-local networking by RFC 6762 in applications of multicast DNS (mDNS) and zero-configuration networking (zeroconf) so that DNS service may be established without local installations of the convention. See for reference: https://en.wikipedia.org/wiki/.local