<?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: Problems with telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731860#M254633</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Check your hostname is proper.&lt;BR /&gt;# hostname &lt;BR /&gt;# cat /etc/hosts&lt;BR /&gt;Both should be similar&lt;BR /&gt;&lt;BR /&gt;2. Check /etc/nsswitch.conf file.&lt;BR /&gt;See you have set proper resolution order.&lt;BR /&gt;&lt;BR /&gt;3. Check /etc/rc.config.d/netconf&lt;BR /&gt;For proper NIC configuration.&lt;BR /&gt;&lt;BR /&gt;4. Use "linkloop" command to see if you are able to ping the switch port (cable may be bad)&lt;BR /&gt;&lt;BR /&gt;5. Check your NIC port and switch port setting are in sync. Both should have similar speed settings, Duplexing etc.&lt;BR /&gt;&lt;BR /&gt;Hope that resolves.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Feb 2006 08:55:49 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2006-02-15T08:55:49Z</dc:date>
    <item>
      <title>Problems with telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731855#M254628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have installed a new computer, I am in console and I have net configured, but when I do a telnet loopback o telnet itself, it doesn't works ok.&lt;BR /&gt;&lt;BR /&gt;Does anyone could help me?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#telnet 10.2.3.3&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 10.2.3.3&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;&lt;BR /&gt;(it hangs here)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# netstat -a |grep -i telnet&lt;BR /&gt;tcp        0      0  9z09.49298           9z09.telnet           FIN_WAIT_2&lt;BR /&gt;tcp        0      0  9z09.telnet          9z09.49298            CLOSE_WAIT&lt;BR /&gt;tcp        0      0  9z09.49306           9z09.telnet           FIN_WAIT_2&lt;BR /&gt;tcp        0      0  localhost.49300        localhost.telnet        FIN_WAIT_2&lt;BR /&gt;tcp        0      0  *.telnet               *.*                     LISTEN&lt;BR /&gt;tcp        0      0  9z09.telnet          9z09.49304            CLOSE_WAIT&lt;BR /&gt;tcp        0      0  9z09.telnet          9z09.49306            CLOSE_WAIT&lt;BR /&gt;tcp        0      0  localhost.telnet       localhost.49296         CLOSE_WAIT&lt;BR /&gt;tcp        0      0  9z09.49304           9z09.telnet           FIN_WAIT_2&lt;BR /&gt;tcp        0      0  localhost.49296        localhost.telnet        FIN_WAIT_2&lt;BR /&gt;tcp        0      0  localhost.telnet       localhost.49300         CLOSE_WAIT&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 04:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731855#M254628</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2006-02-15T04:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731856#M254629</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check the speed of your network card and the port setting on your switch.&lt;BR /&gt;&lt;BR /&gt;It is best to put these on the same settings</description>
      <pubDate>Wed, 15 Feb 2006 05:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731856#M254629</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2006-02-15T05:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731857#M254630</link>
      <description>what is your stty setting? Post this as,&lt;BR /&gt;&lt;BR /&gt;# stty &lt;BR /&gt;&lt;BR /&gt;# stty echo&lt;BR /&gt;# telnet localhost&lt;BR /&gt;&lt;BR /&gt;what are you getting now? Post the informations.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 05:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731857#M254630</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-15T05:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731858#M254631</link>
      <description># stty&lt;BR /&gt;speed 9600 baud; -parity hupcl clocal&lt;BR /&gt;intr = ^C; erase = DEL; kill = ^U;&lt;BR /&gt;eol2 = ^@; swtch = ^@;&lt;BR /&gt;brkint -inpck icrnl ixoff onlcr&lt;BR /&gt;-iexten echo echoe echok&lt;BR /&gt;-echoctl -echoke&lt;BR /&gt;&lt;BR /&gt;# stty echo&lt;BR /&gt;&lt;BR /&gt;# telnet localhost&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to localhost.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731858#M254631</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2006-02-15T07:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731859#M254632</link>
      <description>is telnet running?&lt;BR /&gt;Please give the folowing comands to check:&lt;BR /&gt; &lt;BR /&gt;grep telnet /etc/inetd.conf &lt;BR /&gt;/usr/sbin/inetd&lt;BR /&gt;inetd -c (to read the inetd.conf)&lt;BR /&gt;ore if it is not in the inetd&lt;BR /&gt;ps -ef |grep telnet</description>
      <pubDate>Wed, 15 Feb 2006 07:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731859#M254632</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2006-02-15T07:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731860#M254633</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Check your hostname is proper.&lt;BR /&gt;# hostname &lt;BR /&gt;# cat /etc/hosts&lt;BR /&gt;Both should be similar&lt;BR /&gt;&lt;BR /&gt;2. Check /etc/nsswitch.conf file.&lt;BR /&gt;See you have set proper resolution order.&lt;BR /&gt;&lt;BR /&gt;3. Check /etc/rc.config.d/netconf&lt;BR /&gt;For proper NIC configuration.&lt;BR /&gt;&lt;BR /&gt;4. Use "linkloop" command to see if you are able to ping the switch port (cable may be bad)&lt;BR /&gt;&lt;BR /&gt;5. Check your NIC port and switch port setting are in sync. Both should have similar speed settings, Duplexing etc.&lt;BR /&gt;&lt;BR /&gt;Hope that resolves.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 08:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731860#M254633</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-02-15T08:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731861#M254634</link>
      <description>I think that this problem is related to name resolution. Check your /etc/hosts file (add your computer there), your DNS configuration in /etc/resolv.conf and /etc/nsswitch.conf.</description>
      <pubDate>Wed, 15 Feb 2006 09:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-telnet/m-p/3731861#M254634</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-15T09:00:18Z</dc:date>
    </item>
  </channel>
</rss>

