home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sun / admin / 9389 < prev    next >
Encoding:
Text File  |  1992-12-13  |  2.2 KB  |  47 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!iggy.GW.Vitalink.COM!cs.widener.edu!dsinc!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sunic!sics.se!eua.ericsson.se!erix.ericsson.se!per
  3. From: per@erix.ericsson.se (Per Hedeland)
  4. Subject: Re: problem with named/resolve
  5. Message-ID: <1992Dec13.191756.12072@eua.ericsson.se>
  6. Keywords: named, DNS, resolver
  7. Sender: news@eua.ericsson.se
  8. Nntp-Posting-Host: super.eua.ericsson.se
  9. Nntp-Posting-User: per
  10. Organization: Ellemtel Telecom Systems Labs, Stockholm, Sweden
  11. References: <1ga7e4INNeaf@fnnews.fnal.gov>
  12. Date: Sun, 13 Dec 1992 19:17:56 GMT
  13. Lines: 32
  14.  
  15. In article <1ga7e4INNeaf@fnnews.fnal.gov> schurech@nightcrawler.fnal.gov (kurt schurecht) writes:
  16. >  When I run nslookup on machine A I get a response:
  17. >
  18. >*** Can't find server name for address 131.225.22.66: No information
  19. >
  20. >where the IP address is that of machine FIRE.
  21.  
  22. This is a misfeature of pre-BIND-4.8.3 nslookup - it is *only* a problem
  23. with nslookup, normal lookups by telnet/ftp/whatever don't have it. What
  24. happens is that when nslookup contacts the server specified in
  25. /etc/resolv.conf, it wants to find out the name of the server host
  26. (/etc/resolv.conf just gives the IP address) - it does this with
  27. something called an "inverse query" (basically it supplies the answer -
  28. the IP address - and wants to know the question that would give that
  29. answer), which only works if the server already has the data that does
  30. that particular name->address translation, and a "caching only" server
  31. like the one you've set up frequently doesn't.
  32.  
  33. Workarounds/fixes include:
  34.  
  35. - make the server on FIRE a secondary for the domain its name is in
  36. - direct nslookup to another server initially, then switch to FIRE with
  37.   the 'server' command
  38. - get the nslookup from the BIND 4.8.3 distribution - in addition to
  39.   fixing this problem, it has several nice features such as doing IP
  40.   address -> name lookups without the 'PTR, reverse address' stuff, and
  41.   allowing 'set' options on the command line (e.g. -q=... for querytype).
  42.  
  43. --Per Hedeland
  44. per@erix.ericsson.se  or
  45. per%erix.ericsson.se@sunic.sunet.se  or
  46. ...uunet!erix.ericsson.se!per
  47.