Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Telnet host with IP , prompt slow
Name: Vincent Lin Date: October 2, 2002 at 21:38:29 Pacific OS: Solaris 7 CPU/Ram: E420R
Comment:
Dear all! Why I use telnet command to connect the remote host, in same LAN, with the IP address (telnet 192.168.110.X) , the prompt "login" is to slow appears!If the telnet daemon need to resolve the host name no matter with using the IP address! If I add the host name & IP in /etc/hosts, then the telnet prompt appears quickly, Why ?
Name: Jerry Lemieux Date: October 3, 2002 at 08:48:56 Pacific
Reply:
You answered you own question. Telnet is trying to do a reverse DNS lookup.
0
Response Number 2
Name: Dallas Date: October 3, 2002 at 12:24:12 Pacific
Reply:
Jerry is correct... telnet is trying to do a reverse DNS lookup. At my former place of employment, we had a similar problem with AIX (after upgrading from 4.2 to 4.3) where I ended up modifying the inetd.conf (if I remember correctly). Basically, you need to modify the line which contains info regarding the telnetd by adding a switch such as "-a". I would tell you exactly but unfortunately I no longer have access to the machines I changed this on. Note: you will still have issues with all other inetd services such as ftp unless those are changed as well.
Although this isn't a Linux issue, the following doc provides a better explanation of the issue. http://www.linuxgazette.com/issue38/tag/32.html
Summary: Here is a typical line from the hosts file: 192.9.1.20 gaia # John Smith The first item on a line is the host's IP address. The second entry is the host's official name. Subsequent...
Summary: Hi, Could somebody tell me how to assign an alias IP on the existing netcard? I need to give a private maschnine an officiall IP, so people from outside our firewall can contact it. I need to set the...
Summary: I have a Digital Unix 4.0d Sever with Ingress client running on it.During day time around 90 users login to the system and running mainly ingress client application.(Ingress server is on another syste...