From owner-freebsd-questions Thu May 29 17:43:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA18700 for questions-outgoing; Thu, 29 May 1997 17:43:29 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA18688; Thu, 29 May 1997 17:43:24 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199705300043.RAA18688@hub.freebsd.org> Subject: Re: DNS cache? To: andrsn@andrsn.stanford.edu Date: Thu, 29 May 1997 17:43:24 -0700 (PDT) Cc: softweyr@xmission.com, freebsd-questions@freebsd.org, dan@dpcsys.com, alec@d2si.com In-Reply-To: from "Annelise Anderson" at May 29, 97 02:18:35 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 ? almost, the syntax is correct, just be sure that its the first nameserver listed.> jmb