<?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: a problem about telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599103#M232673</link>
    <description>Hi,&lt;BR /&gt;I think you must do the following testing:&lt;BR /&gt;The Transport Level Loopback Test can be implemented using Internet Services. In this case, you use telnet and ftp to systematically focus on a problem.&lt;BR /&gt;&lt;BR /&gt;A.Execute: telnet to remote host. Try to establish a telnet connection to the remote host.&lt;BR /&gt;B.Successful? If your telnet attempt was successful, stop. The connection is okay through the Transport Layer (OSI Layer 4).&lt;BR /&gt;C.Execute: ftp to remote host. Unlike telnet, ftp does not go through a pseudo-terminal driver (pty) on your system. This step tests to see if the pty is why telnet failed.&lt;BR /&gt;D.Successful? If ftp is successful, you likely have a problem with a pty on your system. Contact your HP representative.&lt;BR /&gt;E.TCP configured on local or remote host? Neither telnet or ftp will work if TCP is not configured on either side of the connection. Check the /etc/protocols file on both hosts to be sure TCP is installed and configured.&lt;BR /&gt;F.Configure TCP. If necessary, install TCP on either or both hosts.&lt;BR /&gt;G.Network congested? If TCP is installed on both hosts, do a file transfer to another remote host on the network. Use netstat to check for lost packets.&lt;BR /&gt;&lt;BR /&gt;If 10 percent or more packets are lost, the network is extremely busy. If you cannot determine the cause, contact your HP representative for help.&lt;BR /&gt;&lt;BR /&gt;If both ftp and telnet fail, the /etc/inetd.conf file may be configured incorrectly or the inetd daemon may not be running on the remote system.&lt;BR /&gt;&lt;BR /&gt;If the problem is not resolved, more detailed diagnostics are required. Again, contact your HP representative.</description>
    <pubDate>Tue, 09 Aug 2005 00:40:52 GMT</pubDate>
    <dc:creator>morganelan</dc:creator>
    <dc:date>2005-08-09T00:40:52Z</dc:date>
    <item>
      <title>a problem about telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599101#M232671</link>
      <description>when I telnet,display: &lt;BR /&gt;telnet 202.96.113.7&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to localhost.&lt;BR /&gt;Escape character is '^]'&lt;BR /&gt;&lt;BR /&gt;the diamon inetd is runnning,I can't use telnet and ftp,I check the inet.conf and other folder about telnet.what; wrong?</description>
      <pubDate>Tue, 09 Aug 2005 00:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599101#M232671</guid>
      <dc:creator>Nail Wang</dc:creator>
      <dc:date>2005-08-09T00:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599102#M232672</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can verify the ftp &amp;amp; telnetd services status by &lt;BR /&gt;&lt;BR /&gt;    # netstat -na|grep -e 21 -e 23&lt;BR /&gt;&lt;BR /&gt;If the output shows LISTEN like below, implies ftp(port:21) &amp;amp; telnet(port:23) services are up and running.&lt;BR /&gt;&lt;BR /&gt;tcp  0  0 *.21  *.*  LISTEN &lt;BR /&gt;tcp  0  0 *.23  *.*  LISTEN &lt;BR /&gt;&lt;BR /&gt;Give some details of problem, if other.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh &lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 00:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599102#M232672</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-09T00:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599103#M232673</link>
      <description>Hi,&lt;BR /&gt;I think you must do the following testing:&lt;BR /&gt;The Transport Level Loopback Test can be implemented using Internet Services. In this case, you use telnet and ftp to systematically focus on a problem.&lt;BR /&gt;&lt;BR /&gt;A.Execute: telnet to remote host. Try to establish a telnet connection to the remote host.&lt;BR /&gt;B.Successful? If your telnet attempt was successful, stop. The connection is okay through the Transport Layer (OSI Layer 4).&lt;BR /&gt;C.Execute: ftp to remote host. Unlike telnet, ftp does not go through a pseudo-terminal driver (pty) on your system. This step tests to see if the pty is why telnet failed.&lt;BR /&gt;D.Successful? If ftp is successful, you likely have a problem with a pty on your system. Contact your HP representative.&lt;BR /&gt;E.TCP configured on local or remote host? Neither telnet or ftp will work if TCP is not configured on either side of the connection. Check the /etc/protocols file on both hosts to be sure TCP is installed and configured.&lt;BR /&gt;F.Configure TCP. If necessary, install TCP on either or both hosts.&lt;BR /&gt;G.Network congested? If TCP is installed on both hosts, do a file transfer to another remote host on the network. Use netstat to check for lost packets.&lt;BR /&gt;&lt;BR /&gt;If 10 percent or more packets are lost, the network is extremely busy. If you cannot determine the cause, contact your HP representative for help.&lt;BR /&gt;&lt;BR /&gt;If both ftp and telnet fail, the /etc/inetd.conf file may be configured incorrectly or the inetd daemon may not be running on the remote system.&lt;BR /&gt;&lt;BR /&gt;If the problem is not resolved, more detailed diagnostics are required. Again, contact your HP representative.</description>
      <pubDate>Tue, 09 Aug 2005 00:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599103#M232673</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-09T00:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599104#M232674</link>
      <description>Hi,&lt;BR /&gt;if you want to start connection logging, run the following command:&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;Correct the files. If there was an incorrect entry or no entry in the /etc/inetd.conf or /etc/services files, enter the correct information and continue with 1D1.&lt;BR /&gt;1F.   &lt;BR /&gt;&lt;BR /&gt;Reconfigure the Internet daemon. To reconfigure inetd, execute the following as superuser:&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 01:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599104#M232674</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-09T01:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599105#M232675</link>
      <description>Hi,&lt;BR /&gt;if you want to start connection logging, run the following command:&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;After issue the above command you can try to connect the server via ftp and telnet and then see the log file in /var/adm/syslog/syslog.log.&lt;BR /&gt;&lt;BR /&gt;Correct the files. If there was an incorrect entry or no entry in the /etc/inetd.conf or /etc/services files, enter the correct information and continue with 1D1.&lt;BR /&gt;1F.   &lt;BR /&gt;&lt;BR /&gt;Reconfigure the Internet daemon. To reconfigure inetd, execute the following as superuser:&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 01:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problem-about-telnet/m-p/3599105#M232675</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-09T01:19:02Z</dc:date>
    </item>
  </channel>
</rss>

