0% found this document useful (0 votes)
14 views

Assign IP in Command Prompt

This document shows commands used to set the IP address for the Local Area Connection network interface on a Windows computer. The commands open the netsh command shell, navigate to the IP interface settings, and set the IP address to 192.168.100.1 with a subnet mask of 255.255.255.0 for the Local Area Connection interface.

Uploaded by

amuljune
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Assign IP in Command Prompt

This document shows commands used to set the IP address for the Local Area Connection network interface on a Windows computer. The commands open the netsh command shell, navigate to the IP interface settings, and set the IP address to 192.168.100.1 with a subnet mask of 255.255.255.0 for the Local Area Connection interface.

Uploaded by

amuljune
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

C:\>netsh

C:\netsh>interface
C:\netsh\int>ip
C:\netsh\int\ip>set address Local Area Connection 192.168.100.1 255.255.255.0

You might also like