home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- 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
- From: cricket@winnie.corp.hp.com (Cricket Liu)
- Subject: Re: Problems with 'named'
- Sender: news@hplabs.hpl.hp.com (HPL News Posting Service)
- Message-ID: <BzMx79.M6u@hplabs.hpl.hp.com>
- Date: Tue, 22 Dec 1992 00:25:56 GMT
- References: <1992Dec15.154406.2988@news.arc.nasa.gov>
- Organization: HP Internet Imagineering
- Keywords: named gated network TCP/IP problem trouble red alert
- Lines: 67
-
- In article <1992Dec15.154406.2988@news.arc.nasa.gov>, okuyama@pioneer.arc.nasa.gov (Darin Okuyama YR) writes:
- |> I have an HP 9000/730 and I am running HP-UX 8.07. I have
- |> 'named' installed but it doesn't work to well, here are
- |> the symptoms:
- |>
- |> -- only the 'root' seems to be served by 'named',
- |> most things don't work for normal users (ftp,
- |> telnet, nslookup, etc.). Here is the output
- |> from an 'nslookup' session:
- |>
- |> *** Can't find address for server daxam: Non-existent domain
-
- This looks like a symptom of not having your local domain name set. You
- probably typed "nslookup daxam", right?
-
- |> *** Warning - the local domain is not set.
- |> *** Either hostname should be a domain name,
- |> *** the domain should be specified in /etc/resolv.conf,
- |> *** or the shell variable LOCALDOMAIN should be set.
-
- Yup, what he said.
-
- |> -- 'hostname' is returning a non-fully-qualified IP
- |> name.
-
- You need to set it to a domain name, or set the local domain with the
- domain directive in /etc/resolv.conf. Do the first in /etc/rc, the second
- by editing /etc/resolv.conf. That should fix the nslookup problem you
- described.
-
- |> -- nobody (not even the root) can get the name server
- |> to resolve address outside the domain (arc.nasa.gov).
- |>
- |> How do I fix this?
-
- Do you have the current Internet cache file on the host, and referenced by
- a cache directive in /etc/named.boot? I'll append the current cache file
- for you to use, just in case.
-
- --
- cricket
-
- cricket@hp.com / Hewlett-Packard Corporate Network Services / Palo Alto, CA
-
- ----- cut here -----
- ;
- ; Initial cache data for root domain servers.
- ;
- . 99999999 IN NS NS.NIC.DDN.MIL.
- 99999999 IN NS NS.NASA.GOV.
- 99999999 IN NS TERP.UMD.EDU.
- 99999999 IN NS A.ISI.EDU.
- 99999999 IN NS AOS.BRL.MIL.
- 99999999 IN NS C.NYSER.NET.
- 99999999 IN NS NIC.NORDU.NET.
- ;
- ; Prep the cache (hotwire the addresses). Order does not matter.
- ;
- NS.NIC.DDN.MIL. 99999999 IN A 192.67.67.53
- NS.NASA.GOV. 99999999 IN A 128.102.16.10
- NS.NASA.GOV. 99999999 IN A 192.52.195.10
- A.ISI.EDU. 99999999 IN A 128.9.0.107
- A.ISI.EDU. 99999999 IN A 26.3.0.103
- AOS.BRL.MIL. 99999999 IN A 192.5.25.82
- C.NYSER.NET. 99999999 IN A 192.33.4.12
- TERP.UMD.EDU. 99999999 IN A 128.8.10.90
- NIC.NORDU.NET. 99999999 IN A 192.36.148.17
-