<?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 telnet / Local flow control off in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-local-flow-control-off/m-p/3661944#M554478</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Telnet to selfserver is not working&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX ccewm01a B.11.11 U 9000/800 1127164723 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;# telnet ccewm01a.airindia.com&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to ccewm01a.airindia.com&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Local flow control off&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;# telnet 127.0.0.1&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 127.0.0.1.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Local flow control on&lt;BR /&gt;Telnet TERMINAL-SPEED option ON&lt;BR /&gt;&lt;BR /&gt;HP-UX ccewm01a B.11.11 U 9000/800 (ta)&lt;BR /&gt;login:&lt;BR /&gt;&lt;BR /&gt;and it is working.&lt;BR /&gt;Checked with /etc/hosts and /etc/inetd.conf and it is found ok. &lt;BR /&gt;&lt;BR /&gt;can u please help me in this.</description>
    <pubDate>Tue, 01 Nov 2005 10:58:14 GMT</pubDate>
    <dc:creator>SYSADMIN_8</dc:creator>
    <dc:date>2005-11-01T10:58:14Z</dc:date>
    <item>
      <title>telnet / Local flow control off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-local-flow-control-off/m-p/3661944#M554478</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Telnet to selfserver is not working&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX ccewm01a B.11.11 U 9000/800 1127164723 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;# telnet ccewm01a.airindia.com&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to ccewm01a.airindia.com&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Local flow control off&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;# telnet 127.0.0.1&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 127.0.0.1.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Local flow control on&lt;BR /&gt;Telnet TERMINAL-SPEED option ON&lt;BR /&gt;&lt;BR /&gt;HP-UX ccewm01a B.11.11 U 9000/800 (ta)&lt;BR /&gt;login:&lt;BR /&gt;&lt;BR /&gt;and it is working.&lt;BR /&gt;Checked with /etc/hosts and /etc/inetd.conf and it is found ok. &lt;BR /&gt;&lt;BR /&gt;can u please help me in this.</description>
      <pubDate>Tue, 01 Nov 2005 10:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-local-flow-control-off/m-p/3661944#M554478</guid>
      <dc:creator>SYSADMIN_8</dc:creator>
      <dc:date>2005-11-01T10:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: telnet / Local flow control off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-local-flow-control-off/m-p/3661945#M554479</link>
      <description>check to see if you have an inetd.sec and if you have, see if the source ip (self ip address) is blocked for telnet access. &lt;BR /&gt;&lt;BR /&gt;Also, on a separate window, run the command&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;while you try the failing command to see what error message gets logges into the syslog. This only works if your inetd is running with logging option enabled. To see if you have logging enabled:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep inetd&lt;BR /&gt;&lt;BR /&gt;if you get something like &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;you are good. If you do not see "-l" option, then you have to stop and restart inetd with logging enabled as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -k&lt;BR /&gt;/usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;after that, proceed with tailing the syslog as described above. Post your findings if you can not resolve the problem for more help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 01 Nov 2005 12:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-local-flow-control-off/m-p/3661945#M554479</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-11-01T12:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnet / Local flow control off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-local-flow-control-off/m-p/3661946#M554480</link>
      <description>Have you made any changes?&lt;BR /&gt;&lt;BR /&gt;Added ip addresses?&lt;BR /&gt;&lt;BR /&gt;Added patches?&lt;BR /&gt;&lt;BR /&gt;What is your level of patching for telnetd and ARPA?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Nov 2005 13:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-local-flow-control-off/m-p/3661946#M554480</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-11-01T13:41:16Z</dc:date>
    </item>
  </channel>
</rss>

