QuestionQ197

Application Protocols

Which NETSH command for an interface using Internet Protocol version 4 (IPv4) adds a DNS server to the DNS-server list for a specified interface?

  • A net dnsserver
  • B add address
  • C add dnsserver
  • D add neighbors
Explanation

The IPv4 NETSH add dnsservers command adds a DNS server IP address to the static DNS-server list for the specified interface. Microsoft documents its syntax as netsh interface ipv4 add dnsservers [name=]<string> [address=]<IPv4 address> ....

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!