<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797656#M607606</link>
    <description>Thanks for the update.Network Team is saying that the port is enabled from the firewall side.From server side we need to open the port and make it to listenable mode.How can I do that?&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Jun 2011 10:42:49 GMT</pubDate>
    <dc:creator>kunjuttan</dc:creator>
    <dc:date>2011-06-10T10:42:49Z</dc:date>
    <item>
      <title>telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797652#M607602</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am facing one problem in one of our server.If I am trying to telnet to one of our server using port number,it is giving an error.How to solve this issue.&lt;BR /&gt;&lt;BR /&gt;#telnet 172.16.8.164 3301&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But If I am trying to connect using other port it is getting connected.What to do?&lt;BR /&gt;#telnet 172.16.8.164 3300&lt;BR /&gt;&lt;BR /&gt;OS Version is HP-Unix11.31</description>
      <pubDate>Fri, 10 Jun 2011 09:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797652#M607602</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2011-06-10T09:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797653#M607603</link>
      <description>Hi,&lt;BR /&gt;well, that port is either not allowed to be accessed from your station (firewall) or it's not even listening on the server.&lt;BR /&gt;&lt;BR /&gt;Check it with your network admin, if there are any restrictions.</description>
      <pubDate>Fri, 10 Jun 2011 09:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797653#M607603</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2011-06-10T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797654#M607604</link>
      <description>or try from the server:&lt;BR /&gt;&lt;BR /&gt;#telnet localhost 3301&lt;BR /&gt;if the service is listening on the given port</description>
      <pubDate>Fri, 10 Jun 2011 09:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797654#M607604</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2011-06-10T09:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797655#M607605</link>
      <description>you could check also with a netstat on the server&lt;BR /&gt;&lt;BR /&gt;and if you well a listening socket on port *:3300 , then there is a firewall between you and the server.&lt;BR /&gt;&lt;BR /&gt;The other option si that listenqueue is full.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2011 10:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797655#M607605</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-06-10T10:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797656#M607606</link>
      <description>Thanks for the update.Network Team is saying that the port is enabled from the firewall side.From server side we need to open the port and make it to listenable mode.How can I do that?&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2011 10:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797656#M607606</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2011-06-10T10:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797657#M607607</link>
      <description>the application should be responsible to open that port and listen on it.</description>
      <pubDate>Fri, 10 Jun 2011 10:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797657#M607607</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2011-06-10T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797658#M607608</link>
      <description>I am afraid it depends on your application.&lt;BR /&gt;&lt;BR /&gt;you can check if any application is listening&lt;BR /&gt;with a &lt;BR /&gt;netstat -an |grep LISTEN |grep '\.3300 '&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2011 10:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797658#M607608</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-06-10T10:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797659#M607609</link>
      <description># netstat -an |grep LISTEN |grep '\.3300 '&lt;BR /&gt;tcp        0      0  *.3300                 *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# netstat -an |grep LISTEN |grep '\.3301'&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Here for port 3300 its is showing listening and I can able to telnet using 3300.But I cant do it using 3301.In the netstat command also it is not giving any output.&lt;BR /&gt;How can I enable the port 3301 to listen state?</description>
      <pubDate>Fri, 10 Jun 2011 10:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797659#M607609</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2011-06-10T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797660#M607610</link>
      <description>It's the role of the application to assign port numbers. Check any configuration files of the application , maybe you can define, where the application should listen (on which port / ports).</description>
      <pubDate>Fri, 10 Jun 2011 11:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797660#M607610</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2011-06-10T11:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797661#M607611</link>
      <description>what application would you like to listen on port 3301?&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2011 11:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797661#M607611</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-06-10T11:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797662#M607612</link>
      <description>We are using SAP</description>
      <pubDate>Fri, 10 Jun 2011 11:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797662#M607612</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2011-06-10T11:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797663#M607613</link>
      <description>look at that &lt;BR /&gt;&lt;A href="http://forums.sdn.sap.com/thread.jspa?threadID=1571340" target="_blank"&gt;http://forums.sdn.sap.com/thread.jspa?threadID=1571340&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you just need to configure RFC &lt;BR /&gt;gateway service: sapgw01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if it is RFC you want to listen to port 3301</description>
      <pubDate>Fri, 10 Jun 2011 11:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-issue/m-p/4797663#M607613</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-06-10T11:32:35Z</dc:date>
    </item>
  </channel>
</rss>

