TheProf wrote: » Well once you have your first DNS server, you can point it to itself and then use your router or an external server as your alternate DNS.
OctalDump wrote: » Are you talking about the DNS servers used by clients? If you want consistent resolution of internal names, then you should use internal DNS servers for all queries. This is particularly important in split DNS scenarios where you might have something like intranet.mycompany.com on the internal DNS servers, but not on the external servers, or have www.mycompany.com pointing at 192.168.1.45 on the internal server and 123.45.67.89 on the external server. If you give clients internal and external DNS servers, it can mean that internal resources are not always available to internal users. Fortunately, setting up multiple DNS servers with consistent records is fairly easy with Windows Server and AD integration. In general you treat the DNS servers' NICs DNS configuration the same as you would any other client, although generally you get them to use themselves first, since it is quicker. If you mean what you use as upstream resolvers for your DNS Servers, then you can use whatever you like, although closer DNS servers, such as your ISPs, are usually preferable.