From owner-freebsd-questions Mon Mar 13 6:21:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from techpower.net (techpower.net [205.133.231.1]) by hub.freebsd.org (Postfix) with ESMTP id 50DBB37BA70 for ; Mon, 13 Mar 2000 06:21:03 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.9.3/8.9.3) with ESMTP id JAA08425; Mon, 13 Mar 2000 09:27:30 -0500 (EST) (envelope-from hometeam@techpower.net) Date: Mon, 13 Mar 2000 09:27:29 -0500 (EST) From: hometeam Cc: Matthew Joseff , 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 Example: mynet.net. IN A 192.168.0.1 foo IN CNAME mynet.net. bar IN CNAME mynet.net. etc IN CNAME mynet.net. smtp IN CNAME mynet.net. www IN CNAME mynet.net. Reverse 1.0.168.192.in-addr.arpa. IN PTR mynet.net. all the above CNAMES are just aliases hope this helps.... > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message