home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp / 14290 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.8 KB  |  80 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!col.hp.com!news.dtc.hp.com!hpscit.sc.hp.com!hplextra!hplntx!winnie.corp.hp.com!cricket
  3. From: cricket@winnie.corp.hp.com (Cricket Liu)
  4. Subject: Re: Problems with 'named'
  5. Sender: news@hplabs.hpl.hp.com (HPL News Posting Service)
  6. Message-ID: <BzMx79.M6u@hplabs.hpl.hp.com>
  7. Date: Tue, 22 Dec 1992 00:25:56 GMT
  8. References:  <1992Dec15.154406.2988@news.arc.nasa.gov>
  9. Organization: HP Internet Imagineering
  10. Keywords: named gated network TCP/IP problem trouble red alert
  11. Lines: 67
  12.  
  13. In article <1992Dec15.154406.2988@news.arc.nasa.gov>, okuyama@pioneer.arc.nasa.gov (Darin Okuyama YR) writes:
  14. |> I have an HP 9000/730 and I am running HP-UX 8.07.  I have
  15. |> 'named' installed but it doesn't work to well, here are
  16. |> the symptoms:
  17. |> 
  18. |>   -- only the 'root' seems to be served by 'named',
  19. |>      most things don't work for normal users (ftp,
  20. |>      telnet, nslookup, etc.).  Here is the output
  21. |>      from an 'nslookup' session:
  22. |> 
  23. |> *** Can't find address for server daxam: Non-existent domain
  24.  
  25. This looks like a symptom of not having your local domain name set.  You
  26. probably typed "nslookup daxam", right?
  27.  
  28. |> *** Warning - the local domain is not set.
  29. |> *** Either hostname should be a domain name,
  30. |> *** the domain should be specified in /etc/resolv.conf,
  31. |> *** or the shell variable LOCALDOMAIN should be set.
  32.  
  33. Yup, what he said.
  34.  
  35. |>   -- 'hostname' is returning a non-fully-qualified IP
  36. |>      name.
  37.  
  38. You need to set it to a domain name, or set the local domain with the
  39. domain directive in /etc/resolv.conf.  Do the first in /etc/rc, the second
  40. by editing /etc/resolv.conf.  That should fix the nslookup problem you
  41. described.
  42.  
  43. |>   -- nobody (not even the root) can get the name server
  44. |>      to resolve address outside the domain (arc.nasa.gov).
  45. |> 
  46. |> How do I fix this?
  47.  
  48. Do you have the current Internet cache file on the host, and referenced by
  49. a cache directive in /etc/named.boot?  I'll append the current cache file
  50. for you to use, just in case.
  51.  
  52. -- 
  53. cricket
  54.  
  55. cricket@hp.com / Hewlett-Packard Corporate Network Services / Palo Alto, CA
  56.  
  57. ----- cut here -----
  58. ;
  59. ; Initial cache data for root domain servers.
  60. ;
  61. .            99999999    IN    NS    NS.NIC.DDN.MIL.
  62.             99999999    IN    NS    NS.NASA.GOV.
  63.             99999999    IN    NS    TERP.UMD.EDU.
  64.             99999999    IN    NS    A.ISI.EDU.
  65.             99999999    IN    NS    AOS.BRL.MIL.
  66.             99999999    IN    NS    C.NYSER.NET.
  67.             99999999    IN    NS    NIC.NORDU.NET.
  68. ;
  69. ;  Prep the cache (hotwire the addresses).  Order does not matter.
  70. ;
  71. NS.NIC.DDN.MIL.        99999999    IN    A    192.67.67.53
  72. NS.NASA.GOV.        99999999    IN    A    128.102.16.10
  73. NS.NASA.GOV.        99999999    IN    A    192.52.195.10
  74. A.ISI.EDU.        99999999    IN    A    128.9.0.107
  75. A.ISI.EDU.        99999999    IN    A    26.3.0.103
  76. AOS.BRL.MIL.        99999999    IN    A    192.5.25.82
  77. C.NYSER.NET.        99999999    IN    A    192.33.4.12
  78. TERP.UMD.EDU.        99999999    IN    A    128.8.10.90
  79. NIC.NORDU.NET.        99999999    IN    A    192.36.148.17
  80.