Cache DNS

Stefan Schmidt zaphodb at mandelbrot.zaphods.net
Wed Aug 17 17:25:07 UTC 2005


On 2005-08-17, Carstea Catalin <carstea.catalin at gmail.com> wrote:
> I'm new to bind.
>  I want to seeting-up one cache dns server for my network on my freebsd box. 
> HOW?
> I want to know where the named put the resolved adresses.( "what files he 
> use << for cache>>" )

It does not put the resolved addresses in any file when caching instead
it keeps them in an in-memory database. That guarantees very fast response
times as long as your machine is not swapping this RAM to disk but in
turn you'll loose the cached information if you restart the process.

Look here:
-> http://www.cymru.com/Documents/secure-bind-template.html
-> http://www.nominum.com/content/documents/bind9arm.pdf
for hints on how to configure BIND.

	Zap



More information about the bind-users mailing list