Saturday, August 31, 2013

Change IP threw command prompt

Open command prompt and type
netsh interface ip show config
now you can find your ip
The following command configures the interface named Local Area Connection with the static IP address 192.168.1.253, the subnet mask of 255.255.255.0, and a default gateway of 192.168.1.1
netsh interface ip set address name="Local Area Connection" static 192.168.1.252 255.255.255.0 192.168.1.1 1

0 comments:

Post a Comment