The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Telnet Problem
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #15 (permalink)  
Old 05-14-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,650
If the servers are 10.20.30.40 and 10.20.30.41, does "host 10.20.30.40" return the name of the one server, and does "host 10.20.30.41" return the name of the other? That's reverse DNS, mapping an IP address back to the name of the host. (Use nslookup or dig instead of host, equivalently.)
Reply With Quote