Chapter 13 Lab Troubleshooting and Support
Chapter 13 Lab Troubleshooting and Support
Name___________________________
1
Chapter 21 Network Troubleshooting Lab
As you progress through the labs you will see how a computer obtains both MAC
addresses and IP addresses in order to communicate. This is the question you should
be considering: How does the computer know that the information it is getting is
correct?
Learning Objectives
After completing this lab, you will be able to
Retrieve IP address configuration information via the command line
List the switches that can be added to the ipconfig command to increase its
functionality
Use the Windows Graphical Interface (GUI) to configure a network card to use a
given IP address
List the options that can be added to the ping command to increase functionality
Use the arp command to view and manage the ARP cache on a computer.
2
Chapter 21 Network Troubleshooting Lab
Lab Steps at a Glance – Overview of what you will be doing in this lab
Step 1: Start both Windows Server 2008 R2 and Windows 7 VMs. At first, you will not
login to Windows 2008 Server as of yet, only to the Windows 7 machine. (Since you are
an admin, you are automatically logged on when you turn on the Windows 7 VM.)
Step 4: Verify the new IP address. Use the ipconfig command to verify that the IP
address has changed.
Step 7: Change IP address of Windows Server 2008 machine and try and ping
Windows 7.
Step 8: Ping Windows Server 2008 machine from Windows 7 machine after IP address
on Windows Server 2008 machine is changed.
Step 9: Change subnet mask of Windows Server 2008 Machine and ping from Windows
7 machine
Step 10: Put IP and Subnet Mask address back to their pre lab setting and view and
modify the ARP table.
3
Chapter 21 Network Troubleshooting Lab
(some of you may already have a shortcut to the command line and that fine to
use instead)
a. Observe the options available for ipconfig. You may have to scroll up to
see all of the information
___________________________________________________________
___________________________________________________________
Note: Instead of retyping “ipconfig”, at the C :> prompt, you can press the up
arrow on your keyboard or the F3 key to repeat the last command you typed in
4
Chapter 21 Network Troubleshooting Lab
5
Chapter 21 Network Troubleshooting Lab
5. In the IP address text box, you will see the IP address 192.168.100.101, as
shown in Figure 1-2. Change the last octet (101) to 110.
6. Click OK.
Step 4: Verify the new IP address. Use ipconfig command to verify that the IP
address has changed.
1. To open the command prompt, click Start; in the Search Programs and Files box,
type cmd and then press ENTER.
6
Chapter 21 Network Troubleshooting Lab
Step 5: Change the IP address of the Windows 7 machine back to the original
address.
1. Click START | CONTROL PANEL | NETWORK and INTERNET | NETWORK
and SHARING CENTER
5. In the IP Address text box, you will see the IP address 192.168.100.110. Change
the last octet (110) to 101 as shown in Figure 1-2.
6. Click OK
Step 6: Ping the Windows 2008 Server machine from the Windows 7 PC.
1. On the Windows 7 PC, click Start; in the Search Programs and Files box, type
cmd and then press ENTER.
2. To view the ping help file, type ping /? at the command line and then press
ENTER. Observe the different options you can use with ping.
3. To ping the IP address of the Windows 2008 Server computer, type ping
192.168.100.102 at the command line and press ENTER.
d. What does this number refer to? (Hint: see page 1)__________________
7
Chapter 21 Network Troubleshooting Lab
Step 8: You are now going to change the IP address and subnet mask address of
Server 2008
1. Click START | CONTROL PANEL | NETWORK AND INTERNET | SHARING
CENTER | CHANGE ADAPTER SETTINGS | right-click Local Area Connection |
left-click Properties. Figure 1-3
8
Chapter 21 Network Troubleshooting Lab
9
Chapter 21 Network Troubleshooting Lab
Step 9: You are now going to change the IP address and Subnet mask in Server 2008.
Figure 1-6
1. You will change the IP address to 191.168.0.2
10
Chapter 21 Network Troubleshooting Lab
Step 10: You are now going to ping Windows 7 from Windows Server 2008.
1. In Windows 2008 click START | Search Programs and Files | and type cmd and
press ENTER.
11
Chapter 21 Network Troubleshooting Lab
Step 11: Switch back to Windows 7. You are now going to ping Server 2008 from
Windows 7.
1. In Windows 7 Click Start | Search Programs and Files | type cmd and press
ENTER.
Step 12: Now you are going to change the IP address and Mask address of the
Windows 7 Computer.
1. In Windows 7 Click START | CONTROL PANEL | NETWORK AND SHARING
CENTER | CHANGE ADAPTER SETTINGS | right-click on Local Area
Connection| left-click on PROPERTIES. Click on IP Protocol Version 4 |
PROPERTIES Figure 1-7
12
Chapter 21 Network Troubleshooting Lab
Step 13: You will now ping Server 2008 from Windows 7.
1. In Windows 7 Click START | Search Programs and Files | type cmd | press
ENTER
Step 14: Now you will ping Windows 7 from Server 2008.
1. At the command prompt in Server 2008 type ping 192.168.0.4
What happens?______________________________________________
13
Chapter 21 Network Troubleshooting Lab
Step 15: You will now change the Subnet mask on the Windows 7 computer from
255.255.255.224 back to 255.255.255.0
2. Click START | CONTROL PANEL | NETWORK AND SHARING CENTER |
CHANGE ADAPTER SETTINGS | right-click on Local Area Connection| left-click
on PROPERTIES. Click on IP Protocol Version 4 | PROPERTIES Figure 1-9
14
Chapter 21 Network Troubleshooting Lab
1. In Server 2008 Click START | Search Programs and Files | type cmd | press
ENTER
2. Select Start | All Programs | Accessories and then right-click Command Prompt.
Click Run as Administrator
6. Observe the entry. Notice that the MAC address for the Windows 2008 Server
machine is listed. (Physical address next to 192.168.0.2 shown as dynamic)
7. At the command line, type arp –d and press ENTER. (the d- option deletes the
ARP cache.)
8. Observe the entries. (Don’t worry if no entries are listed; you are simply deleting
what is in the ARP cache)
9. At the command line , type arp –a and press ENTER, as shown in Figure 1-10
11. At the command line type ping 192.168.0.2 and press ENTER
a. Observe the entry. Notice the MAC address is once again listed.
b. How does using the ping utility cause the machine’s MAC address to be
populated in the ARP cache?
16
Chapter 21 Network Troubleshooting Lab
______________________________________________________________
______________________________________________________________
2. If you needed to obtain a user's MAC address as well as the user's network
configuration information, what command and switch would you enter?
3. To use the Windows GUI utility to adjust IP settings, including DNS and gateway
information, what steps would you take?
_______________________________________________________________
_______________________________________________________________
4. You have just pinged a remote computer. You would now like to retrieve the
MAC address of the remote computer locally. How would you obtain the remote
computer's MAC address?
_____________________
5. You are about to run some network traffic analysis tests, you need to clear your
ARP cache. How would you go about performing this task?
____________________
_______________________________________________________________
_______________________________________________________________
_______________________________________________________________
17