From owner-freebsd-questions@FreeBSD.ORG Tue Jul 25 07:36:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D186716A4E5 for ; Tue, 25 Jul 2006 07:36:32 +0000 (UTC) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B466143D60 for ; Tue, 25 Jul 2006 07:36:26 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.6/8.13.6) with ESMTP id k6P7aOJs084184 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 25 Jul 2006 00:36:25 -0700 (PDT) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.6/8.13.6/Submit) id k6P7aOC8084183; Tue, 25 Jul 2006 00:36:24 -0700 (PDT) (envelope-from james) Date: Tue, 25 Jul 2006 00:36:24 -0700 From: James Long To: freebsd-questions@freebsd.org, David Stanford Message-ID: <20060725073624.GA83826@ns.museum.rain.com> References: <20060725034640.C40F516A580@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060725034640.C40F516A580@hub.freebsd.org> User-Agent: Mutt/1.5.12-2006-07-14 X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (ns.museum.rain.com [127.0.0.1]); Tue, 25 Jul 2006 00:36:25 -0700 (PDT) Cc: Subject: Re: Simple DNS Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 07:36:32 -0000 > Date: Mon, 24 Jul 2006 17:53:03 -0400 > From: "David Stanford" > Subject: Re: Simple DNS Configuration > To: "Matthias Fechner" > Cc: freebsd-questions@freebsd.org > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > www IN A 66.246.140.170 > www IN CNAME @ > > Does anyone see anything wrong with this? Thanks for all your help! I'm not sure that it's the root of all evil, but you have redundant defintions for www. Stop and then restart named. Then, what is the output of grep named /var/log/messages