And not via DNS - the Internet DNS server replies, so the client knows it is "good" for name resolution, the backup DNS server entry only gets used in the event that the first one does not respond at all (or gives an error).Originally Posted by latrosicarius
In theory you could add a HOSTS entry for the DC, but DNS is not used purely for looking up the DC but for dynamic registration and location of SRV records (which for sure your router and ISP DNS servers will not support).
With Windows NT, NetBIOS & WINS were used as main methods of name resolution and computer browsing - these are now being phased out.
From Windows 2000 onwards, DNS is the primary method of name resolution as it's what the rest of the Internet uses and doesn't rely on broadcasts - NetBIOS broadcasts are the fallback method to locate machines.
So in your case the DNS queries would be sent to locate any suitable domain controller for the domain, which would get "no such name" as the response every time - then the NetBIOS broadcasts would be sent and the client just shouts on the LAN to find any logon server capable of authenticating users, and this is how the client eventually succeeds - after a timeout.