<?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: TCP/IP connect timeout on HP-UX 11.31 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154453#M56546</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By changing the TMOUT variable we can set the telnet sessions timeout. To see the currently set value&lt;BR /&gt;#echo $TMOUT&lt;BR /&gt;0&lt;BR /&gt;If  it returns the value of 0 means it is indefinite. Sessions will not get disconnected at all.&lt;BR /&gt;&lt;BR /&gt;If want the sessions to be disconnected if it is idle for 120 seconds set like this.&lt;BR /&gt;&lt;BR /&gt;#export TMOUT=120&lt;BR /&gt;&lt;BR /&gt;So if any sessions are idle for 120 seconds then the session will be disconnected. This is temprory only. If you want to set it permanently add the entry in /etc/profile or individual user profile(~HOME/.profile)&lt;BR /&gt;&lt;BR /&gt;If TMOUT value is 0 and if still sessions gets disconnected, then there could be network settings. Need to contact network administrator. In the network, the network administrator may have set the settings in such a way that if any telnet connection is idle for more than a defined time then the session will be disconnected at router level..&lt;BR /&gt;</description>
    <pubDate>Tue, 03 Feb 2009 14:30:46 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-02-03T14:30:46Z</dc:date>
    <item>
      <title>TCP/IP connect timeout on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154452#M56545</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;is there anyone who can tell me if it's possible to modify the tcp/ip connect timeout. The Default settings is 60s and i would like to change it to 10s.&lt;BR /&gt;&lt;BR /&gt;I've checked some ndd tcp parameter, but i don't know if there is one to modify the timeout settings.&lt;BR /&gt;&lt;BR /&gt;Udo</description>
      <pubDate>Tue, 03 Feb 2009 13:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154452#M56545</guid>
      <dc:creator>Ulrich Stammberger</dc:creator>
      <dc:date>2009-02-03T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP connect timeout on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154453#M56546</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By changing the TMOUT variable we can set the telnet sessions timeout. To see the currently set value&lt;BR /&gt;#echo $TMOUT&lt;BR /&gt;0&lt;BR /&gt;If  it returns the value of 0 means it is indefinite. Sessions will not get disconnected at all.&lt;BR /&gt;&lt;BR /&gt;If want the sessions to be disconnected if it is idle for 120 seconds set like this.&lt;BR /&gt;&lt;BR /&gt;#export TMOUT=120&lt;BR /&gt;&lt;BR /&gt;So if any sessions are idle for 120 seconds then the session will be disconnected. This is temprory only. If you want to set it permanently add the entry in /etc/profile or individual user profile(~HOME/.profile)&lt;BR /&gt;&lt;BR /&gt;If TMOUT value is 0 and if still sessions gets disconnected, then there could be network settings. Need to contact network administrator. In the network, the network administrator may have set the settings in such a way that if any telnet connection is idle for more than a defined time then the session will be disconnected at router level..&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 14:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154453#M56546</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-03T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP connect timeout on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154454#M56547</link>
      <description>The following two commands will list all the ndd parameters for tcp/ip. Not sure which you will need to modify though.&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/tcp ?&lt;BR /&gt;ndd -get /dev/ip ?&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 14:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154454#M56547</guid>
      <dc:creator>bright image</dc:creator>
      <dc:date>2009-02-03T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP connect timeout on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154455#M56548</link>
      <description>Assuming my 11.11-based knowledge is still current :)&lt;BR /&gt;&lt;BR /&gt;You might look into tcp_ip_abort_cinterval - that is how long TCP will wait for an ACK of a SYN or SYN|ACK segment.&lt;BR /&gt;&lt;BR /&gt;Keep in mind though that ndd settings are system-wide, and that the initial timeout will be based on tcp_rexmit_interval_initial and double each time.  So, setting tcp_ip_abort_cinterval to 10 seconds may only give one or two retransmissions of the SYN or SYN|ACK segment.&lt;BR /&gt;&lt;BR /&gt;For "supported" tunables, one can issue the command:&lt;BR /&gt;&lt;BR /&gt;ndd -h &lt;TUNABLE&gt;&lt;BR /&gt;&lt;BR /&gt;for a decent description.&lt;/TUNABLE&gt;</description>
      <pubDate>Wed, 04 Feb 2009 00:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154455#M56548</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-02-04T00:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP connect timeout on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154456#M56549</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check the following ndd parameters ,&lt;BR /&gt;&lt;BR /&gt;tcp_time_wait_interval&lt;BR /&gt;tcp_tw_cleanup_interval&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;use ndd -h &lt;PARAMETER&gt; for help&lt;/PARAMETER&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154456#M56549</guid>
      <dc:creator>Sani</dc:creator>
      <dc:date>2009-02-04T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP connect timeout on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154457#M56550</link>
      <description>Thank for your assistance,&lt;BR /&gt;&lt;BR /&gt;i will test the ndd settings later.&lt;BR /&gt;&lt;BR /&gt;Actually i have placed a workaround into my shell script.&lt;BR /&gt;&lt;BR /&gt;Do a ping before i start a tcp/ip connection.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you all&lt;BR /&gt;&lt;BR /&gt;Udo&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2009 10:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154457#M56550</guid>
      <dc:creator>Ulrich Stammberger</dc:creator>
      <dc:date>2009-02-05T10:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP connect timeout on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154458#M56551</link>
      <description>Pings - specifically ICMP Echo Requests and Reponses - may be blocked by firewalls which would otherwise let traffic pass.  As such, a ping not working may be a false positive on an unreachable system.</description>
      <pubDate>Thu, 05 Feb 2009 17:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tcp-ip-connect-timeout-on-hp-ux-11-31/m-p/5154458#M56551</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-02-05T17:50:16Z</dc:date>
    </item>
  </channel>
</rss>

