How to install DNS Server on Windows Server 2019

From Microsoft, the Domain Name System (DNS) is one of the industry standard protocol sets that includes TCP / IP, along with DNS Client and DNS Server that provide name resolution services that map names to the IP addresses of computers. .

In today's article, TipsMake will explain how to install DNS Server on Windows Server 2019 and then perform other additional configuration. Before proceeding, make sure that you have configured a static IP address on your server.

Install DNS Server on Windows Server 2019

Configure DNS Server to provide hostname resolution or IP address!

On the CUI settings, set up as follows:

Step 1. Run PowerShell as admin and enter the following code to install DNS Server.

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. # install DNS with admin tools PS C:UsersAdministrator> Install-WindowsFeature DNS -IncludeManagementTools Success Restart Needed Exit Code Feature Result ------- -------------- --------- -------------- True Yes SuccessRest. {DNS Server, . WARNING: You must restart this server to finish the installation process. # restart computer to apply changes PS C:UsersAdministrator> Restart-Computer -Force 

On the GUI settings, set up as follows:

Step 2. Run Server Manager and click Add roles and features .

Picture 1 of How to install DNS Server on Windows Server 2019

Step 3. Click the Next button .

Picture 2 of How to install DNS Server on Windows Server 2019

Step 4. Select Role-based or feature-based installation .

Picture 3 of How to install DNS Server on Windows Server 2019

Step 5. Select a Host for which you want to add services.

Picture 4 of How to install DNS Server on Windows Server 2019

Step 6. Check the box DNS Server .

Picture 5 of How to install DNS Server on Windows Server 2019

Step 7. Additional features required to add DNS Server. Click the Add Features button and then click Next .

Picture 6 of How to install DNS Server on Windows Server 2019

Step 8. Click the Next button .

Picture 7 of How to install DNS Server on Windows Server 2019

Step 9. Click the Next button .

Picture 8 of How to install DNS Server on Windows Server 2019

Step 10. Click the Install button .

Picture 9 of How to install DNS Server on Windows Server 2019

Step 11. After finishing the installation process, click the Close button .

Picture 10 of How to install DNS Server on Windows Server 2019

Add the Forward Lookup Zone to the DNS Server

Step 1. Run Powershell as administrator and configure it as follows.

The following example adds a Forward Lookup Zone with the Zone-Name setting "srv.world" , Zone-File "srv.world.dns" . In general, give your domain name or part of your domain name to Zone-Name.

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:UsersAdministrator> Add-DnsServerPrimaryZone -Name "srv.world" -ZoneFile "srv.world.dns" -DynamicUpdate None -PassThru ZoneName ZoneType IsAutoCreated IsDsIntegrated IsReverseLookupZone IsSigned -------- -------- ------------- -------------- ------------------- -------- srv.world Primary False False False False PS C:UsersAdministrator> Get-DnsServerZone # [srv.world] has been added ZoneName ZoneType IsAutoCreated IsDsIntegrated IsReverseLookupZone IsSigned -------- -------- ------------- -------------- ------------------- -------- 0.in-addr.arpa Primary True False True False 127.in-addr.arpa Primary True False True False 255.in-addr.arpa Primary True False True False srv.world Primary False False False False TrustAnchors Primary False False False False # if remove it, run like follows PS C:UsersAdministrator> Remove-DnsServerZone "srv.world" -PassThru Confirm [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y ZoneName ZoneType IsAutoCreated IsDsIntegrated IsReverseLookupZone IsSigned -------- -------- ------------- -------------- ------------------- -------- srv.world Primary False False False False

Step 2. Run Server Manager and select Tools> DNS .

Picture 11 of How to install DNS Server on Windows Server 2019

Step 3. Select Hostname in the left panel and right click on Hostname to bring up the menu and select New Zone .

Picture 12 of How to install DNS Server on Windows Server 2019

Step 4. Click the Next button .

Picture 13 of How to install DNS Server on Windows Server 2019

Step 5. Check the Primary zone box and click the Next button .

Picture 14 of How to install DNS Server on Windows Server 2019

Step 6. Check the Forward Lookup Zone box and click the Next button .

Picture 15 of How to install DNS Server on Windows Server 2019

Step 7. Enter a name in the Zone name field . As described on the screenshot below, please give the domain name or part of the domain name to this Zone name.

Picture 16 of How to install DNS Server on Windows Server 2019

Step 8. Set zone-file-name and click Next button . You can keep the default name for zone-file-name.

Picture 17 of How to install DNS Server on Windows Server 2019

Step 9. Click the Next button and keep the default options.

Picture 18 of How to install DNS Server on Windows Server 2019

Step 10. Click the Finish button .

Picture 19 of How to install DNS Server on Windows Server 2019

Step 11. A new zone has been created in the Forward Lookup Zone.

Picture 20 of How to install DNS Server on Windows Server 2019

Update 08 September 2022
Category

System

Mac OS X

Hardware

Game

Tech info

Technology

Science

Life

Application

Electric

Program

Mobile