- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet connections take too long
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 01:32 PM
08-22-2000 01:32 PM
telnet connections take too long
Does anyone know, why this is happeneing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 01:36 PM
08-22-2000 01:36 PM
Re: telnet connections take too long
Run nslookup to see. If DNS, ensure both nodes are there, check /etc/resolv.conf and check as well the routes. If using /etc/hosts edit in both nodes to be sure both machine entries (ip's and names are there).
Check /etc/nsswitch.conf.
Any better?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 01:55 PM
08-22-2000 01:55 PM
Re: telnet connections take too long
Antoanetta is right. The reason this happens is because of something called 'reverse lookup' to verify the source of the connection.
What the telnet server does is:
1.The request arrives in a packet with an IP address indicating the point of origin.
2.The server queries name service on the net to find out what host name is associated with that IP address.
3.The server then queries name service to find out what IP address is associated with that host-name.
4.If this last request fails to find an IP address, or finds one that doesn't match the original, the request for service is rejected.
This method is used as a measure against IP spoofing.
See http://www.helpdesk.umd.edu/comm/ethernet/revlook.shtml for a complete description of reverse lookup.
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 01:55 PM
08-22-2000 01:55 PM
Re: telnet connections take too long
Antoanetta is right. The reason this happens is because of something called 'reverse lookup' to verify the source of the connection.
What the telnet server does is:
1.The request arrives in a packet with an IP address indicating the point of origin.
2.The server queries name service on the net to find out what host name is associated with that IP address.
3.The server then queries name service to find out what IP address is associated with that host-name.
4.If this last request fails to find an IP address, or finds one that doesn't match the original, the request for service is rejected.
This method is used as a measure against IP spoofing.
See http://www.helpdesk.umd.edu/comm/ethernet/revlook.shtml for a complete description of reverse lookup.
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 02:09 PM
08-22-2000 02:09 PM
Re: telnet connections take too long
Check /etc/resolv.conf for the IP address of the DNS server.
The 60 second delay is the timeout period for the DNS lookup.
You will also notice the delay when doing any other DNS lookups. Compare netstat -a (which attempts to resolve the connected IP addresses) and netstat -an which doesn't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 02:44 PM
08-22-2000 02:44 PM
Re: telnet connections take too long
My experience too, suggests that the delay you are seeing is due to "reverse-name-lookup". Make sure that your device's name is represented in the DNS tables of the DNS server and the delay should disappear.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 03:30 PM
08-22-2000 03:30 PM
Re: telnet connections take too long
I would suggest patching up to PHNE_19298 if you are conservative, or go with the latest (Not Yet HP Recommended) PHNE_21822 if you like to take chances. Stay away from PHNE_20936 which was recalled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2000 04:20 AM
08-23-2000 04:20 AM
Re: telnet connections take too long
Possible cause can also be that a router in your network is working on half duplex and your server on full, or the other way around.
Did you check that?
Regards
MJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2000 10:12 AM
08-23-2000 10:12 AM
Re: telnet connections take too long
Sam, sometime has problems reporting the right duplex.