home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / domains / 832 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  2.1 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!uknet!edcastle!festival!ercm20
  2. From: ercm20@festival.ed.ac.uk (Sam Wilson)
  3. Newsgroups: comp.protocols.tcp-ip.domains
  4. Subject: Re: CNAME records and MX/NS records
  5. Message-ID: <30061@castle.ed.ac.uk>
  6. Date: 12 Jan 93 11:06:45 GMT
  7. References: <1isteb$nmc@agate.berkeley.edu>
  8. Sender: nntpusr@castle.ed.ac.uk
  9. Lines: 54
  10.  
  11. cliff@garnet.berkeley.edu (Cliff Frost) writes:
  12. > It appears reasonable (to me) if you think of providing these services on
  13. > multiple hosts, so that if one host goes down hard the other one is still
  14. > providing the function.  Eg:
  15. > ; sam and mary are identically configured for processing email:
  16. >     sam.foo.bar.    A    1.2.3.4
  17. >     mary.foo.bar.    A    1.2.4.4
  18. >     mail.foo.bar.    A    1.2.3.4
  19. >             A    1.2.4.4
  20.  
  21. Surely what you want here is
  22.  
  23.     sam.foo.bar.    A    1.2.3.4
  24.     mary.foo.bar.    A    1.2.4.4
  25.     mail.foo.bar.    MX    10    sam.foo.bar.
  26.             MX    10    mary.foo.bar.
  27.  
  28. (yes, you're allowed the same MX preference for multiple entries).
  29.  
  30. > ; fred and betsy are running identical authoritative nameservers:
  31. >     fred.foo.bar.    A    1.2.3.5
  32. >     betsy.foo.bar.    A    1.2.4.5
  33. >     ns.foo.bar.    A    1.2.3.5
  34. >             A    1.2.4.5
  35.  
  36. And here you want
  37.  
  38.     fred.foo.bar.    A    1.2.3.5
  39.     betsy.foo.bar.    A    1.2.4.5
  40.     sub.foo.bar.    NS    fred.foo.bar.
  41.             NS    betsy.foo.bar.
  42.  
  43. > From experience we can say it works well for mail and less wonderfully (but
  44. > still useful) for nameservice.  The reason it is less useful for nameservice
  45. > is the slew of software out there which is configurable for one and only one
  46. > nameserver IP address.
  47.  
  48. Exuse me if I'm being obtuse here but I don't see what this gains you
  49. for NSs at all.  If the s/w can cope with only one NS address then
  50. having multiple A records for the same name won't help in the least.  It
  51. probably won't help for things which can use multiple addresses, because
  52. you can just put the multiple addresses in.  The only time it would help
  53. is if you have something that can take a name and then use multiple
  54. addresses for that name...  but to do that it needs to be able to query
  55. a nameserver to get the information!!!
  56.  
  57.  
  58. Sam Wilson
  59. Network Services Division
  60. Computing Services, The University of Edinburgh
  61. Edinburgh, Scotland, UK
  62.