home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / domains / 559 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.5 KB

  1. Xref: sparky comp.protocols.tcp-ip.domains:559 comp.protocols.tcp-ip:3772
  2. Newsgroups: comp.protocols.tcp-ip.domains,comp.protocols.tcp-ip
  3. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!mp.cs.niu.edu!rickert
  4. From: rickert@mp.cs.niu.edu (Neil Rickert)
  5. Subject: Re: Intermittent "Host Unknown" problem
  6. Message-ID: <1992Jul21.173520.15707@mp.cs.niu.edu>
  7. Organization: Northern Illinois University
  8. References: <92203.090343IDSAK@ASUACAD.BITNET>
  9. Date: Tue, 21 Jul 1992 17:35:20 GMT
  10. Lines: 28
  11.  
  12. In article <92203.090343IDSAK@ASUACAD.BITNET> Shahjehan Khatri <IDSAK@ASUACAD.BITNET> writes:
  13. >We're getting problems such as the following, intermittently:
  14. >
  15. >VTVM1.CC.VT.EDU unable to deliver following mail to recipient(s):
  16. >    <USER@ospnov.vprc.asu.edu>
  17. >550 Host 'ospnov.vprc.asu.edu' Unknown
  18.  
  19.   According to NS.NIC.DDN.MIL there are two nameservers for your
  20. domain:
  21.  
  22.  
  23. ;; ANSWERS:
  24. asu.edu.    172800    NS    ASUVAX.EAS.ASU.EDU.
  25. asu.edu.    172800    NS    CCNUCB.COLORADO.EDU.
  26.  
  27.  Your problems are due to a gross inconsistency between the records being
  28. reported by CCNUCB.COLORADO.EDU and ASUVAX.EAS.ASU.EDU.  Any nameserver
  29. attempting to resolve an address such as:
  30.     ospnov.vprc.asu.edu
  31. could contact either of these servers.
  32.  
  33.  The inconsistency could be caused by broken software.  However the most
  34. likely explanation is a failure to always increment the SOA serial
  35. number whenever there is any change in data.  Your secondary server at
  36. CCNUCB examines the SOA serial number.  If it is unchanged, it presumes
  37. that the data is unchanged, and does not make a new copy of your
  38. data.
  39.  
  40.