Jump to content

Hey here,


braveluke
 Share

Recommended Posts

Hi, I'm Luke. I'm come in peace !!

 

Want to know [TABLE=width: 866]

[TR]

[TD=class: xl65, width: 866, colspan: 5]How to change your IP address?[/TD]

[/TR]

[/TABLE]

Windows command prompt

You can change a computer's IP address through the command prompt by following the steps below.

Access the Windows command prompt interface.

Type netsh to start the Netsh utility.

To change the IP address, you will need to specify not only the new IP address, but also the Subnet Mask and Default Gateway. Use the command structure below.

interface ip set address name="[connection name]" static [iP address] [subnet Mask] [Default Gateway]

In the above command structure, replace [connection name] with the name of the network connection for which you want to set the new IP address. The most common network connection names are "Local Area Connection" or "Wi-Fi". Replace [iP Address] with the new IP address you want to use, then replace [subnet Mask] with the correct subnet mask address and [Default Gateway] with the correct default gateway address.

interface ip set address name="Local Area Connection" static 192.168.110.235 255.255.255.0 192.168.0.1

The above example command would change the IP Address of the Local Area Connection network connection to 192.168.110.235. It would also set the Subnet Mask to 255.255.255.0 and the Default Gateway to 192.168.0.1.

Edited by braveluke
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...