Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!umich!sharkey!msuinfo!chroma.cps.msu.edu!raja From: raja@bombay.cps.msu.edu (Narayan S. Raja) Newsgroups: comp.unix.questions Subject: Hostname from Internet address? Message-ID: <1990Dec25.070328.4413@msuinfo.cl.msu.edu> Date: 25 Dec 90 07:03:28 GMT Sender: news@msuinfo.cl.msu.edu Reply-To: raja@cpswh.cps.msu.edu Organization: PRIP Lab, Comp. Sci. Dept., MSU Lines: 19 Given a hostname (e.g. zip.foo.bar.edu), one can use a network information program like nslookup to find its Internet address. How about the other way round? Given an internet address (e.g. 1.2.3.4), how would one find the complete hostname? (Assuming, of course, that it's not available in /etc/hosts or equivalent host database). Narayan Sriranga Raja. PS: One could "mail unlikely-username@\[1.2.3.4\]" and wait for the mail to bounce back from the MAILER-DAEMON (usually giving the hostname), but surely there must be a simpler way.