From owner-freebsd-questions Wed Jun 19 10:44:23 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04415 for questions-outgoing; Wed, 19 Jun 1996 10:44:23 -0700 (PDT) Received: from garion.hq.ferg.com (pm1-23.wmbg.widomaker.com [204.17.220.123]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA04398 for ; Wed, 19 Jun 1996 10:44:18 -0700 (PDT) Received: from localhost.hq.ferg.com (localhost.hq.ferg.com [127.0.0.1]) by garion.hq.ferg.com (8.6.12/8.6.12) with SMTP id NAA05608; Wed, 19 Jun 1996 13:44:19 -0400 Message-Id: <199606191744.NAA05608@garion.hq.ferg.com> X-Authentication-Warning: garion.hq.ferg.com: Host localhost.hq.ferg.com didn't use HELO protocol X-Mailer: exmh version 1.6.7 5/3/96 From: Branson Matheson To: Mark Diekhans cc: questions@freebsd.org Subject: Re: Local nameserver with a part-time ppp connection? In-reply-to: Your message of "Wed, 19 Jun 1996 07:34:30 PDT." <199606191434.HAA09375@Grizzly.COM> Mime-Version: 1.0 Content-Type: text/plain Date: Wed, 19 Jun 1996 13:44:19 -0400 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -------- Mark Diekhans uttered with conviction: > > > Does anyone know if its possible to run a local name server with a > part-time ppp connection to the rest of the world? > > Even with sendmail just queuing mail, its still tries to talk to the > nameserver to verify mail address. Causing it to wait for the l > ocal named to time out trying to connect to the internet servers. Yes.. what I have done here is this.... We have an internal Nameserver that handles all the dns traffic for internal ( off the internet ) machines. I also have my machine. I have configured my machine as a secondary nameserver but I have added a 'forwarders' line to the bottom that will attempt to check for the name outside the internal network. My machine is the one with the temporary connection to the internet. This allows me to have two lines in /etc/resolv.conf, with my machine as the first and the internal dns server as the second. It also allows me to have dnslookups that do not timeout when the connection is down. I am sure that there are better ways to do this... but this was my solution. -branson