From owner-freebsd-questions Wed Jul 19 11:24:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iohost.com (io001.iohost.com [209.189.124.99]) by hub.freebsd.org (Postfix) with ESMTP id DB77137B92D for ; Wed, 19 Jul 2000 11:24:08 -0700 (PDT) (envelope-from randyk@iohost.com) Received: (from randyk@localhost) by iohost.com (8.10.2/8.10.2) id e6JINxp13168; Wed, 19 Jul 2000 11:23:59 -0700 Date: Wed, 19 Jul 2000 11:23:59 -0700 From: Randy Katz To: "Jonathan E. Lyons" Cc: freebsd-questions@FreeBSD.ORG, Randy Katz Subject: Re: Simple DNS Question(Kinda :) ) Message-ID: <20000719112359.C10957@ccsales.com> Reply-To: Randy Katz References: <3.0.5.32.20000719130239.008b7d20@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.2i In-Reply-To: <3.0.5.32.20000719130239.008b7d20@midwest.net>; from parrothd@midwest.net on Wed, Jul 19, 2000 at 01:02:39PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG put a period after bswift.com bswift.com. IN CNAME cluster.bswift.com. On Wed, Jul 19, 2000 at 01:02:39PM -0500, Jonathan E. Lyons wrote: > Hi, > I'm trying to put the finishing touches on our new name servers, but I've > run into a small problem. I'm trying to get the domain > bswift.com(www.bswift.com works correctly, just bswift.com doesn't) to > point to cluster.bswift.com without using the IP address. We have a lot of > domains, and we are in the process of changing ISP's so I'd like to be able > to just change the address of cluster.bswift.com and not have to edit all > domain files. My problem is that the I'tried; > > IN CNAME cluster.bswift.com > > (after the cluster.bswift.com record) and get an error and many other ways, > but the only way I can get this to work is with what I have below, with; > > bswift.com IN CNAME cluster.bswift.com. > > But I get bswift.com.bswift.com, is this an error I can live with??? Or is > there a better way of doing this?.... > > > > bswift.com > Server: phc-40.chi.platinumhealth.com > Address: 209.119.45.40 > > Name: cluster.bswift.com > Address: 209.119.45.57 > Aliases: bswift.com.bswift.com > > Any suggestions??? Thanks.... > > > $TTL 60 > @ IN SOA bswift.com. root.ns3.bswift.com. ( > 2000070638 ;Serial > 7200 ;Refresh > 1200 ;Retry > 604800 ;Expire > 60 ) ;time to live > > IN NS ns3.bswift.com. > IN NS ns1.bswift.com. > IN MX 5 mail.bswift.com. > > ns3 IN A 64.16.214.140 > ns1 IN A 209.119.45.40 > cluster IN A 209.119.45.57 > localhost IN A 127.0.0.1 > > bswift.com IN CNAME cluster.bswift.com. > www IN CNAME cluster.bswift.com. > > Jonathan E. Lyons > parrothd@midwest.net > ICQ # 14226912 > A+, MCSE, CCNA, FreeBSD! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message