Server 2012 R2 DNS - IPv6 NS being used instead of IPv4

Robert Sanders 1 Reputation point
2020-08-26T19:19:44.767+00:00

Hello,

I am running into an odd issue. Currently, a domain provider has their DNS set up in such a way that their IPv4 records expire before their IPv6. When this happens, they try asking the IPv6 NS servers for the answers instead of renewing the missing IPv4. How do I get around this? We do not have IPv6 configured so I cannot use that.

Example:

client asks for record
server checks for record, they are expired
server checks the NS servers that are set for those record - the IPv4's are expired and gone, but the IPv6 records exist
server tries IPv6 and fails the lookup, since ipv6 is not configured
server returns SERVFAIL To the client

How do I get the DNS server to renew the IPv4 NS records instead of moving onto IPv6? I cannot seem to find a functioning override for this. I have tried ensuring it is only listening to IPv4, unchecked IPv6 in the NIC, set the registry edit for ipv4 over ipv6 priority and disabled the teredo tunnel.

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,364 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,525 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,021 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426K Reputation points MVP
    2020-08-26T20:46:23.167+00:00

    domain provider has their DNS set up.........

    For what service or purpose? Domain controllers should be using statically configured addressing.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Thameur-BOURBITA 32,496 Reputation points
    2020-08-26T22:40:52.363+00:00

    Hi,

    In IP settings you have to check the two options below in the IPv4 settings and uncheck them on IPv6 settings:

    gpedit_dnsclient_connectionspecific_dns_suffix_and_select_RegisterWithDNS_dialog.bmp

    Don't forget to mark this reply as answer if it help you to fix your issue