From owner-freebsd-questions Fri Jul 28 5:48:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id 0544937C1C3 for ; Fri, 28 Jul 2000 05:48:13 -0700 (PDT) (envelope-from abc@diskfarm.firehouse.net) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id IAA12161; Fri, 28 Jul 2000 08:49:12 GMT (envelope-from abc) Date: Fri, 28 Jul 2000 08:49:12 +0000 From: Alan Clegg To: Evren Yurtesen Cc: freebsd-questions@freebsd.org Subject: Re: named question Message-ID: <20000728084912.B11712@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , Evren Yurtesen , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from yurtesen@ispro.net.tr on Fri, Jul 28, 2000 at 03:30:40PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Out of the ether, Evren Yurtesen spewed forth the following bitstream: > I want to use CNAME for pointing a top level domain to a machine for > example I want to point xyz.com to abc.def.com machine > I have > > $origin xyz.com. > IN CNAME abc.def.com. Try: $ORIGIN xyz.com. @ IN CNAME abc.def.com. But, having said that, I doubt it will work since you will also have 'additional information' (ns, mx, etc) for xyz.com that won't work with the CNAME. I'd recommend just adding an "A" record: $ORIGIN xyz.com. @ IN A ip.address.of.abc.def.com. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message