Currently I'm trying to configure settings of internal enterprise domain names for virtual SUSE hosts, which OS is SUSE Linux Enterprise Server 12 SP4.
There are two domain names that the SUSE hosts need to resolve: "infra.enterprise.com" and "test.infra.enterprise.com", and the domain name of these SUSE hosts' name has been set to "infra.enterprise.com" correctly.
The domains and records are all located on two MS AD/DNS servers(internally): 192.168.1.1 as primary and 192.168.1.2 as secondary.
However, I'm confused what parameters should I put in the /etc/resolv.conf file?
just nameserver 192.168.1.1 192.168.1.2
is fine and the SUSE hosts will automatically resolve the two domains?
Or I should add domain infra.enterprise.com
?
and search infra.enterprise.com test.infra.enterprise.com
?
is this gonna influence the SUSE hosts to resolve all the FQDN from the two domains?