Sunday, September 30, 2007

Change DNS setting on LAN card via command line (MS Windows)

You can simply change DNS Address on Windows System in use this command

1. Open Command Prompt
http://durion.blogspot.com/2007/09/how-to-use-command-prompt-on-ms-windows.html

2. Type command
netsh interface ip set dns local static X.X.X.X

-------------------------------------------------------
note:
X.X.X.X = DNS Server Address (Primary/Preferred)
-------------------------------------------------------

Additional:
(a) Type command
netsh interface ip add dns local Y.Y.Y.Y
-------------------------------------------------------
note:
Y.Y.Y.Y = DNS Server Address (Secondary/Alternate)
-------------------------------------------------------

No comments: