Question: Hands - On Project 6 - 5 : Using the netsh Command Time Required: 1 0 minutes Objective: Use the netsh command to change IP

Hands-On Project 6-5: Using the netsh Command
Time Required: 10 minutes
Objective: Use the netsh command to change IP address settings.
Required Tools and Equipment: Net-xx
Description: In this project, you use netsh to view and change your IP address settings.
1.Start Net-xx and log on as NetAdmin. Open an elevated command prompt window by right-clicking Start and
clicking Command Prompt (Admin). In the UAC message box, click Yes.
2.Type netsh /? and press Enter to see the available options for the netsh command. Type netsh interface ipv4
show addresses and press Enter. You see IPv4 configuration information for your interfaces. Notice that the
loopback interface is included with the address 127.0.0.1.
Type netsh interface ipv6 show addresses and press Enter. You see information about IPv6 configuration. Make
a note of your IP address and default gateway:
To change your IP address to use DHCP, type netsh interface ipv4 set address "Ethernet 0" dhep and press
Enter.
Type netsh interface ipv4 show addresses and press Enter. You see that the address has changed. If you don't
have a DHCP server on the network, your computer assigns itself an APIPA address.
To change back to the original settings, type netsh interface ipv4 set address "Ethernet0" static
192.168.100.XX 255.255.255.0192.168.100.250 and press Enter. (If these settings aren't correct for your network,
7
ask your instructor what settings to use.)
Stay logged on to your computer if you're continuing to the next project.
Hands - On Project 6 - 5 : Using the netsh

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!