Thursday, February 6, 2014

Windows Commands

Setting the IP Address via command Line

netsh int ip set address "local area connection" static 10.10.11.224 255.255.254.0 10.10.10.1 1
netsh int ip set dns "local area connection" static 10.10.10.253 primary    
netsh interface ip add dns name="Local Area Connection" 10.10.10.6 index=2

Resting the IP Address via command Line

netsh interface ip set address "Local Area Connection" dhcp
netsh interface ip set dns "Local Area Connection" dhcp

No comments:

Post a Comment