In most of the time we can’t change the ip directly due to some security reson then you have only one option i.e. change ip through the CMD.
Following are the commands for changing IP through CMD.
To change IP and default gateway:
netsh int ip set address " wireless network connection " static 192.168.11.11 255.255.255.0 192.168.11.1
To change DNS:
netsh int ip set dns " wireless network connection " static 222.222.222.222 primary
To see the changes, go to Properties of Network Adapter.
Note:
1. In above command “wireless network connection” is the name of network adapter whose ip we
have to change it may be local area connection, local area connection2 as per your adapter name.
2. Run CMD As Administrator
+ comments + 1 comments
thanks for visiting my blog...
Post a Comment