Archive for the ‘Windows Networking’ Category

Changing Dns Address in command prompt using Netsh

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

, , ,

No Comments


Changing IP Address using command prompt

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

No Comments



SetPageWidth