Forum Discussion
Toru_Saito
Jul 03, 2020Copper Contributor
DNS Suffix issue after update to Windows 10 2004
After update to Windows 10 2004, I encountered following issue. The computer set over 50 DNS suffixes cannot resolve DNS servers, and alternatively nslookup results "Address: 127.0.0.1". If I remov...
- Jul 07, 2020
I can confirm, the same happens on my 2004 Windows 10 computer.
Time to revise the dns entry list method 🙂
Regards,
Zoltan
IstvanffyZ
Jul 06, 2020Brass Contributor
Do you have any management software installed? For example, Cisco Umbrella works like that, rewrites the DNS to 127.0.0.1.
Regards,
Zoltan
Toru_Saito
Jul 07, 2020Copper Contributor
IstvanffyZ
Thank you for your reply.
This issue occurred without any management software.
In my environment, the administrator distributes DNS suffix search list as a following registry value via startup script and it contains 66 domains.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\SerachList
I know DNS suffix search list works correctly up to 50 in any Windows versions from before but they can resolve DNS server address if they have more than 50 DNS suffix search list domains.
In Windows 10 Version 2004
If DNS suffix search list contains 66 domains, it cannot resolve DNS server address correctly, so I cannot access any network resources.
*) The result of (Get-DnsClientGlobalSetting).SuffixSearchList shows only 50 domains but it has 66 domains in "SearchList" registry value.
In Windows 10 Version 1909
It can resolve DNS server address correctly.
I understand it is the best way to reduce DNS suffix search list domains but I would like to know the issue appears only my environment or not.
Regards,
Toru