From owner-freebsd-questions Mon Mar 13 4:50:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 7D73237B602 for ; Mon, 13 Mar 2000 04:50:18 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id HAA28433; Mon, 13 Mar 2000 07:50:15 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Mon, 13 Mar 2000 07:50:10 -0500 (EST) From: Steve Hovey To: Matthew Joseff Cc: FreeBSD Questions List Subject: Re: CNAME vs A records (clarification) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A cname is an alias for another box and takes 2 lookups (first to get that its a cname, second to get the IP of the actual name) - where an A record appears like a direct name to IP. So to avoid confusion at a firewall - A records would have in-addr.arpa. On Sun, 12 Mar 2000, Matthew Joseff wrote: > Can someone correct and/or confirm my understanding of CNAME vs A records: > > CNAME should be used for a host that exists on (potentially) another > server but uses that domain. > > A records should be used as an alias for a host but co-exists with other > hosts. > > So: > > www IN A (IP address) > foo IN A (same IP as www) > bar IN CNAME (some other IP or hostname) > etc IN A (bar's hostname) > > So in this case, bar should be the only one out of the four that has a > reverse entry? > > I think I'm confusing myself. > > -- > Matthew Joseff | #!/bin/sh > www.hellenco.com | echo "What's your username again?" > mjoseff@hellenco.com | read LUSER > | rm -rf /home/$LUSER > > > > 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