<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666976#M49889</link>
    <description>Problem solved. it is the inetd daemon. Well done. And many thanks to Steven.</description>
    <pubDate>Tue, 19 Feb 2002 10:30:36 GMT</pubDate>
    <dc:creator>Li_7</dc:creator>
    <dc:date>2002-02-19T10:30:36Z</dc:date>
    <item>
      <title>Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666970#M49883</link>
      <description>I???ve got HP-UX 11.00.&lt;BR /&gt;&lt;BR /&gt;I could not use telnet to log into the server. Before that, there is no problem on the server. On the reboot, there are some error messages, erroras follow.&lt;BR /&gt;&lt;BR /&gt;rpcbind: init_transport: check binding for tcp&lt;BR /&gt; rpcbind: init_transport: check binding for ticlts&lt;BR /&gt; rpcbind: svc_tli_create: t_getname failed; T_IDLE&lt;BR /&gt; rpcbind: svc_dg_create: could not get transport information&lt;BR /&gt; rpcbind: init_transport: Could not create rmtcall fd for ticlts&lt;BR /&gt; brian rpcbind: init_transport: check binding for ticotsord&lt;BR /&gt; brian rpcbind: init_transport: check binding for ticots&lt;BR /&gt; brian vmunix: NFS server (pid562@/net) not responding still trying&lt;BR /&gt; /usr/sbin/nfsd[627]: Setting STREAMS-HEAD high water value to 65536.&lt;BR /&gt;&lt;BR /&gt;  I can ping the server. &lt;BR /&gt;&lt;BR /&gt;I try to telnet localhost through the console. It gives ???connection refused???.&lt;BR /&gt;&lt;BR /&gt;# ps -fae | grep inetd&lt;BR /&gt;    root  2331   576  0 21:01:39 ttyd0p2   0:00 grep inetd&lt;BR /&gt;# grep telnet /etc/inetd.conf&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd &lt;BR /&gt;# grep telnet /var/adm/inetd.sec&lt;BR /&gt;telnet  allow&lt;BR /&gt;# netstat -rn | grep default&lt;BR /&gt;# grep telnet /etc/services&lt;BR /&gt;telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;I can ping default router.&lt;BR /&gt;&lt;BR /&gt;There is no problem on the network. I can ping other computers in the network.&lt;BR /&gt;&lt;BR /&gt;Lanscan gives follow:&lt;BR /&gt;0/0/0/0  0x001083FC4238 0   UP    lan0 snap0     1   ETHER     Yes     119&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net &lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 21:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666970#M49883</guid>
      <dc:creator>Li_7</dc:creator>
      <dc:date>2002-02-18T21:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666971#M49884</link>
      <description>What does&lt;BR /&gt;netstat -a |grep telnet&lt;BR /&gt;say?&lt;BR /&gt;&lt;BR /&gt;Connection refused sounds like it's not listening for telnet.&lt;BR /&gt;&lt;BR /&gt;I notice netstat -rn does not have a default route.  Are we limited to the local LAN or is the router doing proxy arp for us?&lt;BR /&gt;&lt;BR /&gt;Can you ping this host from your starting point?  If so try unplugging the network cable on the one you want to telnet to and make sure the ping to it fails.  You could have a duplicate ip address and be hitting a Windows box.&lt;BR /&gt;&lt;BR /&gt;Can you telnet to the local host while logged onto the console?&lt;BR /&gt;&lt;BR /&gt;telnet 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 22:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666971#M49884</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-02-18T22:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666972#M49885</link>
      <description>Well, the 'ps -aef | grep inetd' ouput doesn't show that the inetd daemon is working ! Check the reasons for that - inetd should be running.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 18 Feb 2002 22:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666972#M49885</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-18T22:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666973#M49886</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;You can ping the host.&lt;BR /&gt;&lt;BR /&gt;telnet 127.0.0.1 gives "connection refused".</description>
      <pubDate>Tue, 19 Feb 2002 02:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666973#M49886</guid>
      <dc:creator>Li_7</dc:creator>
      <dc:date>2002-02-19T02:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666974#M49887</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Few questions for you.&lt;BR /&gt;&lt;BR /&gt;First are there any users that have been able to telnet to the server since the last reboot?&lt;BR /&gt;&lt;BR /&gt;How many user licenses do you have?&lt;BR /&gt;&lt;BR /&gt;Can you telnet to a different server?&lt;BR /&gt;&lt;BR /&gt;Is the inetd service actually running?&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep inetd&lt;BR /&gt;    root   604     1  0 16:47:24 ?         0:00 /usr/sbin/inetd&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 19 Feb 2002 02:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666974#M49887</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-19T02:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666975#M49888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From your ps output, your inetd daemon is not running at all to allow servicing of telnet requests.&lt;BR /&gt;&lt;BR /&gt;# ps -fae | grep inetd &lt;BR /&gt;root 2331 576 0 21:01:39 ttyd0p2 0:00 grep inetd&lt;BR /&gt;&lt;BR /&gt;Check that the following files exist and the startup script begins with a capital S ie. S500inetd.&lt;BR /&gt;&lt;BR /&gt;# ls -la /sbin/init.d/inetd&lt;BR /&gt;-r-xr-xr-x   1 bin        bin           1386 Oct 27  1997 /sbin/init.d/inetd&lt;BR /&gt;# ls -la /sbin/rc2.d/*inetd&lt;BR /&gt;lrwxr-xr-x   1 root       sys             18 Mar 17  2000 /sbin/rc2.d/S500inetd -&amp;gt; /sbin/init.d/inetd&lt;BR /&gt;&lt;BR /&gt;To start your inetd daemon in your current running environment, execute&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Tue, 19 Feb 2002 04:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666975#M49888</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-19T04:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666976#M49889</link>
      <description>Problem solved. it is the inetd daemon. Well done. And many thanks to Steven.</description>
      <pubDate>Tue, 19 Feb 2002 10:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666976#M49889</guid>
      <dc:creator>Li_7</dc:creator>
      <dc:date>2002-02-19T10:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666977#M49890</link>
      <description>Li,&lt;BR /&gt;&lt;BR /&gt;Lot of people involved in to solve the issue YOU should assign points.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 19 Feb 2002 13:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2666977#M49890</guid>
      <dc:creator>Anthony khan</dc:creator>
      <dc:date>2002-02-19T13:55:34Z</dc:date>
    </item>
  </channel>
</rss>

