From owner-freebsd-questions@FreeBSD.ORG Mon May 19 23:44:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F62837B401 for ; Mon, 19 May 2003 23:44:01 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8534943FA3 for ; Mon, 19 May 2003 23:44:00 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h4K6hQTT000244; Tue, 20 May 2003 01:43:26 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h4K6hQRT000241; Tue, 20 May 2003 01:43:26 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Tue, 20 May 2003 01:43:26 -0500 (CDT) From: Eduardo Viruena Silva To: pat bey In-Reply-To: <20030520033320.10781.qmail@web41203.mail.yahoo.com> Message-ID: <20030520012028.B99845@Gina.esfm.ipn.mx> References: <20030520033320.10781.qmail@web41203.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: caching server don't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 06:44:01 -0000 On Mon, 19 May 2003, pat bey wrote: > Is there anyone who can help me. I tried everywhere I running FBSD4.6 > BIND 8.3.2 and I follow the handbook on running namedb in a sandbox. > > Before I try to install namedb. I could ping my router, nic, and > google.ca with 0 packet loss. > > After installing namedb I now can't ping > anywhere but my nic. dig google.ca gives me a server failed message > You mean, by name, don't you? You can ping them using their IPs, can't you ? Is named running? Sometimes, when configuring a DNS, we humans make mistakes. Are you absolutely sure your DNS tables are correctly written? To verify everything is alright, you can do: # killall -HUP named # tail /var/log/messages you must see something like this: ---- May 20 00:36:43 Isabeau named[30684]: reloading nameserver May 20 00:36:43 Isabeau named[30684]: Ready to answer queries. ---- Isabeau is the name of my DNS. Hope it helps. Eduardo.