Why Netlogon send dns query ipv6

Игорь Савельев 1 Reputation point
2022-04-13T20:04:56.997+00:00

i use https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-admx-netlogon#admx-netlogon-netlogon-addresslookuponpingbehavior
set parametr addresslookuponpingbehavior to 2.
When i debug netlogon Nltest /DBFlag:2080FFFF i see in log

04/13 22:11:25 [MISC] [2036] NlQueryClientSiteFromAddressLookup: site lookup requested for CZC52220NH (CZC52220NH.domain.name) with lookup policy=0x2.
04/13 22:11:25 [MISC] [2036] NlQueryClientSiteViaDNS: querying IPV4=FALSE, IPV6=TRUE on CZC52220NH.domain.name.
04/13 22:11:25 [MISC] [2036] NlQueryClientSiteViaDNS: result: 0x251d from DnsQuery_W(DNS_TYPE_AAAA) on CZC52220NH.domain.name
04/13 22:11:25 [MISC] [2036] NlQueryClientSiteViaDNS: total of 0x0(0) DNS records found.
04/13 22:11:25 [MISC] [2036] NlQueryClientSiteViaDNS: returning 0x0.
04/13 22:11:25 [MISC] [2036] NlQueryClientSiteFromAddressLookup: result: 0x0 for CZC52220NH
04/13 22:11:25 [2036] RS: NO_CLIENT_SITE: CZC52220NH 11.0.3.243

why ipv6 ? help me set ipv4

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,921 Reputation points
    2022-04-20T07:27:47.083+00:00

    Hi there,

    If you suspect that if NetLogon service registers the wrong IP address you can try the below steps and see if they are helpful.

    -Start the DNS Management Microsoft Management Console (MMC).
    -Right-click the DNS server, and then click Properties.
    -Click the Interfaces tab.
    -Under Listen on, click to select the Only the following IP addresses check box.
    -Type the IP addresses that you want the server to listen to. Include only the IP addresses of the interfaces for which you want a host A record registered in DNS.
    -Click OK, and then quit the DNS Management MMC.

    NetLogon service registering wrong IP address https://social.technet.microsoft.com/Forums/ie/en-US/f2921d04-9d18-4a13-89f2-aab7c3fb9840/netlogon-service-registering-wrong-ip-address?forum=winserverDS


    --If the reply is helpful, please Upvote and Accept it as an answer–


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.