From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 21:53:06 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 8CB3A16A4DA for ; Mon, 24 Jul 2006 21:53:06 +0000 (UTC) (envelope-from dthomas53@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7DA43D49 for ; Mon, 24 Jul 2006 21:53:05 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so2574955uge for ; Mon, 24 Jul 2006 14:53:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=X0UAA51YfSBk4Z3+0yzbQSTVqZLN46gn5+Cj1PHTlu+8yaAOYmnFT1B+/Gx/T6ei4LjSD+LybkN823HaMOrn6iubKnbpPY33vwnW7Am3914b5CVj+xLI514cnaCcrMHSvWjQKgRNlBlsSMuinKhgyhHYx6DPrnw1dt+eShKEt50= Received: by 10.78.179.12 with SMTP id b12mr2018926huf; Mon, 24 Jul 2006 14:53:03 -0700 (PDT) Received: by 10.78.165.18 with HTTP; Mon, 24 Jul 2006 14:53:03 -0700 (PDT) Message-ID: Date: Mon, 24 Jul 2006 17:53:03 -0400 From: "David Stanford" To: "Matthias Fechner" In-Reply-To: <44C4FCC0.40000@fechner.net> MIME-Version: 1.0 References: <44C47C7E.5030609@webanoide.org> <44C4FCC0.40000@fechner.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org 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: Mon, 24 Jul 2006 21:53:06 -0000 On 7/24/06, Matthias Fechner wrote: > > Hi David, > > David Stanford wrote: > > Now it appears to be working correctly and responding to queries, > however > > I'm noticing I continue to get that same error when I add my CNAME > entry: > > ===== > > @ IN CNAME www.example.org. > > ===== > > write: > www IN CNAME example.org. > > > > Best regards, > Matthias > > I've tried everyone's suggestions to no avail. Here's my actual configuration: [root@chadwick ~]# /etc/rc.d/named stop Stopping named. [root@chadwick ~]# tail -12 /etc/namedb/named.conf zone "daemonbox.net" { type master; file "master/daemonbox.net"; }; /* zone "140.246.66.in-addr.arpa" { type master; file "master/140.246.66.in-addr.arpa"; }; */ [root@chadwick ~]# cat /etc/namedb/master/daemonbox.net $TTL 3600 ; 1 hour daemonbox.net. IN SOA chadwick.daemonbox.net. dstanford.daemonbox.net. ( 2006072400 ; Serial 1d ; Refresh 2h ; Retry 100d ; Expire 1h ) ; Minimum TTL ; DNS Servers @ IN NS chadwick.daemonbox.net. @ IN NS ns1.nac.net. @ IN NS ns2.nac.net. ; MX Records IN MX 10 mail.daemonbox.net. ; Machine Names localhost IN A 127.0.0.1 chadwick IN A 66.246.140.170 mail IN A 66.246.246.58 www IN A 66.246.140.170 @ IN A 66.246.140.170 ; Aliases www IN CNAME @ [root@chadwick ~]# /etc/rc.d/named start Starting named. [root@chadwick ~]# host -t a daemonbox.net localhost Using domain server: Name: localhost Address: 127.0.0.1#53 Aliases: Host daemonbox.net not found: 2(SERVFAIL) Does anyone see anything wrong with this? Thanks for all your help! -David -- [root@fbsd ~]# fortune Happiness is just an illusion, filled with sadness and confusion.