home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / protocol / tcpip / 5167 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!cornell!uw-beaver!cs.ubc.ca!van-bc!skl
  3. From: skl@wimsey.bc.ca (Samuel Lam)
  4. Subject: Re: Name Server Lookup: No. to Name?
  5. Reply-To: skl@wimsey.bc.ca (Samuel Lam)
  6. Date: Mon, 16 Nov 1992 03:56:27 GMT
  7. Message-ID: <BxsIy4.3sq@wimsey.bc.ca>
  8. References: <1992Nov15.171533.60873@cc.usu.edu>
  9. Sender: skl@wimsey.bc.ca ( )
  10. Lines: 21
  11.  
  12. In article <1992Nov15.171533.60873@cc.usu.edu>, sl870@europa.ee.usu.edu
  13.  (ullas gargi) wrote:
  14. >How does one convert an internet no. (address) to an internet (canonical) name?
  15. >NSLOOKUP doesnt seem to have an option for it, only for the other way round of
  16. >direct name lookup, not the reverse lookup.
  17.  
  18. Let's say the IP address you want to map to a domain name is
  19. [11.22.33.44], the following sequence would do it.
  20.  
  21.     nslookup
  22.     set q=ptr
  23.     44.33.22.11.in-addr.arpa.
  24.     ^D
  25.  
  26. Note that while the IP address is [11.22.33.44], its corresponding
  27. name inside the reverse lookup domain .IN-ADDR.ARPA is 44.33.22.11
  28. (reverse order). 
  29.  
  30. ...Sam
  31. -- 
  32. <skl@wimsey.bc.ca> -- Connectivity Technology Inc.
  33.