1262
Comment:
|
1634
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
When you installed your initial Windows 2016 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 2016. | 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. 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 6: | Line 15: |
1. Create a secondary Zone on cpte230a for your subdomain | |
Line 8: | Line 16: |
1. Perform a zone transfers for each secondary zone 1. Configure DNSSEC on the primary zones of each domain |
1. Perform a zone transfers for the secondary zone 1. Configure DNSSEC on the primary zones of your domain |
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.
- Install a new Windows 2019 server desktop experience similar to how you installed CPTR230A.
- Name it cptr230b
- Enable remote management
- Enable remote desktop
- Set the IP address to 192.168.1.3, Gateway=192.168.1.1, DNS=192.168.1.2
- Set up the time zone
- Join it to the domain
Install the DNS server: Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeManagementTools
- Configure cpte230a sever to allow zone transfers to cpte230b and vice versa.
- Create a secondary Zone on cpte230b for your root domain
- Perform a zone transfers for the secondary zone
- Configure DNSSEC on the primary zones of your domain
- Make sure both servers are showing the DNSSEC entries.
- 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 |