home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / domains / 825 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.5 KB  |  47 lines

  1. Newsgroups: comp.protocols.tcp-ip.domains
  2. Path: sparky!uunet!mcsun!ieunet!tcdcs!maths.tcd.ie!ajudge
  3. From: ajudge@maths.tcd.ie (Alan Judge)
  4. Subject: CNAME records and MX/NS records
  5. Message-ID: <1993Jan11.192147.8578@maths.tcd.ie>
  6. Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
  7. Date: Mon, 11 Jan 1993 19:21:47 GMT
  8. Lines: 37
  9.  
  10. Am I correct in saying that the data in an MX or NS record may not
  11. be a CNAME, so that
  12.     foo.bar.        MX    mail.foo.bar.
  13.     mail.foo.bar.        CNAME    realhost.foo.bar.
  14.     (and similarly for ns.foo.bar.)
  15. is incorrect?
  16.  
  17. (We have been doing this for a while, apparently without problems.
  18. Now it appears that this is bad.  What gives?
  19.  
  20.  
  21. If so, what do people do when they want a nice logical separation
  22. between services and hosts.  Is it permissible/reasonable to have
  23. multiple A records for a single IP address?  Will anything get
  24. upset that a reverse lookup does not return the same name?
  25.  
  26. Specifically, is something like
  27.     foo.bar.    MX    mail.foo.bar.
  28.     foo.bar.    NS    ns.foo.bar.
  29.  
  30.     mail.foo.bar.        A    1.2.3.4
  31.     realname.foo.bar.    A    1.2.3.4
  32.  
  33.     ns.foo.bar.        A    1.2.3.5
  34.     fred.foo.bar.        A    1.2.3.5
  35.  
  36. a reasonable and sane thing to do.
  37.  
  38. I know that parent domains will still have to be told if an NS
  39. moves (to update glue), but this arrangement seems nicer.
  40.  
  41. Comments?
  42. -- 
  43. Alan Judge   ajudge@maths.tcd.ie  a.k.a. amjudge@dsg.cs.tcd.ie +353-1-7021782
  44.  
  45. "The path of my life is strewn with cowpats from the devils' own herd."
  46.                                           -- Edmund Blackadder II
  47.