How to add multiple dns entries with netsh?

VN:F [1.9.7_1111]
Rating: 0.0/10 (0 votes cast)

If you want to add multiple dns entries using the netsh utility, you can do it by using the following commands.

netsh interface ip add dns “Local Area Connection” 10.0.0.53
netsh interface ip add dns “Local Area Connection” 10.0.0.54 index=2

To remove a dns entry, you can use the following command

netsh interface ip delete dns “Local Area Connection” 10.0.0.53

Related Tech posts:

  1. Windows Server 2008 Server Core Basic Settings
  2. Change Static IPs to DHCP Remotely
  3. How to add a DNS Suffix Search List to a Windows DHCP server?
  4. How to add Users to a Cisco router?
  5. How to make Vista Download faster?
  6. How to add a printer to your printer list in Mac OS X?

About the Author