starclick

Monday 13 May 2013

To change IP and default gateway - Through command Prompt
ip and subnet mask change
cmd - netsh int ip set address "local area connection" static 192.168.0.101 255.255.255.0 192.168.0.254 1

to change DNS:
cmd - netsh int ip set dns "local area connection" static 192.168.0.254 primary

you must run two commands

No comments:

Post a Comment

Every Admin Should Know These Commands Active Directory 1.   To quickly list all the groups in your domain, with members, run this c...