Differences between revisions 20 and 21
Revision 20 as of 2021-09-30 17:27:42
Size: 1576
Editor: scot
Comment:
Revision 21 as of 2021-09-30 17:28:42
Size: 1582
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 1. Install the DNS server: Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeManagementTools  1. Install the DNS server: {{{Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeManagementTools}}}

Lab 05

When you installed your initial Windows server with AD, you also installed a DNS server as part of the installation. In this lab you will install a second Windows 2019 core version of Windows Server.

  1. Install a new Windows 2019 server core.
  2. Name it cpte230b
  3. Enable remote management
  4. Enable remote desktop
  5. Set the IP address to 192.168.1.3, Gateway=192.168.1.1, DNS=192.168.1.2
  6. Set up the time zone
  7. Join it to the domain
  8. Install the DNS server: Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeManagementTools

  9. Configure cpte230a sever to allow zone transfers to cpte230b and vice versa.
  10. Create a secondary Zone on cpte230b for your root domain
  11. Perform a zone transfers for the secondary zone
  12. Configure DNSSEC on the primary zones of your domain
    1. Make sure both servers are showing the DNSSEC entries.
    2. You may have to perform an additional zone transfer.

Documentation

Include the following information:

  • Updated network diagram and documentation.
  • Document the DNS system as it is at the end of this lab in the networking page.
    • DNS Servers
    • DNS Zones
    • Security features
    • Secondary DNS installation procedures

Video Grade Guide

Topics

Points

Video Shows: DNS configuration as described in the instructions Both primary and secondary zones of each domain

60

Video talks through the documentation required.

40

WindowsAdministration/Lab05SetupSecondaryDns (last edited 2023-10-18 21:06:51 by scot)