<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Telnet problem, please help me. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868334#M277900</link>
    <description>&lt;BR /&gt;You are right, but this can't resolve my problem. I want to make the telnet not be terminated. The parameter TMOUT doesn't work.</description>
    <pubDate>Sat, 23 Sep 2006 20:15:45 GMT</pubDate>
    <dc:creator>chuanpeng_1</dc:creator>
    <dc:date>2006-09-23T20:15:45Z</dc:date>
    <item>
      <title>Telnet problem, please help me.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868330#M277896</link>
      <description>The telnet session always be terminated when the session is idle about 30 minutes. In the .profile and /etc/profile the parameter TMOUT is not configed. Echo $TMOUT return 0.&lt;BR /&gt;   The parameters in /etc/rc.config.d/nddconf are not configed.&lt;BR /&gt;   ndd -h tcp_ip_abort_interval &lt;BR /&gt;           return 10 minutes&lt;BR /&gt;   tcp_ip_abort_cinterval&lt;BR /&gt;           return 75 seconds&lt;BR /&gt;&lt;BR /&gt;   Then I try to set the TMOUT=14400 in .profile, it doesn't work.&lt;BR /&gt;   &lt;BR /&gt;   Is there any other paramters about the telnet timeout?&lt;BR /&gt;   And what can I do ?&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2006 22:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868330#M277896</guid>
      <dc:creator>chuanpeng_1</dc:creator>
      <dc:date>2006-09-22T22:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem, please help me.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868331#M277897</link>
      <description>assuming your workstation is going through a series of routers and switches to reach the server, the default inactivity timeout values of these equipment may be causing the termination of the session.&lt;BR /&gt;&lt;BR /&gt;env | grep TMOUT&lt;BR /&gt;&lt;BR /&gt;if this returns nothing or &lt;BR /&gt;TMOUT=0&lt;BR /&gt;it means that it is disabled.&lt;BR /&gt;&lt;BR /&gt;If it is disabled, only place to look is the network equipment default timeouts.&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2006 23:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868331#M277897</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-09-22T23:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem, please help me.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868332#M277898</link>
      <description>The customer said he had connect to the system from another unix machine which is in the same subnet. The session was also terminated.</description>
      <pubDate>Sat, 23 Sep 2006 03:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868332#M277898</guid>
      <dc:creator>chuanpeng_1</dc:creator>
      <dc:date>2006-09-23T03:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem, please help me.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868333#M277899</link>
      <description>The TMOUT values is NOT a telnet timeout. It is a shell timeout. As long as the user is sitting at a shell prompt, the time runs and will termiate the shell for no activity. To make the TMOUT value apply to all users, and most important, to prevent users from changing TMOUT, do this in /etc/profile:&lt;BR /&gt; &lt;BR /&gt;export TMOUT=1800&lt;BR /&gt;readonly TMOUT&lt;BR /&gt; &lt;BR /&gt;Note that if you put the change in .profile, users can change .profile at any time. Note also that if a user just runs another process (like vi), the timer stops.&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Sep 2006 10:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868333#M277899</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-23T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem, please help me.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868334#M277900</link>
      <description>&lt;BR /&gt;You are right, but this can't resolve my problem. I want to make the telnet not be terminated. The parameter TMOUT doesn't work.</description>
      <pubDate>Sat, 23 Sep 2006 20:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868334#M277900</guid>
      <dc:creator>chuanpeng_1</dc:creator>
      <dc:date>2006-09-23T20:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem, please help me.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868335#M277901</link>
      <description>OK. I misunderstood. It is very likely that your network router or firewall has a telnet sessions limit. This is very common and has nothing to do with HP-UX. Consult with your network admninistrator.</description>
      <pubDate>Sat, 23 Sep 2006 21:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868335#M277901</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-23T21:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem, please help me.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868336#M277902</link>
      <description>When the telnet session is terminated, which kind of message the user received? or there is not message at all?&lt;BR /&gt;&lt;BR /&gt;When a session terminated by TIMEOUT, user will receive a message like this:&lt;BR /&gt;&lt;BR /&gt;   shell time out in 60 seconds&lt;BR /&gt;   ksh: timed out waiting for input&lt;BR /&gt;   logout&lt;BR /&gt;   Connection closed.&lt;BR /&gt;&lt;BR /&gt;If user received something else, can you post it here? may be we can understand a pit more from the message.&lt;BR /&gt;&lt;BR /&gt;Yang</description>
      <pubDate>Mon, 25 Sep 2006 05:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868336#M277902</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-09-25T05:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem, please help me.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868337#M277903</link>
      <description>There will be no nessage when a router terminates a session. The router simply closes the connection. To see this happening, you need to download Wireshark (formerly Ethereal) from &lt;A href="http://www.wireshark.org" target="_blank"&gt;www.wireshark.org&lt;/A&gt; and trace the connection. Then show the results to your network administrator.</description>
      <pubDate>Mon, 25 Sep 2006 12:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem-please-help-me/m-p/3868337#M277903</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-25T12:56:07Z</dc:date>
    </item>
  </channel>
</rss>

