Differences between revisions 1 and 25 (spanning 24 versions)
Revision 1 as of 2013-08-16 19:42:41
Size: 716
Editor: scot
Comment:
Revision 25 as of 2023-10-18 21:06:51
Size: 1677
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Lab 04 = ## page was renamed from WindowsAdministration/Lab04SetupSecondaryDns
= 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.
Line 3: Line 5:
When you installed your initial Windows 2012 server with AD, you also installed a DNS server as part of the installation. In this lab you will install a core server version of Windows 2012 datacenter.  1. Install a new Windows 2019 server desktop experience similar to how you installed CPTR230A.
 1. Name it cptr230b
 1. Enable remote management
 1. Enable remote desktop
 1. Set the IP address to 192.168.1.3, Gateway=192.168.1.1, DNS=192.168.1.2
 1. Set up the time zone
 1. Join it to the domain
 1. Install the DNS server: {{{Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeManagementTools}}}
Line 5: Line 14:
 1. Install a new Windows 2012 Datacenter core.
 1. Give it an IP address on the same subnet and name it cpte265b
 1. Join it to the domain, but don't make it a Domain Controller
 1. Use server manager on your original domain controller to add the DNS role to the new server
 1. Configure your original sever to allow zone transfers to the new server.
 1. Create a secondary Zone on the server for your original domain
 1. Perform a zone transfer
 1. Configure DNSSEC on the primary zone
 1. Configure cptr230a sever to allow zone transfers to cptr230b.
 1. Create a secondary Zone on cpte230b for your root domain
 1. Perform a zone transfers for the secondary zone
 1. Configure DNSSEC on the primary zones of your domain
    1. Make sure both servers are showing the DNSSEC entries.
    1. You may have to perform an additional zone transfer.
 1. Change your DHCP server to include both DNS servers.

== 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<<BR>>''' ||'''Points<<BR>>''' ||
||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 ||

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 desktop experience similar to how you installed CPTR230A.
  2. Name it cptr230b
  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 cptr230a sever to allow zone transfers to cptr230b.
  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.
  13. Change your DHCP server to include both DNS servers.

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)