We have a VPN with multiple search domains. One component of these domains specifies the country in which the hosts are located.
servers.fr.internal.example.org.contains all the servers in France.servers.ca.internal.example.org.contains all the servers in Canada.
The configured list of search domains is:
internal.example.org.
I've found multiple references to Partially Qualified Domain Names (PQDNs), but all the examples only show PQDNs as hostnames. I'm wondering if the DNS protocol/most widely deployed resolvers allow for PQDNs with multiple labels, i.e. foo.servers.ca.
I've tried this on my local machine macOS 10.13.6 and it doesn't appear to work, I just get NXDOMAIN.
Should this work? Is there a special format for PQDNs with multiple labels? I understand this works fine on other systems (Linux, Windows).
PQDNs? I work in the DNS industry since 20 years and your post is the first time I read about this acronym... – Patrick Mevzek Aug 22 '18 at 03:14