resolver

Mike Iglesias iglesias at orion.oac.uci.edu
Sat Aug 25 00:20:16 AEST 1990


In article <815 at usage.csd.unsw.oz.au> mcba at magellan.phys.unsw.OZ.AU (Michael C. B. Ashley) writes:
>I have the same problem as hubcap at hubcap.clemson.edu with the resolver
>on a DS5000 running ULTRIX 4.0. The named daemon works fine, but ftp,
>telnet, etc. don't ask it questions. I know about /etc/svc.conf, but it
>doesn't help. I have tried setting
>
>hosts=bind,local
>networks=local,bind
>
>and many different combinations, with no success.

Sounds like you haven't setup your /etc/resolv.conf file.  You can
either do it by hand or run /usr/etc/bindsetup.  If you want to do
it by hand, create the file with records that look like this:

  domain your-default-domain
  nameserver ip-address-of-your-nameserver
  nameserver ip-address-of-next-nameserver
  nameserver ip-address-of-last-nameserver

The default domain is the domain to tack on to an unqualified host name.
For example, the default domain name for the system I'm sending this from
is "oac.uci.edu", so I can type "telnet xyzzy" to telnet to
xyzzy.oac.uci.edu.

The nameserver stuff under Ultrix 4.0 works fine here on our 5000, so
I think you just need to get your /etc/resolv.conf file setup and you'll
be ok.


Mike Iglesias
University of California, Irvine
Internet:    iglesias at orion.oac.uci.edu
BITNET:      iglesias at uci
uucp:        ...!ucbvax!ucivax!iglesias



More information about the Comp.unix.ultrix mailing list