You are on page 1of 2

Topic 8 Lab

Basic Networking
1.

What NETSH command or subcommands will produce all the details on how the IP is
configured on the interface of the Windows 2008 machine?

2.

What NETSH command or subcommands will produce all the details on how the IP
addresses that on your interfaces of the Windows 2008 machine?

netsh interface ip set address "Local Area Connection" static 192.168.0.101


255.255.255.0 192.168.0.1
3.

What NETSH command or subcommands will produce the following configuration the
interface named Local Area Connection with the static IP address 192.168.0.100, the
subnet mask of 255.255.255.0, and a default gateway of 192.168.0.1:
Record your output of the statement with a screen capture of its output below. If you try
this do this only on the Windows 7 machine or the 2nd NIC on the 2008 machine.

4.

What NETSH command or subcommands will delete the above configuration on that
same interface? Record your output of the statement with a screen capture of its output
below.

5.

What NETSH command or subcommands will allow you to export your current IP
settings into a text file? Record your output of the statement with a screen capture of its
output below.

6.

What NETSH command or subcommands will allow you to import your saved IP settings
from a text file? Record your output of the statement with a screen capture of its output
below.

7.

What NETSH command or subcommands that will allow you if you wanted to, you can
configure your NIC to dynamically obtain its DNS settings: Record your output of the
statement with a screen capture of its output below.

8.

What NETSH command or subcommands will allow you to, flush your http cached data:
Record your output of the statement with a screen capture of its output below.

9.

What NETSH command or subcommands will allow you to, reset your TCP interface
values: Record your output of the statement with a screen capture of its output below.

10.

What NETSH command or subcommands will allow you to, display your interfaces
routing table like the one below: Record your output of the statement with a screen
capture of its output below.

11.

What NETSH command or subcommands will allow you to, display your network
interfaces IPv6 address information: Record your output of the statement with a screen
capture of its output below.

12.

What NETSH command or subcommands will allow you to, disable your network
interfaces IPv6 address information: Record your output of the statement with a screen
capture of its output below.

13.

What NETSH command or subcommands will change the following configuration the
interface named Local Area Connection with the static IP address 192.168.0.100, the
subnet mask of 255.255.255.0, and a default gateway of 192.168.0.1: to DHCP
Record your output of the statement with a screen capture of its output below. If you try
this do this only on the Windows 7 machine or the 2nd NIC on the 2008 machine.

You might also like