<?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: What are this ports for ..... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642374#M19967</link>
    <description>Are you servers listening at the mentioned ports stand-alone ones,&lt;BR /&gt;or are you asking for how to configure xinetd to start them?&lt;BR /&gt;In the latter case you would have to place a config file in /etc/xinetd.d and restart xinetd.</description>
    <pubDate>Wed, 05 Oct 2005 08:24:10 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2005-10-05T08:24:10Z</dc:date>
    <item>
      <title>What are this ports for .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642372#M19965</link>
      <description>Hi All &lt;BR /&gt;&lt;BR /&gt;Can Somebody tell me  what  are these ports used for ...How can we enable this in Red hat linux 9 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Socks                           1080/tcp   Socks&lt;BR /&gt;&lt;BR /&gt;Rmiactivation                 1098/tcp   RMI Activation&lt;BR /&gt;&lt;BR /&gt;Rmiactivation                 1098/udp  RMI Activation&lt;BR /&gt;&lt;BR /&gt;Rmiregistry                    1099/tcp   RMI Registry&lt;BR /&gt;&lt;BR /&gt;Rmiregistry                    1099/udp  RMI Registry&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 07:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642372#M19965</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-10-05T07:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: What are this ports for .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642373#M19966</link>
      <description>I don't know that the ports are for, but to enable a port, you need to install a service/daemon that uses that port.&lt;BR /&gt;&lt;BR /&gt;When the services starts up, the ports will be openned. You also should configure that ports in the /etc/services file.&lt;BR /&gt;&lt;BR /&gt;You can see the ports open using netstat -an, check for the LISTEN entries.</description>
      <pubDate>Wed, 05 Oct 2005 08:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642373#M19966</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-05T08:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: What are this ports for .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642374#M19967</link>
      <description>Are you servers listening at the mentioned ports stand-alone ones,&lt;BR /&gt;or are you asking for how to configure xinetd to start them?&lt;BR /&gt;In the latter case you would have to place a config file in /etc/xinetd.d and restart xinetd.</description>
      <pubDate>Wed, 05 Oct 2005 08:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642374#M19967</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-10-05T08:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: What are this ports for .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642375#M19968</link>
      <description>&lt;BR /&gt;bit of google search tells that these ports are somehow related to JAVA Remote Object Activation. I don't know what they are so don't ask me about that :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 05 Oct 2005 08:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642375#M19968</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-10-05T08:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: What are this ports for .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642376#M19969</link>
      <description>Hi All &lt;BR /&gt;&lt;BR /&gt;What shall I do to enable this port ...&lt;BR /&gt;If I put the entries in xinetd ..will it work ...&lt;BR /&gt;&lt;BR /&gt;Please help &lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Wed, 05 Oct 2005 08:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642376#M19969</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-10-05T08:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: What are this ports for .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642377#M19970</link>
      <description>You need to know the daemon/service that opens that port. You cannot add an entry to xinetd.conf and "start" the service without a "real" daemon running. Also, by now, you cannot tell if the service/daemon that uses that port runs under xinetd or is a independent service started with a rc init script.</description>
      <pubDate>Wed, 05 Oct 2005 09:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-are-this-ports-for/m-p/3642377#M19970</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-05T09:27:00Z</dc:date>
    </item>
  </channel>
</rss>

