<?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: How to determine if mountd is running on reserved ports? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640619#M590158</link>
    <description>Thanks Harry...but I'm a little confused right now.  &lt;BR /&gt;If mountd is NOT being started with the "-p" option, then how come mountd uses ports in the 49213 range?  Shouldn't mountd use reserved ports under 1023 since the "-p" is not being used?</description>
    <pubDate>Tue, 08 Jan 2002 13:35:31 GMT</pubDate>
    <dc:creator>Duke Nguyen</dc:creator>
    <dc:date>2002-01-08T13:35:31Z</dc:date>
    <item>
      <title>How to determine if mountd is running on reserved ports?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640614#M590153</link>
      <description>rpcinfo returns the following info:&lt;BR /&gt;/etc/rc.config.d # rpcinfo -p |grep mountd&lt;BR /&gt;    100005    1   udp  49213  mountd&lt;BR /&gt;    100005    3   udp  49213  mountd&lt;BR /&gt;    100005    1   tcp  49163  mountd&lt;BR /&gt;    100005    3   tcp  49163  mountd&lt;BR /&gt;&lt;BR /&gt;Are these ports reserved?  I am NOT using the "-p" option when starting mountd.&lt;BR /&gt;&lt;BR /&gt;I was told that these ports are unreserved and cound pose a security risk.  I've read on another post that these ports are privileged ports and root can only access these ports...can someone please confirm for me?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 12:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640614#M590153</guid>
      <dc:creator>Duke Nguyen</dc:creator>
      <dc:date>2002-01-08T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if mountd is running on reserved ports?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640615#M590154</link>
      <description>Hi Duke,&lt;BR /&gt;&lt;BR /&gt;If you read man rpcinfo:&lt;BR /&gt;&lt;BR /&gt;-p Run from unreserved ports.The option restores old default behavior on HP-UX. .....&lt;BR /&gt;&lt;BR /&gt;So if you start mountd without the -p option you run on reserved ports.&lt;BR /&gt;&lt;BR /&gt;Hope this will help,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 12:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640615#M590154</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-01-08T12:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if mountd is running on reserved ports?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640616#M590155</link>
      <description>Download "lsof" from: &lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and it will tell you what application has what sockets open, plus its one kick-butt tool for other things as well!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 08 Jan 2002 12:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640616#M590155</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-08T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if mountd is running on reserved ports?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640617#M590156</link>
      <description>Is it true that ports greater than 1023 are all reserved ports?  And that only root can access reserved ports on the local machine?</description>
      <pubDate>Tue, 08 Jan 2002 13:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640617#M590156</guid>
      <dc:creator>Duke Nguyen</dc:creator>
      <dc:date>2002-01-08T13:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if mountd is running on reserved ports?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640618#M590157</link>
      <description>No. Typically we like to say that reserved root ports are less than 1023, but this is not always the case, ie: WEB servers using ports 80 and 443.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 08 Jan 2002 13:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640618#M590157</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-08T13:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if mountd is running on reserved ports?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640619#M590158</link>
      <description>Thanks Harry...but I'm a little confused right now.  &lt;BR /&gt;If mountd is NOT being started with the "-p" option, then how come mountd uses ports in the 49213 range?  Shouldn't mountd use reserved ports under 1023 since the "-p" is not being used?</description>
      <pubDate>Tue, 08 Jan 2002 13:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640619#M590158</guid>
      <dc:creator>Duke Nguyen</dc:creator>
      <dc:date>2002-01-08T13:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if mountd is running on reserved ports?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640620#M590159</link>
      <description>Hi Duke:&lt;BR /&gt;&lt;BR /&gt;RFC 1700 defines "well-known" or "assigned" ports as those in the range 0-1023.  Ports in the range 1024-65535 are known as "registered" ports.  That is, their usage is not controlled, but their intended use is officially documented.&lt;BR /&gt;&lt;BR /&gt;Prior to HP-UX 10.30, port numbers were chosen from the range 1024 to 5000 whenever a program let the system allocate ???anonoymously??? (bind to port number zero).  Starting with HP-UX 10.30, the "anonymous" range moved to 49152-65535, by default.&lt;BR /&gt;&lt;BR /&gt;In 11.x releases, the maximum automatically assigned port number can be changed with the ???tcp_largest_anon_port??? and ???udp_largest_anon_port??? using ???ndd??? &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Jan 2002 13:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640620#M590159</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-08T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if mountd is running on reserved ports?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640621#M590160</link>
      <description>Does mountd running on ports 49213 range cause a security concern?  If so, would running mountd with the "-p" option make mountd use a port below 1023? Thanks in advance.</description>
      <pubDate>Tue, 08 Jan 2002 14:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-if-mountd-is-running-on-reserved-ports/m-p/2640621#M590160</guid>
      <dc:creator>Duke Nguyen</dc:creator>
      <dc:date>2002-01-08T14:05:07Z</dc:date>
    </item>
  </channel>
</rss>

