DNSv6 Settings in DHCP Server Scope Options

Anonymous
2024-04-29T06:34:26+00:00

Hi there,

I have enabled dual stack on Windows Server 2019, with DHCP and DNS function activated, the client is able to get Ipv4 Address via DHCP, DNS server v4 info as well (through DHCP), however, on v6 stack, the client get the IPv6 address only via DHCP, no DNS v6, i defined the DNSv6 info via option 23, but the client obtain the DNS server info below all the time, please help

  • FEC0:0:0: FFFF::1
  • FEC0:0:0: FFFF::2
  • FEC0:0:0:FFFF::3

thanks

Windows for business | Windows Server | Networking | Software-defined networking

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-04-29T12:49:02+00:00

    Hello,

    After using the ipconfig /all command on the command line, it is found that the abnormal DNS address fec0:0:0:ffff::1%1 appears in the dns entry. It may be that the network configuration error causes the DNS exception. You can try the following method on the client to check Can this problem be solved by:

    1. Open the text editor, enter the following text, and then change the file name to flush.bat.

    @Echo on

    pushd\windows\system32\drivers\etc

    attrib -h -s -r hosts

    echo 127.0.0.1 localhost>HOSTS

    attrib +r +h +s hosts

    popd

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

    netsh winsock reset all

    netsh int ip reset all

    shutdown -r -t 1

    del %

    1. Right-click the mouse and run as administrator. The script will then reset the network settings and automatically restart the computer.

    Best regards

    Zunhui

    1 person found this answer helpful.
    0 comments No comments