Learn how to change IP

                                                                                            

Change IP with SmartHide

Articles - Change IP

How to Change IP Address with the command line?

How to Change IP Address with the command line?

You can change IP address with the help of the command "netsh"

To change IP address in the correct order, firstly, you need to find out the current configuration. To do that you may use the following command:

netsh interface IP show address

After that you can see the current network interface configuration. We are interested in the name of the interface. Let's assume that it isFASTNET.

The requirement is to change IP address to 192.168.1.42. The Net addressing is static without DHCP use, gateway 192.168.1.1, mask 255.255.255.0. In that case, the command that should be executed has the following syntax:

netsh interface IP set address name="FASTNET" static 192.168.1.42 255.255.255.0 192.169.1.1 1

After the command is finished, FASTNET interface will be changed to 192.168.1.42.

The command "netsh" provides a wide range of possibilities for Net settings control using the command line. To review other functional capabilities use help with the command: netsh /?

If you do not want to use command line change IP address with SmartHide. It is easy and free.

Also check out our Change IP Address Page where you can find other articles.

Choose a change IP article

How to Choose Change IP Address Software?

I am sure that you think you are alone while surfing the Internet. But actually, only the following approach describes the reality: "When you surf the Net, the Net is surfing you". >>>

How to Change IP Address with Proxy Server?

If you want to access blocked sites or sites from which you have been banned you have to change IP address. >>>

How to Change IP Address with the command line?

You can change IP address with the help of the command "netsh". >>>