<?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: Unable to connect to remote host: Connection refused in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159021#M534992</link>
    <description>&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1316915" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1316915&lt;/A&gt;</description>
    <pubDate>Tue, 24 Feb 2009 07:45:10 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-02-24T07:45:10Z</dc:date>
    <item>
      <title>telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159017#M534988</link>
      <description>Hi &lt;BR /&gt;I have encounted a problem with telnet on the HP-UX11.11.&lt;BR /&gt;And the /etc/hosts file as following:&lt;BR /&gt;16.157.129.222 sshpa3.chn.hp.com sshpa3&lt;BR /&gt;127.0.0.1 localhost loopback&lt;BR /&gt;&lt;BR /&gt;When I use the command:&lt;BR /&gt;&lt;BR /&gt;1.root@sshpa3# telnet sshpa3&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host:Connection refused&lt;BR /&gt;&lt;BR /&gt;and when I use the command :&lt;BR /&gt;root@sshpa3# telnet localhost&lt;BR /&gt;or&lt;BR /&gt;root@sshpa3# telnet 127.0.0.1&lt;BR /&gt;can login to the system.&lt;BR /&gt;&lt;BR /&gt;so what is the problem?Thanks!&lt;BR /&gt;What's more the command "ping sshpa3 " can work well.&lt;BR /&gt;&lt;BR /&gt;And "nslookup sshpa3.chn.hp.com":&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    sshpa3.chn.hp.com&lt;BR /&gt;Address:  16.157.129.222&lt;BR /&gt;Aliases:  sshpa3&lt;BR /&gt;&lt;BR /&gt;It can resolve the realm name.&lt;BR /&gt;so what is the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 24 Feb 2009 07:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159017#M534988</guid>
      <dc:creator>yangk</dc:creator>
      <dc:date>2009-02-24T07:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159018#M534989</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is output of #telnet 16.157.129.222 ?&lt;BR /&gt;&lt;BR /&gt;Are you able to telnet using ip address?</description>
      <pubDate>Tue, 24 Feb 2009 07:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159018#M534989</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-24T07:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159019#M534990</link>
      <description>When I use the command:&lt;BR /&gt;&lt;BR /&gt;root@sshpa3# telnet 16.157.129.222&lt;BR /&gt;&lt;BR /&gt;it can login to the system.&lt;BR /&gt;I think "telnet sshpa3 " and  "telnet sshpa3.chn.hp.com" just the sshpa3 and sshpa3.chn.hp.com " can not resolve to the IP address 16.157.129.222.&lt;BR /&gt;&lt;BR /&gt;But "nslookup sshpa3.chn.hp.com":&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name: sshpa3.chn.hp.com&lt;BR /&gt;Address: 16.157.129.222&lt;BR /&gt;Aliases: sshpa3&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 07:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159019#M534990</guid>
      <dc:creator>yangk</dc:creator>
      <dc:date>2009-02-24T07:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159020#M534991</link>
      <description>Some sort of local filtering seems to be in effect. &lt;BR /&gt;&lt;BR /&gt;Does the system have IPFilter installed? &lt;BR /&gt;If it has, the configuration is usually stored at /etc/opt/ipf.&lt;BR /&gt;&lt;BR /&gt;Or maybe the system's network interface has been reconfigured without rebooting the system? In that case, running the command "inetd -c" might help.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 24 Feb 2009 07:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159020#M534991</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-02-24T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159021#M534992</link>
      <description>&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1316915" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1316915&lt;/A&gt;</description>
      <pubDate>Tue, 24 Feb 2009 07:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159021#M534992</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-02-24T07:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159022#M534993</link>
      <description>Hi ,Matti Kurkela  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But the ipf config file "ipf.conf and ipnat.conf" is empty.&lt;BR /&gt;&lt;BR /&gt;and I do not modify inetd.conf file.&lt;BR /&gt;the telnet is listening on port 23.&lt;BR /&gt;tcp        0      0  *.23                   *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;and in the inetd.conf file:&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd  -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 07:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159022#M534993</guid>
      <dc:creator>yangk</dc:creator>
      <dc:date>2009-02-24T07:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159023#M534994</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have /etc/hosts.allow and /etc/hosts.deny files in place ? If you have look into the files.&lt;BR /&gt;&lt;BR /&gt;Just to make sure we have not blocked telnet services in inetd.sec, try connecting from remote machine using hostname and ip address.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 07:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159023#M534994</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-24T07:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159024#M534995</link>
      <description>Hi ,Ganesan R &lt;BR /&gt;&lt;BR /&gt;In the folder /etc/, just have a  hosts.equiv&lt;BR /&gt;file , but just have only one line :&lt;BR /&gt;sshpa4.chn.hp.com root&lt;BR /&gt;&lt;BR /&gt;so I think there is nothing to do with the hosts.equiv file&lt;BR /&gt;&lt;BR /&gt;And also there is no deny in the inetd.sec file.</description>
      <pubDate>Tue, 24 Feb 2009 07:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159024#M534995</guid>
      <dc:creator>yangk</dc:creator>
      <dc:date>2009-02-24T07:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159025#M534996</link>
      <description>I have found what is the reason of the problem. Thank you everyone.</description>
      <pubDate>Tue, 24 Feb 2009 08:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159025#M534996</guid>
      <dc:creator>yangk</dc:creator>
      <dc:date>2009-02-24T08:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: telnet: Unable to connect to remote host: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159026#M534997</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you share your findings so that it will be useful for others when they come across the same issue?</description>
      <pubDate>Tue, 24 Feb 2009 08:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-unable-to-connect-to-remote-host-connection-refused/m-p/5159026#M534997</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-24T08:53:15Z</dc:date>
    </item>
  </channel>
</rss>

