<?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 access port 3202 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323433#M187763</link>
    <description>Hello That so: &lt;BR /&gt;I follow with the problem of the ports, now even in some other services defined in the /etc/services, Somebody can support to me?</description>
    <pubDate>Wed, 07 Jul 2004 10:55:46 GMT</pubDate>
    <dc:creator>Victor Hugo Cortes</dc:creator>
    <dc:date>2004-07-07T10:55:46Z</dc:date>
    <item>
      <title>cannot access port 3202</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323426#M187756</link>
      <description>When attempt to use the commando: telnet hostname 3202, shows the message to me:&lt;BR /&gt;conection refused, although the hostname is to if same.&lt;BR /&gt;&lt;BR /&gt;If I do not use ports connection telnet it even presents/displays without problems or if I add the port number 23 too.&lt;BR /&gt;&lt;BR /&gt;Can somebody help me please?</description>
      <pubDate>Mon, 05 Jul 2004 18:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323426#M187756</guid>
      <dc:creator>Victor Hugo Cortes</dc:creator>
      <dc:date>2004-07-05T18:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: cannot access port 3202</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323427#M187757</link>
      <description>Hi Victor&lt;BR /&gt;&lt;BR /&gt;Most likely there is no service listening on port 3202, hence your connection is refused.&lt;BR /&gt;Do you know what service you expect to be listening on this port?&lt;BR /&gt;&lt;BR /&gt;On the server you are trying to connect to port 3202, you can run the following commands to check services listening on a specific port:&lt;BR /&gt;# netstat -a | grep ".3202 "&lt;BR /&gt;&lt;BR /&gt;or if you have lsof installed use:&lt;BR /&gt;# lsof -i | grep ".3202 "&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2004 19:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323427#M187757</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2004-07-05T19:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: cannot access port 3202</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323428#M187758</link>
      <description>lsof is the best tool, athough netstat can provide some information.&lt;BR /&gt;&lt;BR /&gt;# lsof -i tcp:3202 &lt;BR /&gt;# lsof -i udp:3202</description>
      <pubDate>Mon, 05 Jul 2004 19:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323428#M187758</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-05T19:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: cannot access port 3202</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323429#M187759</link>
      <description>What application are u running on that port.&lt;BR /&gt;With no application it has this response.&lt;BR /&gt;&lt;BR /&gt;If you are running a web server on that port,check whether the web server or the service assigned for that port is running.</description>
      <pubDate>Mon, 05 Jul 2004 22:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323429#M187759</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-07-05T22:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: cannot access port 3202</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323430#M187760</link>
      <description>Thanks to answer my call so soon, send to you my commentaries: &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;The application that asks for port 3202 is SAP and it is used to provide the connection of the graphic environment user, but the servant rejects the connection and when I proving the telnet assigning a number of port in another server, this works without problems.&lt;BR /&gt;&lt;BR /&gt;When executing the commando netstat - a | grep 3202, non receipt any type of information, think that I do not have listen those ports although they exist in the /etc/services. Lamentably I do not have installed lsof, some other suggestion?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2004 11:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323430#M187760</guid>
      <dc:creator>Victor Hugo Cortes</dc:creator>
      <dc:date>2004-07-06T11:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: cannot access port 3202</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323431#M187761</link>
      <description>This is the output that originates the commando netstat - a | grep 3202 in a servant who if this working in normal form, can help me to interpret it and in its case of raising the faltantes services?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;udp4       0      0  loopback.39764         loopback.3202&lt;BR /&gt;udp4       0      0  *.3202                 *.*&lt;BR /&gt;udp4       0      0  loopback.33991         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.33993         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.33995         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.33997         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.33998         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.33999         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.34000         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.34001         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.34002         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.34003         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.34004         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.34005         loopback.3202&lt;BR /&gt;udp4       0      0  loopback.34009         loopback.3202</description>
      <pubDate>Tue, 06 Jul 2004 11:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323431#M187761</guid>
      <dc:creator>Victor Hugo Cortes</dc:creator>
      <dc:date>2004-07-06T11:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: cannot access port 3202</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323432#M187762</link>
      <description>This is a socket address. The server listens on port 3202 on 127.0.01 and client (here it is local) aplication get's a dynamically allocated socket number to for a socket. udp4 says this connectins are UDP.&lt;BR /&gt;&lt;BR /&gt;"udp4 0 0 loopback.33991 loopback.3202"&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Tue, 06 Jul 2004 12:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323432#M187762</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-07-06T12:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: cannot access port 3202</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323433#M187763</link>
      <description>Hello That so: &lt;BR /&gt;I follow with the problem of the ports, now even in some other services defined in the /etc/services, Somebody can support to me?</description>
      <pubDate>Wed, 07 Jul 2004 10:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-access-port-3202/m-p/3323433#M187763</guid>
      <dc:creator>Victor Hugo Cortes</dc:creator>
      <dc:date>2004-07-07T10:55:46Z</dc:date>
    </item>
  </channel>
</rss>

