Date: Thu, 29 May 1997 17:43:24 -0700 (PDT) From: "Jonathan M. Bresler" <jmb> To: andrsn@andrsn.stanford.edu Cc: softweyr@xmission.com, freebsd-questions@freebsd.org, dan@dpcsys.com, alec@d2si.com Subject: Re: DNS cache? Message-ID: <199705300043.RAA18688@hub.freebsd.org> In-Reply-To: <Pine.BSI.3.94.970529001310.8803A-100000@andrsn.stanford.edu> from "Annelise Anderson" at May 29, 97 02:18:35 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Annelise Anderson wrote: > > On Wed, 28 May 1997, Wes Peters - Softweyr LLC --and similarly, > Dan Busarow and Alex Kloss -- wrote: > > > Sure -- the standard BIND that comes with your 2.2.1 system will do > > this just fine. The O'Reilly book "DNS and BIND" has an excellent > > section on setting up a ccache-only name server. > > > Thanks very much--I set it up. It shows up in ps and top so I assume > it's running--guess there's no way to find out what it's cached? send a SIGINT to the named process "kill -INT `cat /var/run/named.pid`" the cached data will be in /var/tmp/named_dump.db > > Someone said to "register" the new nameserver in resolv.conf-- > I just add a line like > nameserver <my ip address>? almost, the syntax is correct, just be sure that its the first nameserver listed.> jmb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705300043.RAA18688>