Xref: utzoo comp.unix.admin:64 comp.unix.misc:23 comp.unix.questions:25351 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!mathisen From: mathisen@dali.cs.montana.edu (Jaye Mathisen) Newsgroups: comp.unix.admin,comp.unix.misc,comp.unix.questions Subject: Re: name server Message-ID: <2401@dali> Date: 10 Sep 90 08:55:16 GMT References: <90252.231430TOMIII@MTUS5.BITNET> Followup-To: comp.unix.admin Organization: Montana State University, Dept. of Computer Science, Bozeman MT 59717 Lines: 15 In article <90252.231430TOMIII@MTUS5.BITNET> TOMIII@MTUS5.BITNET (Thomas Dwyer III) writes: >Does anyone know how to obtain the hostname of a machine given the IP >address using a name server (the nslookup feature of unix?) ? To find the hostname for IP address 1.2.3.4: % nslookup > set type=ptr > 4.3.2.1.in-addr.arpa will do the trick... Assuming the .in-addr.arpa tables have been set up appropriately...