PrepAway - Latest Free Exam Questions & Answers

You need to change the DNS server used by IPv6

You have a server that runs a Server Core installation of Windows Server 2012.
You need to change the DNS server used by IPv6.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
From Windows PowerShell, run the Set-NetIpv6Protocol cmdlet.

B.
From Sconfig, configure the Network Settings.

C.
From Windows PowerShell, run the Set-DnsClientServerAddresscmdlet.

D.
Run the sc.exe command and specify the config parameter.

6 Comments on “You need to change the DNS server used by IPv6

  1. Adam says:

    Answer is C.
    Set-DnsClientServerAddresscmdlet

    Example:
    Set-DnsClientServerAddress -InterfaceIndex 3 -ServerAddresses “::1”

    Where “-InterfaceIndex 3” 3 is the NIC interface name

    Where “-ServerAddresses “::1” “::1” is the IPv6 DNS server address




    0



    0

Leave a Reply