Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!zaphod.mps.ohio-state.edu!uwm.edu!cs.utexas.edu!rice!sun-spots-request From: fitz@frc2.frc.ri.cmu.edu (Kerien Fitzpatrick) Newsgroups: comp.sys.sun Subject: resolver libraries Keywords: Networks Message-ID: <4570@brazos.Rice.edu> Date: 30 Jan 90 22:01:14 GMT Sender: news@rice.edu Organization: Sun-Spots Lines: 29 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 19, message 14 of 14 I am looking into using the resolver libraries available on uunet to allow our Sun network to make use of the nameservers running at my site. I must be missing something because things are not working as I would expect. The steps that I made are as follows: 1. copied the libc_resolver* to the correct name and ran ldconfig. 2. created a valid resolv.conf file in /etc. 3. changed /etc/hosts to contain only local hosts. 4. changed the makefile in /var/yp so it uses the -b flag when making the hosts YP database. 5. changed all YP servers and slaves to run ypserv -i. Symptoms that I see are as follows: If I ftp to uunet.uu.net (not listed in YP hosts) its IP address is queried and the connection is opened. If I rlogin to one of the Suns on our network using its short name the response is that it is an unknown host. If I qualify the name to the point that it is a known domain of the nameservers that are being queried the IP address is found and the connection is opened. It seems to me that the YP databases are not being queried prior to the nameserver as I would have expected and in fact don't seem to be queried at all. Can someone shed some light on what I am missing? Kerien Fitzpatrick fitz@frc2.frc.ri.cmu.edu