Forum Discussion
Spc .
Nov 06, 2018Brass Contributor
.local LAN name problems, a new bug in Windows 10 1809 - 17763.55 ?
In new windows version 1809 (Build 17763.55), when i ping a name of local network computer sometimes it adds a .local to the end of the name. Image: Because of this some programs displ...
Dusty Harper
Microsoft
Nov 12, 2018Since WinXP Name Resolution occurs in the following order
1) Is the name referring to the localhost? [Local Cache lookup]
2) Is the name in %WinIdr%\System32\Drivers\etc\Hosts? [Hosts lookup]
3) Is the name in the local DNS cache? [DNS cache]
4) Can a DNS server resolve the name? [DNS Query]
1) Is the name referring to the localhost? [Local Cache lookup]
2) Is the name in %WinIdr%\System32\Drivers\etc\Hosts? [Hosts lookup]
3) Is the name in the local DNS cache? [DNS cache]
4) Can a DNS server resolve the name? [DNS Query]
All of these are configurable via the Services\TCPIP\ServiceProvider regkey
After this it gets a bit more convoluted and you need to see how your device is configured
Perform Ipconfig /all and at the top look for Node Type
Perform Ipconfig /all and at the top look for Node Type
You are most likely using H(ybrid) Node Name Resolution
5) Is the name in the NetBIOS cache? [NetBIOS cache]
6) try P(eer)-Node Resolution
a) Can a WINS server (if configured) resolve the name? [WINS Query]
b) Is there an answer to the name using mDNS (multicast DNS)?
c) Is there an answer to the name using LLMNR (Link Local Multicast name Resolution)?
7) Try B(roadcast)-Node Resolution
a) Is there an answer to the name using NetBIOS broadcast?
5) Is the name in the NetBIOS cache? [NetBIOS cache]
6) try P(eer)-Node Resolution
a) Can a WINS server (if configured) resolve the name? [WINS Query]
b) Is there an answer to the name using mDNS (multicast DNS)?
c) Is there an answer to the name using LLMNR (Link Local Multicast name Resolution)?
7) Try B(roadcast)-Node Resolution
a) Is there an answer to the name using NetBIOS broadcast?
This behavior is configurable via the Services\NetBT\Parameters\NodeType & Services\NetBT\Parameters\DHCPNodeType
What I suspect is happening is that you are using a short name (no DNS suffix specified, and the DNS query is taking too long to return, so other methosds are tried, and either mDNS or LLMNR is able to answer (hence the .local suffix)
Something you should check is in your TCPIP properties, what DNS suffix are you appending to your short names? (you can find this using Ipconfig /all)
- Spc .Nov 13, 2018Brass Contributor
Windows IP Configuration
Host Name . . . . . . . . . . . . : XRS
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Ethernet Server Adapter I350-T4DNS Suffix is nothing as you can see.