Lab 10
Lab 10
LAB 10
CONFIGURING IPV4
AND IPV6 ADDRESSING
Exercise 10.1
Calculating IP Addresses
Exercise 10.2
Lab Challenge
Exercise 10.3
Table 10-1
Computers Required for Lab 10
Computer
Domain controller
Operating System
Windows Server 2012 R2
Computer Name
SERVERA
Member server
SERVERB
Member server
SERVERC
In addition to the computers, you also require the software listed in Table 10-2 to
complete Lab 10.
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
Table 10-2
Software Required for Lab 10
Software
Lab 10 student worksheet
Location
Lab10_worksheet.docx (provided by instructor)
Mindset
Completion time
20 minutes
To complete this exercise, you must determine what IPv4 addresses you should
use on the workgroup for which you are responsible. Your supervisor has assigned
you a group of computers that consists of three servers and seven workstations.
Your entire department must share an IPv4 network with the address
192.168.75.0/24, and your supervisor has asked you to subnet that address into as
many networks as possible with at least 10 hosts each.
Create a list of the network addresses your subnetting can create, using CIDR
notation, and enter these in Table 10-3 under the heading IPv4 Network
Addresses. Then choose one of the subnets for use by your computers and enter
the IP addresses in that subnet in Table 10-3 under the heading IP Addresses,
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
along with the corresponding subnet mask value in Table 10-3 under the heading
Subnet Mask.
Table 10-3
IPv4 Network Addresses, IP Addresses, and Subnet Mask
IPv4 Network Addresses
Network 1: 192.168.75.0/28
Network 2: 192.168.75.16/28
Network 3: 192.168.75.32/28
Network 4: 192.168.75.48/28
Network 5: 192.168.75.64/28
Network 6: 192.168.75.80/28
Network 7: 192.168.75.96/28
Network 8: 192.168.75.112/28
Network 9: 192.168.75.128/28
Network 10: 192.168.75.144/28
Network 11: 192.168.75.160/28
Network 12: 192.168.75.176/28
Network 13: 192.168.75.192/28
Network 14: 192.168.75.208/28
Network 15: 192.168.75.224/28
Network 16: 192.168.75.240/28
IP Addresses
Network 1: 192.168.75.1-14
Network 2: 192.168.75.17-30
Network 3: 192.168.75.33-46
Network 4: 192.168.75.49-62
Network 5: 192.168.75.65-78
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
Network 6: 192.168.75.81-94
Network 7: 192.168.75.97-110
Network 8: 192.168.75.113-126
Network 9: 192.168.75.129-142
Network 10: 192.168.75.145-158
Network 11: 192.168.75.161-174
Network 12: 192.168.75.177-190
Network 13: 192.168.75.193-206
Network 14: 192.168.75.209-222
Network 15: 192.168.75.225-238
Network 16: 192.168.75.241-254
Subnet Mask
255.255.255.240 [CIDR /28]
The MAC addresses of three computers on your network are listed in Table 10-4.
Using these MAC addresses to form interface IDs, create three unique local
unicast addresses on the fd00::/8 network and enter them into the table.
Table 10-4
MAC Addresses and IPv6 Addresses
Computer
SERVERA
MAC Address
12-AA-BC-32-23-12
IPv6 Address
fe80::10aa:bcff:fe32:2312
SERVERB
12-AA-BC-32-23-11
fe80::10aa:bcff:fe32:2311
SERVERC
00-15-5D-01-01-C1
fe80::215:5dff:fe01:01c1
End of exercise. You can leave any windows open for the next exercise.
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
Overview
Mindset
Completion time
20 minutes
1.
Using the IP addresses you calculated in Exercise 10.1, specify the values you
will use when configuring your computers by filling in the empty cells in the
Table 10-5 in your worksheet.
Table 10-5
TCP/IP Configuration Settings for Exercise 10.2
IP Address
Subnet Mask
Preferred DNS
Server
2.
SERVERA
192.168.75.1
SERVERB
192.168.75.2
SERVERC
192.168.75.3
255.255.255.240
255.255.255.240
255.255.255.240
8.8.8.8
8.8.8.8
8.8.8.8
Question
1
3.
Click the Ethernet value. The Network Connections dialog box appears.
4.
Right-click the Ethernet connection and, from the context menu, select
Properties. The Ethernet Properties sheet appears.
5.
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
Figure 10-1
The Internet Protocol Version 4 (TCP/IPv4) Properties sheet
6.
Select the Use the following IP address option and, in the text boxes, type the IP
Address, Subnet Mask, and Preferred DNS server address you specified for the
SERVERA server in Table 10-5.
Question
2
7.
8.
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
Figure 10-2
The Internet Protocol Version 4 (TCP/IPv4) Properties sheet
9.
Select the Use the following IP address option and, in the IPv6 address text box,
type the IPv6 Address value you specified for the SERVERA server in Table 104.
10. In the Subnet prefix length text box, type 64 and click OK to close the Internet
Protocol Version 6 (TCP/IPv6) Properties sheet.
11. Click OK to close the Ethernet Properties sheet.
12. Close the Network Connections window.
13. On SERVERB, in Server Manager, click the Local Server icon.
14. Repeat steps 3 to 10 and configure SERVERB to use the IP Address, Subnet
Mask, and Preferred DNS Server values you specified for that computer in Table
10-5 and the IPv6 address you specified in Table 10-4.
15. Take a screen shot of the Internet Protocol Version 4 (TCP/IPv4) Properties sheet
on SERVERB by pressing Alt+Prt Scr, and then paste the resulting image into the
Lab 10 worksheet file in the page provided by pressing Ctrl+V.
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
16. Click OK to close the Internet Protocol Version 4 (TCP/IPv4) Properties sheet.
17. Click OK to close the Ethernet Properties sheet.
18. Close the Network Connections window.
End of exercise. You can leave any windows open for the next exercise.
Lab
Challenge
Overview
Completion time
10 minutes
To complete this challenge, you must use Windows PowerShell commands on the
SERVERC server to configure the TCP/IP client to use the IP Address, Subnet Mask,
and Preferred DNS Server address you specified for that computer in Table 10-5 and
the IPv6 address you calculated in Table 10-4. Write the necessary commands in the
following space:
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
After manually configuring the three servers TCP/IP clients, you must
test them by trying to connect to the other servers on the network. In
this exercise, you use the Ping utility to test the computers
communications capabilities.
Completion time
10 minutes
1.
On SERVERB, right-click the Start button and, from the context menu that
appears, select Command Prompt (Admin). An Administrator: Command Prompt
window appears.
2.
In the Command Prompt window, type ping 127.0.0.1 and press Enter. The
computer successfully pings the specified address.
Question
3
Question
4
MOAC 70-410 - Installing and Configuring Windows Server 2012 R2 Lab Manual
3.
In the Command Prompt window, type ping ServerA and press Enter. The
computer successfully pings the specified computer.
What does the result of this ping test prove?
Question
5
Question
6
4.
In the Command Prompt window, type ping ServerC and press Enter. The
computer fails to ping the specified computer.
5.
6.
In the Command Prompt window, type ping ServerC and press Enter. The
computer fails to ping the specified computer.
Why did these three ping tests fail, when the previous tests
succeeded?
Question
7
End of lab. You can log off or start a different lab. If you want to restart this lab, youll
need to click the End Lab button in order for the lab to be reset.