Como configurar DNS Role in Servidor Windows 2016: Um guia passo a passo. It is similar to Servidor Windows 2012 R2 Role.
- Launch the DNS management console from the Tools drop-down in Gerenciador de servidores;
2. When DNS was installed, a forward lookup zone for enterinit.com was automatically created. The forward lookup zone maintains the mapping of hostnames to IP addresses;
3. No entanto, a reverse lookup zone is not automatically created. This must be done manually. The reverse lookup zone maintains the mapping of IP addresses to hostnames (essentially, the reverse);
4. Right-click on Reverse Look Zone e selecione New Zone;
5. Clique Próximo;
6. Selecione Primary zone as this will be created on this DNS servidor;
7. Leave as default (or config for your environment) e clique Próximo;
8. Selecione IPv4 Reverse Lookup Zone;
9. For this lab environment using the network 192.168.1.X;
10. Leave default Allow only secure dynamic updates, clique Próximo;
11. Clique Terminar;
12. Once the reverse lookup zone is created, we need to create a PTR record for the domínio controlador.
13. Right-click on the reverse lookup zone and select New Pointer (PTR);
14. Clique no Browse botão;
15. Selecione o domínio controlador. Browse the forward lookup zone for the newly created domínio. Selecione o domínio controller from your forward lookup zone and click OK;
16. Confirm the information and click OK;
17. The reverse PTR record will be created.