<?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: Cannot Telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073890#M439166</link>
    <description>Hi all,&lt;BR /&gt;       I want to close the thread.My problem is been solved by configuring /etc/nsswitch.conf file. Actually the file was missing.&lt;BR /&gt;&lt;BR /&gt;Thanks all. Thanks for your support.</description>
    <pubDate>Mon, 15 Oct 2007 04:41:09 GMT</pubDate>
    <dc:creator>Mamidela</dc:creator>
    <dc:date>2007-10-15T04:41:09Z</dc:date>
    <item>
      <title>Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073882#M439158</link>
      <description>Hi,&lt;BR /&gt;   I can ping to my server but cannot telnet to/from the server. Verified /etc/services and telnet is enabled.&lt;BR /&gt;&lt;BR /&gt;Appreciate your help in resolving the issue.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 02:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073882#M439158</guid>
      <dc:creator>Mamidela</dc:creator>
      <dc:date>2007-10-12T02:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073883#M439159</link>
      <description>hi J&lt;BR /&gt;&lt;BR /&gt;check&lt;BR /&gt;# ps -ef  |grep inetd&lt;BR /&gt;    root   857     1  0  Oct 10  ?         0:05 /usr/sbin/inetd&lt;BR /&gt;    root 20489 20472  1 15:29:56 pts/ta    0:00 grep inetd&lt;BR /&gt;&lt;BR /&gt;# telnet 0&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 0.&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 pluto B.11.11 U 9000/800 (tb)&lt;BR /&gt;&lt;BR /&gt;login:&lt;BR /&gt;&lt;BR /&gt;For a start troubleshooting&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 02:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073883#M439159</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-10-12T02:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073884#M439160</link>
      <description>Do you have this entry in /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd</description>
      <pubDate>Fri, 12 Oct 2007 03:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073884#M439160</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-10-12T03:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073885#M439161</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;check /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 23&lt;BR /&gt;netstat -an | grep 22&lt;BR /&gt;&lt;BR /&gt;See if they are listening. If not its time to configure the daemons.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 12 Oct 2007 06:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073885#M439161</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-12T06:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073886#M439162</link>
      <description>As usual, it might help to see actual&lt;BR /&gt;commands and actual results.&lt;BR /&gt;&lt;BR /&gt;Have you tried Telnetting from the HP-UX&lt;BR /&gt;system to itself?  To 127.0.0.1?  What&lt;BR /&gt;happens when you do?</description>
      <pubDate>Fri, 12 Oct 2007 09:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073886#M439162</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-12T09:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073887#M439163</link>
      <description>Which OS are you running, by the way?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1168646" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1168646&lt;/A&gt;</description>
      <pubDate>Fri, 12 Oct 2007 09:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073887#M439163</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-12T09:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073888#M439164</link>
      <description>I just Installed HP-UX 11iV3 in rp3440 server.&lt;BR /&gt;&lt;BR /&gt;Entry in &lt;BR /&gt;#/etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;telnet streat tcp6 nowait root /usr/lbin/telnetd&lt;BR /&gt;&lt;BR /&gt;---------&lt;BR /&gt;&lt;BR /&gt;entry in &lt;BR /&gt;#/etc/services&lt;BR /&gt;&lt;BR /&gt;telnet   23/tcp   # Virtual Terminal Protocol&lt;BR /&gt;---------&lt;BR /&gt;entry in &lt;BR /&gt;#/etc/nsswitch.conf&lt;BR /&gt;hosts: files   [NOTFOUND=continue UNAVAIL=continue] dns     [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;networks:     files nis&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files nis&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:  nis&lt;BR /&gt;automount:    files nis&lt;BR /&gt;aliases:      files nis&lt;BR /&gt;services:     files nis&lt;BR /&gt;ipnodes:    files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;-----------&lt;BR /&gt;Tried to telnet 127.0.0.1 again got unknown service.&lt;BR /&gt;&lt;BR /&gt;inetd daemon is running&lt;BR /&gt;&lt;BR /&gt;is it a firewall problem?? Is there a way to disable firewal??&lt;BR /&gt;&lt;BR /&gt;Do you think I'm missing any patches??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2007 02:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073888#M439164</guid>
      <dc:creator>Mamidela</dc:creator>
      <dc:date>2007-10-15T02:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073889#M439165</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look here in your reply:&lt;BR /&gt;&lt;BR /&gt;Entry in &lt;BR /&gt;#/etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;telnet streat tcp6 nowait root /usr/lbin/telnetd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this needs to be:&lt;BR /&gt;telnet stream tcp6 nowait root /usr/lbin/telnetd&lt;BR /&gt;&lt;BR /&gt;after changing "streat" to "stream" run "inetd -c"&lt;BR /&gt;&lt;BR /&gt;and then check via "netstat -a|grep 23"&lt;BR /&gt;or "netstat -a|grep -i telnet"</description>
      <pubDate>Mon, 15 Oct 2007 03:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073889#M439165</guid>
      <dc:creator>SKSingh_1</dc:creator>
      <dc:date>2007-10-15T03:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073890#M439166</link>
      <description>Hi all,&lt;BR /&gt;       I want to close the thread.My problem is been solved by configuring /etc/nsswitch.conf file. Actually the file was missing.&lt;BR /&gt;&lt;BR /&gt;Thanks all. Thanks for your support.</description>
      <pubDate>Mon, 15 Oct 2007 04:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073890#M439166</guid>
      <dc:creator>Mamidela</dc:creator>
      <dc:date>2007-10-15T04:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073891#M439167</link>
      <description>Hi all,&lt;BR /&gt;I want to close the thread.My problem is been solved by configuring /etc/nsswitch.conf file. Actually the file was missing.&lt;BR /&gt;&lt;BR /&gt;Thanks all. Thanks for your support.</description>
      <pubDate>Mon, 15 Oct 2007 04:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-telnet/m-p/5073891#M439167</guid>
      <dc:creator>Mamidela</dc:creator>
      <dc:date>2007-10-15T04:43:08Z</dc:date>
    </item>
  </channel>
</rss>

