How to Configure DNS Role in 윈도우 서버 2016: A Step-by-Step Guide. It is similar to 윈도우 서버 2012 R2 Role.
- Launch the DNS management console from the Tools drop-down in Server Manager;
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. 하지만, 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 그리고 선택하십시오 New Zone;
5. 딸깍 하는 소리 다음;
6. 선택하다 Primary zone as this will be created on this DNS server;
7. Leave as default (or config for your environment) 그리고 클릭 다음;
8. 선택하다 IPv4 Reverse Lookup Zone;
9. For this lab environment using the network 192.168.1.X;
10. Leave default Allow only secure dynamic updates, 딸깍 하는 소리 다음;
11. 딸깍 하는 소리 Finish;
12. Once the reverse lookup zone is created, we need to create a PTR record for the 도메인 controller.
13. Right-click on the reverse lookup zone and select New Pointer (PTR);
14. Click the Browse button;
15. Select the 도메인 controller. Browse the forward lookup zone for the newly created 도메인. Select the 도메인 controller from your forward lookup zone and click 좋아요;
16. Confirm the information and click 좋아요;
17. The reverse PTR record will be created.