
June 8th, 2011, 05:26 PM
|
|
Contributing User
|
|
Join Date: Nov 2010
Location: Florida
Posts: 248
 
Time spent in forums: 3 Days 15 h 26 m 11 sec
Reputation Power: 3
|
|
|
The tool best used in Windows would be "nslookup" on the command line. It can be used to simulate queries to the name servers. You can find the name servers the PC is using by the "ipconfig /all" command.
The Windows resolver will only query the name servers listed in the ipconfig section. If none are listed, queries are broadcasted, so that can cause some confusion if DHCP was not set up properly and missing DNS data. That can also cause conflicting or inconsistent answers. Now if a program is set to query a specific server, that will bypass what Windows has for DNS servers altogether.
|