From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 08:51:04 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 6B37E16A4E0 for ; Mon, 24 Jul 2006 08:51:04 +0000 (UTC) (envelope-from dthomas53@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE64C43D5D for ; Mon, 24 Jul 2006 08:51:02 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so2248987uge for ; Mon, 24 Jul 2006 01:51:01 -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=SzlblkgCKsOJeSogf5yCiLFJTFLYORNiUSnx4W7E0mhiVa7t1V6ZMXOiQw3HScSIKn3go3REJFgxpGtxc1Gb7vALGMj/ePh0osShXMlfE3t/bmIAMxyA2q7/a378TqkV7nuoLpwWXndtX1zoXa8eqQsgt17HLeRhnKLS6rAzIA4= Received: by 10.78.185.7 with SMTP id i7mr1409927huf; Mon, 24 Jul 2006 01:51:01 -0700 (PDT) Received: by 10.78.165.18 with HTTP; Mon, 24 Jul 2006 01:51:01 -0700 (PDT) Message-ID: Date: Mon, 24 Jul 2006 04:51:01 -0400 From: "David Stanford" To: "Mikhail Goriachev" In-Reply-To: <44C47C7E.5030609@webanoide.org> MIME-Version: 1.0 References: <44C47C7E.5030609@webanoide.org> 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 08:51:04 -0000 On 7/24/06, Mikhail Goriachev wrote: > > Hi, > > Try this and let us know how it goes. > > > > $ORIGIN example.org. > > $TTL 3600 ; 1 hour > > example.org. IN SOA ns.example.org. admin.example.org. ( > > 2006072400 ; Serial > > 1d ; Refresh > > 2h ; Retry > > 100d ; Expire > > 1h ) ; Minimum TTL > > > @ IN NS ns.example.org. > IN A 192.168.1.1 ; or whatever your IP is. > > > > ; Machine Names > > localhost IN A 127.0.0.1 > > host1 IN A 192.168.1.1 > > host2 IN A 192.168.1.2 > > host3 IN A 192.168.1.3 > > ===== > > > Cheers, > Mikhail. > > -- > Mikhail Goriachev > Webanoide > > Telephone: +61 (0)3 62252501 > Mobile Phone: +61 (0)4 38255158 > E-Mail: mikhailg@webanoide.org > Web: http://www.webanoide.org > > PGP Key ID: 0x4E148A3B > PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B > Thanks Mikhail, that was it: ===== @ IN NS ns.example.org. ===== 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. ===== Doesn't the "@" simply represent the domain, in this case "example.org"? That makes this translate from example.org -> www.example.org, correct? -David -- [root@fbsd ~]# fortune Happiness is just an illusion, filled with sadness and confusion.