Networking Forums

Networking Forums > Computer Networking > Windows Networking > DNS: to CNAME or not to CNAME?

Reply
Thread Tools Display Modes

DNS: to CNAME or not to CNAME?

 
 
Guest
Posts: n/a

 
      06-18-2004, 12:39 PM
why use CNAME records at all? if i have an A record that says
"mail.mydomain.com=192.168.1.1", why create a CNAME record that says
"mail2.mydomain.com=mail.mydomain.com" when i can just create another A
record that says "mail2.mydomain.com=192.168.1.1"?


 
Reply With Quote
 
 
 
 
Alun Jones [MS]
Guest
Posts: n/a

 
      06-18-2004, 08:56 PM
<(E-Mail Removed)> wrote in message
news:SnBAc.3679$(E-Mail Removed) ...
> why use CNAME records at all? if i have an A record that says
> "mail.mydomain.com=192.168.1.1", why create a CNAME record that says
> "mail2.mydomain.com=mail.mydomain.com" when i can just create another A
> record that says "mail2.mydomain.com=192.168.1.1"?


Because next week, your ISP will tell you that your site is moving from
192.168.1.1 to 10.1.2.3, and you'll edit your mail.mydomain.com setting, but
forget to fix your mail2.mydomain.com setting.

You have to decide whether these two host names refer to _conceptually_ the
same host (in which case, one really is just another name for the other, and
you would use a CNAME), or coincidentally the same host (in which case, they
only share the same IP address for now, and moving one might not affect the
other).

Alun.
~~~~


 
Reply With Quote
 
Jeff Cochran
Guest
Posts: n/a

 
      06-20-2004, 02:47 AM
On Fri, 18 Jun 2004 12:39:14 GMT, <(E-Mail Removed)> wrote:

>why use CNAME records at all? if i have an A record that says
>"mail.mydomain.com=192.168.1.1", why create a CNAME record that says
>"mail2.mydomain.com=mail.mydomain.com" when i can just create another A
>record that says "mail2.mydomain.com=192.168.1.1"?


Because when the IP changes due to a renumbering, change in provider,
etc. you change only the one record.

Jeff
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cname salim.madni@gmail.com Linux Networking 1 12-28-2007 12:40 PM
duplicate name - with a CNAME mehul Windows Networking 3 11-26-2006 09:47 PM
CNAME browsing from the server jiggyman Windows Networking 0 10-12-2006 10:04 PM
CNAME record Ray Windows Networking 12 03-21-2006 07:37 PM
CNAME Mapping Rav Windows Networking 1 04-23-2004 02:15 PM



1 2 3 4 5 6 7 8 9 10 11