LAB 03 Implementing and Configuring Network Infrastructure Services in Windows Server
LAB 03 Implementing and Configuring Network Infrastructure Services in Windows Server
Contoso, Ltd. is a large organization with complex requirements for network services. To help meet these requirements,
you will deploy and configure DHCP so that it is highly available to ensure service availability. You will also set up DNS
so that Trey Research, a department within Contoso, can have its own DNS server in the testing area. Finally, you will
provide remote access to Windows Admin Center and secure it with Web Application Proxy.
Objectives
Lab Setup
Virtual machines:
• SEA-DC1
• SEA-ADM1
• SEA-SVR1
• SEA-CL1
For this lab, you'll use the available virtual machine environment. Before you begin the lab, complete the following steps:
1. Open SEA-DC1 and sign in as Contoso* with the password Pa55w.rd. 1. Repeat step 1 for SEA-ADM1, SEA-SVR1,
and SEA-CL1**.
Scenario
The Trey Research subdivision of Contoso, Ltd. has a separate office with only about 50 users. They have been manually
configuring IP addresses on all of their computers and want to begin using DHCP instead. You will install DHCP on SEA-
SVR1 with a scope for the Trey Research site. Additionally, you will configure DHCP Failover by using the new DHCP
server for high availability with SEA-DC1.
The main tasks for this exercise are as follows:
3. Create a scope.
4. From DHCP, install the DHCP PowerShell tools. If DHCP is not available in the Tools pane for SEA-SVR1,
close Microsoft Edge and sign in to Windows Admin Center again.
Task 2: Authorize the DHCP server
2. In Server Manager, open Notifications, open Complete DHCP configuration, and then complete the DHCP
Post-Install Configuration Wizard by using the default options.
Task 3: Create a scope
1. On SEA-ADM1, in Windows Admin Center, while connected to SEA-SVR1, use DHCP to create a new scope
with the following options:
– Protocol: IPv4
– Name: ContosoClients
– Router: 10.100.150.1
4. On the DHCP server 172.16.10.12, in the ContosoClients scope, add the scope option 006 DNS Servers with the
value 172.16.10.10.
Task 4: Configure DHCP Failover
1. On SEA-ADM1, in the DHCP management console, from the IPv4 node, configure failover with SEA-DC1 by
using the following information for the failover relationship:
4. Under SEA-DC1, for the Contoso scope, configure failover with 172.16.10.12, and reuse the existing failover
relationship.
1. On SEA-CL1, configure the network connection to obtain an IP address and DNS server addresses automatically.
2. Examine the configuration status of the network connection to verify that the DHCP lease was obtained from SEA-
SVR2 (172.16.10.12).
4. On SEA-ADM1, in the DHCP management console, verify that both DHCP servers list the lease for SEA-CL1 in
the Contoso scope.
6. On SEA-CL1, enable the Ethernet network connection, and then verify that the same DHCP lease is obtained from
SEA-DC1 (172.16.10.10).
Exercise 2: Deploying and configuring DNS
Scenario
The staff who work at the Trey Research location within Contoso need to have their own DNS server to create records in
their test environment. However, their test environment still needs to be able to resolve internet DNS names and resource
records for Contoso. To meet these needs, you are configuring forwarding to your internet service provider (ISP) and
creating a conditional forwarder for contoso.com to SEA-DC1. There is also a test application that needs a different IP
address resolution based on user location. You are using DNS policies to configure testapp.treyresearch.net to resolve
differently for users at the head office.
The main tasks for this exercise are as follows:
3. Configure forwarding.
4. From DNS, install the DNS PowerShell tools. If DNS is not available in the Tools pane for SEA-SVR1, close
Microsoft Edge and sign in to Windows Admin Center again.
Task 2: Create a DNS zone
1. On SEA-ADM1, in Windows Admin Center, create a new DNS zone with the following settings:
– Zone type: Primary
2. Create a new DNS record in the TreyResearch.net zone with the following settings:
– IP address: 172.30.99.234
3. At a Windows PowerShell prompt, run the following command to verify that the new record resolves properly:
1. On SEA-ADM1, in DNS Manager for SEA-SVR1, create a new conditional forwarder for Contoso.com that
directs requests to 172.16.10.10.
2. Open a Windows PowerShell prompt and run the following command to verify that the conditional forwarder is
working:
1. On SEA-ADM1, in Windows Admin Center, while connected to SEA-SVR1, use PowerShell to sign in remotely.
2. At the Windows PowerShell prompt, run the following command to create a head office subnet:
3. Run the following command to create a zone scope for head office:
4. Run the following command to create a new resource record for the head office scope:
5. Run the following command to create a new policy that links the head office subnet and the zone scope:
Add-DnsServerQueryResolutionPolicy -Name "HeadOfficePolicy" -Action ALLOW -ClientSubnet
"eq,HeadOfficeSubnet" -ZoneScope "HeadOfficeScope,1" -ZoneName "TreyResearch.net"
1. On SEA-CL1, open a Windows PowerShell prompt, enter ipconfig, and then select Enter to verify that SEA-CL1 is
on the HeadOffice subnet (172.16.10.0).
2. At the Windows PowerShell prompt, run the following command to test the DNS policy:
– IP Address: 172.16.11.100
5. At the Windows PowerShell prompt, run the following command to test the DNS policy:
Note: When the client is on the HeadOffice subnet (172.16.10.0/24), the record testapp.treyresearch.net resolves to
172.30.99.100. When the client is moved off of the HeadOffice subnet, testapp.treyresearch.net resolves to 172.30.99.234.
©2019 Microsoft Corporation. All rights reserved. The text in this document is available under the Creative Commons
Attribution 3.0 License, additional terms may apply. All other content contained in this document (including, without
limitation, trademarks, logos, images, etc.) are not included within the Creative Commons license grant. This document
does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use
this document for your internal, reference purposes.X
This document is provided "as-is." Information and views expressed in this document, including URL and other Internet
Web site references, may change without notice. You bear the risk of using it. Some examples are for illustration only and
are fictitious. No real association is intended or inferred. Microsoft makes no warranties, express or implied, with respect
to the information provided here.