Re: Viewing DNS cache entries

2005-04-06 Thread Chuck Swiger
Martin Petraschek wrote: [ ... ] Thank you, Dan. I was not aware of the fact that FreeBSD does not cache DNS entries unless you are running a name server. At least some versions of the standard C library will cache the last DNS looked up, and reuse that value if the process asks about the same ho

Re: Viewing DNS cache entries

2005-04-06 Thread Martin Petraschek
>In the last episode (Apr 05), Martin Petraschek said: >> On Tue, 5 Apr 2005 10:36:35 -0500, Dan Nelson wrote: >> >In the last episode (Apr 05), Martin Petraschek said: >> >> The operating system is caching DNS name resolutions in order to >> >> avoid repeated DNS requests for the same hostname. Is

Re: Viewing DNS cache entries

2005-04-05 Thread Dan Nelson
In the last episode (Apr 05), Martin Petraschek said: > The operating system is caching DNS name resolutions in order to > avoid repeated DNS requests for the same hostname. Is it possible to > display the entries of that DNS cache? > > Under Windows, the command "ipconfig /displaydns" exists, and