Networker

Re: [Networker] backup client from another windows domain

2002-10-15 20:48:38
Subject: Re: [Networker] backup client from another windows domain
From: "Chad R. Larson" <clarson AT ELDOCOMP DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Tue, 15 Oct 2002 17:48:27 -0700
At 06:51 AM 10/15/02 , Terry Lemons wrote:
You might also need to do a 'ping <client>' on the client and the backup
server.  nslookup will interrogate name server services (like DNS), but
doesn't (I believe) look at the local HOSTS file.  Since this local HOSTS
file is checked (on all/most systems) first, you need to make sure you
don't have an entry you don't want lurking in there.

You're right.  At least on most Unix machines, nslookup queries the
resolver directly, ignoring the hosts file.

However, ping (and almost every other network-aware program) call the
system routine "gethostbyname(3N)", which may or may not look at the hosts
file (and in either order of DNS and HOSTS first).  In Solaris, for
example, that is controlled by "/etc/nsswitch.conf".

I've written a little C program that basically calls gethostbyname and
displays the results so you can see what a program would see, not what
nslookup will show you.  It has resolved many confusions.

If there's any interest, I could post the program or make Solaris and
FreeBSD packages available on my FTP site.


        -crl
--
Chad R. Larson (CRL22)    chad AT eldocomp DOT com
  Eldorado Computing, Inc.   602-604-3100
     5353 North 16th Street, Suite 400
       Phoenix, Arizona   85016-3228

--
Note: To sign off this list, send a "signoff" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=