Saturday, February 6, 2010

Setting up secondary dns using netsh

Recently I had hard time setting up secondary dns using netsh, here is the summary.

To add primary & secondary dns:
netsh interface ip set dns name="name_of_interface" static primary_dns_value
netsh interface ip add dns name="name_of_interface" secondary_dns_value
netsh interface ip show dns

Here you go....

No comments:

Post a Comment