Archive for the ‘Windows Networking’ Category
Changing Dns Address in command prompt using Netsh
Posted by: admin in OS, Windows Networking on June 1st, 2009
You can change by using netsh tool.
Syntax:
Netsh interface ip set dns “Name” static newdnsAddress
1. Open Command Prompt.
2. Type, netsh interface ip set dns “Local Area Connection” static 192.168.50.21
Changing IP Address using command prompt
Posted by: admin in OS, Windows Networking on June 1st, 2009
To change ip address using command prompt with netsh.
The syntax would be, netsh interface ip set address “Name” static newipaddress subnet gateway metric
1. Open command prompt
2. Type, netsh interface ip set address “Local Area Connection” static 192.168.50.50 255.255.255.0 192.168.50.2 1