Você precisa configurar seu servidor DHCP para que ele defina no cliente DHCP a pesquisa de domínio
option domain-search domain-list; The domain-search option specifies a 'search list' of Domain Names to be used by the client to locate not-fully-qualified domain names. The difference between this option and historic use of the domain-name option for the same ends is that this option is encoded in RFC1035 compressed labels on the wire. For example:
option domain-search "example.com", "sales.example.com", "eng.example.com";
Desta forma, quando você executa um nslookup, ele tentará com todos os domínios especificados até encontrar uma resposta válida (ou até loopar todos eles).
Então, se você executar nslookup server1
se tentar consultar o DNS para
- server1.example.com
- server1.example.com
- eng.example.com