From owner-freebsd-isp Mon Mar 4 9:16: 2 2002 Delivered-To: freebsd-isp@freebsd.org Received: from misery.sdf.com (misery.sdf.com [207.200.153.226]) by hub.freebsd.org (Postfix) with ESMTP id 1DF9E37B402 for ; Mon, 4 Mar 2002 09:15:59 -0800 (PST) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 16hvOI-0007GO-00; Mon, 4 Mar 2002 08:32:46 -0800 Date: Mon, 4 Mar 2002 08:32:44 -0800 (PST) From: Tom Samplonius To: Rowan Crowe Cc: freebsd-isp@freebsd.org Subject: Re: OT: cname for domain In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 5 Mar 2002, Rowan Crowe wrote: > Possibly a stupid question: are you doing... > > @ cname new.dom. > > - or - > > @ in cname new.dom. There is no difference. The default class is always IN (Internet) and no even remembers the other non-Internet classes these days. You fact is, you can't have a CNAME for any domain, if that domain also has other records. Why? Becasue a CNAME is essentional a re-write (replace X with Y). A second level domain will always have a SOA record, and at least two NS records. The best way to handle this is with an include file. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message