Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2000 16:00:16 -0800
From:      "Dan O'Connor" <dan@jgl.reno.nv.us>
To:        "Doug Barton" <Doug@gorean.org>
Cc:        "FreeBSD Questions List" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: CNAME vs A records (clarification)
Message-ID:  <032b01bf8c7f$1e0f07e0$0200000a@danco.home>

next in thread | raw e-mail | index | archive | help
> There is no such concept as "alias" in DNS. Erase it from your mind. A
>records point hostnames to IP addresses. CNAME records point hostnames
>to other hostnames. Except for very rare and temporary cases you
>shouldn't use CNAME's at all, especially if you don't really understand
>all of the implications.

So this is more proper?

    mydomain.com    A    123.45.67.890
    www.mydomain.com    A    123.45.67.890

instead of:

    mydomain.com    A    123.45.67.890
    www.mydomain.com    CNAME    mydomain.com

I've read the O'Reilly book, but am still fuzzy. What are "all of the
implications" that might fubar you if you use CNAME's?

Thanks,

--Dan

**  The thing I like most about Windows 98 is...
**  You can download FreeBSD with it!




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?032b01bf8c7f$1e0f07e0$0200000a>