Goldmember wrote: Pash, I'm not having problems pinging sites, the problem is I need to find out why my DNS cache has no entries. They might be timing out(TTL) but I manually set the registry to control the TTL. Anyone have suggestions?
Resource records (RRs) from query responses are added to the client cache as applications query DNS servers. This information is then cached for a set Time to Live (TTL) and can be used again to answer subsequent queries.
The DNS Client Resolver Cache The DNS client resolver cache is a RAM-based table that contains both the entries in the Hosts file and the host names that Windows has tried to resolve through DNS. The DNS client resolver cache stores entries for both successful and unsuccessful DNS name resolutions. A name that was queried but was not successfully resolved is known as a negative cache entry. The following list describes the attributes of the DNS client resolver cache: It is built dynamically from the Hosts file and from DNS queries. Entries obtained from DNS queries are kept only for a period of time known as the Time to Live (TTL), which is set by the DNS server that has the name-to-IP address mapping stored in a local database. Entries obtained from the Hosts file do not have a TTL and are kept until the entry is removed from the Hosts file. You can use the ipconfig /displaydns command to view the contents of the DNS client resolver cache. You can use the ipconfig /flushdns command to flush and refresh the DNS client resolver cache with just the entries in the Hosts file.