home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / networks / tcpip / ucx / 197 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.9 KB

  1. Path: sparky!uunet!stanford.edu!agate!spool.mu.edu!decwrl!pa.dec.com!datum.nyo.dec.com!nntpd.lkg.dec.com!MyTH
  2. From: MyTH@ucx.lkg.dec.com (M. T. Hollinger)
  3. Newsgroups: vmsnet.networks.tcp-ip.ucx
  4. Subject: Re: Host: IP is not Host: DOMAIN.NAM.  Why?
  5. Keywords: IP domain
  6. Message-ID: <1992Nov10.032602.25214@nntpd.lkg.dec.com>
  7. Date: 10 Nov 92 03:26:02 GMT
  8. References: <1dn5qqINNmth@crcnis1.unl.edu>
  9. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  10. Reply-To: MyTH@ucx.lkg.dec.com (M. T. Hollinger)
  11. Organization: Digital Equipment Corporation
  12. Lines: 26
  13. Originator: MyTH@hageln.ucx.lkg.dec.com
  14.  
  15.  
  16. In article <1dn5qqINNmth@crcnis1.unl.edu>, Russell Mosemann writes:
  17. >    We are running UCX 1.3.  When I do a show users/full, it displays
  18. > some of the Host:'s with IP numbers instead of host and domain name.
  19. > Why?  When I get into UCX and do a SHOW HOSTNM IP, it returns the domain
  20. > name just fine, so it can find it.
  21.  
  22. From these symptoms I would guess that the reverse hostname translation
  23. is simply taking a long time to complete.  UCX attempts to determine the
  24. hostname for a connection before acting on it (in this case, presenting
  25. a login prompt).  If the network or the nameservers are slow, the lookup
  26. can take a long time.  Rather than keep the user waiting, UCX times out
  27. and records the numeric address.
  28.  
  29. When you later query your local nameserver with the SHOW HOST command,
  30. it still has the translation in its cache from the aborted attempt at
  31. hostname lookup before login.  Therefore, the command completes right
  32. away.  However, the system does not retry the resolution for the
  33. now-already-established session, and so the numeric address remains
  34. for the duration.
  35.  
  36. Partly for this reason, the default behavior under V2.0 is to not even
  37. attempt address-to-name translation.  At least that way, the remote
  38. host identification is always shown consistently (as an IP address).
  39.  
  40.          - MyTH
  41.