Page Number: Page 1 of 1
Actual Results
- chkevin82
- Forum: Microsoft Windows Forum
- Topic: How to change IP address from command prompt
- Subject: How to change IP address from command prompt
- Replies: 23
- Views: 52574
Posted: October 8th, 2007, 10:57 am
Here is an example if you want to change IP to 192.168.142.102, subnet mask to 255.255.255.0 and gataway to 192.168.142.1
netsh interface ip set address "Local Area Connection" static 192.168.142.102 255.255.255.0 192.168.142.1 2
Let me know if you have question
Kevin
netsh interface ip set address "Local Area Connection" static 192.168.142.102 255.255.255.0 192.168.142.1 2
Let me know if you have question
Kevin

