- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet connection times
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
06-29-2001 02:29 AM
06-29-2001 02:29 AM
I have the following problem. We use ssh for connection to an N Class running 11.00 for most users but still allow telnet access for some. Those accessing via telnet do not have entries in our local hosts file or DNS. These users are experiencing delays of around 40 seconds before getting a connection. I've had our network team have a look at this problem and the have come up with the explanation detailed below. Could anyone shed any light on this problem? Is it possible to stop telnetd waiting for a reverse lookup response or limit it's wait time? I believe a local host file entry would sort the problem but the amount of entries would be large. I also presume entries in the DNS server would solve the problem but this would be a while down the line. I'm really looking for any sort of "quick fix".
All comments appreciated. Network team response is this:
"telnetd is trying to do a reverse lookup on inbound session IP addresses and cannot verify. The problem does not happen locally as all local hosts have dns entries, and associated reverse lookups for their IP's. WAN clients do not have reverse lookup entries on the dns servers that HOSTNAME uses, and we have no centralized dns solution as of yet to provide WAN lookups. Problem does not occur with ssh as ssh does not do a reverse lookup as the security is inherent within the encryption of ssh. As dns queries are udp, when the server tries to do a reverse lookup on the IP to the dns server, no yes/no reply is sent back, so the telnetd daemon waits for a certain length of time before assuming a no. This default time seems to be about 40s on HOSTNAME"
Cheers,
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 02:57 AM
06-29-2001 02:57 AM
SolutionLookk at that :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6202a22d6d27d5118fef0090279cd0f9,00.html
If you have not a lot of local systems, you can
put all of them on your local hosts file and
disable use of DNS. In this case you have no
timeout to configure : request are local, if
there no line for an address in /etc/hosts
reply is immediate...
I made that by an ls on my own dns, I put all
entries in my file and it's ok. I update my
file with an ls on your nameserver...
HTH
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 05:26 AM
06-29-2001 05:26 AM
Re: telnet connection times
You can run a script that pulls all the data from remote centers and saves in to your DNS as CNAME.
Example:
yourdomain.com pulls data from remote1.com and remote2.com and saves all NS and A records on to yourdomain.com map as CNAME.
I have a perl script that does this for us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 05:27 AM
06-29-2001 05:27 AM
Re: telnet connection times
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 05:56 AM
06-29-2001 05:56 AM
Re: telnet connection times
You can configure your /etc/nsswitch.conf file to look at files first and put all the telnetted terminal ids in the /etc/hosts file.