Operating System - HP-UX
1832884 Members
2542 Online
110048 Solutions
New Discussion

Re: Possible TELNETD Issue

 
Tom Whalen_1
New Member

Possible TELNETD Issue

We have a application that is using a proprietary client using telnet as the underlaying communication layer. While using the client, the session will randomly time out which gives the perception to the users that the application has hung. Upon taking a packet trace, there seems to be a break in the IP traffic transmission thus dropping certain application-driven escape sequences which is used to paint a psuedo-GUI screen. The application vendor is pointing the figures to the HP server (big surprise there). But what's odd is they are referencing 2 patches that are suppose to clear this up and report it's a known bug in TELNETD but ITRC has not knowledge of the 2 patches. They are:

PHNE_29095 and PHNE_30695

The claim the HP is planning to release the patch under the 2nd patch ID in early 2005 but I'm not sure I believe it. Anyone else hear of these patches or seen this type of behaviour with TELNETD?

Thanks..
Tom - UNIX Sys Admin
8 REPLIES 8
Paul Haygarth
Advisor

Re: Possible TELNETD Issue

Are the users, by chance, connecting into the Network via VPN?

I've had a few customers experience the same problem, when their users were running a telnet client over a VPN tunnel, and it turned out to be a TIMEOUT setting in the VPN Appliance or router.
Tom Whalen_1
New Member

Re: Possible TELNETD Issue

Unfortunately they are local LAN connections. Interestingly enough, we called the response center to get more info on the above patches and they couldnt get any details on the 2 patch codes so they are checking with the HP Lab.

Thanks for the response..

Tom
A. Clay Stephenson
Acclaimed Contributor

Re: Possible TELNETD Issue

I was going to suggest that you put in a support call; you might get a site specific patch that way -- if it exists.

I would play with the -z and -s telnetd options (especially the -z) in your /etc/inetd.conf line and see if that improves your behavior. Man telnetd for details.
If it ain't broke, I can fix that.
Scot Bean
Honored Contributor

Re: Possible TELNETD Issue

It looks to me that the vendor may be correct. I found a reference to PHNE_29095, the patch DOES exist but is not publicly available. It is "site-specific" or "beta". You should be able to get a copy for your use thru your HP rep.
Paul Haygarth
Advisor

Re: Possible TELNETD Issue

I just thought of something else. After we upgraded to HP-UX 11i, we did notice that users would have pauses during screen refreshes in our application.

This was due to many small packets being transmitted back and forth between the terminal emulation and the application.

It could be that the Application your are running is doing the same thing. You can force telnetd, to wait and transmit larger packets by changing the /etc/inetd.conf to use the -TCP_DELAY option, which worked for us.

So the line in inetd.conf will look like this:

telnet stream tcp nowait root /usr/lbin/telnetd telnetd -TCP_DELAY

Then force a reread of inetd.conf file by running 'inetd -c'.
Tom Whalen_1
New Member

Re: Possible TELNETD Issue

Thanks - where did you find info on the patch? I'd like to review the patch spec and see what it addresses specifically.

Thanks!
Tom
Scot Bean
Honored Contributor

Re: Possible TELNETD Issue

The web source was internal to HP. I could not find an external one, except via your HP rep.
Tom Whalen_1
New Member

Re: Possible TELNETD Issue

Would it be possible to email me the specs on the patch so I can follow-up with HP on this?

Thanks..
Tom