<?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: Change port for rpc.mountd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491070#M214910</link>
    <description>Check your /etc/services file.&lt;BR /&gt;&lt;BR /&gt;NFS is inherently insecure and there is nothing you can do about it if you need to use NFS, which most HP-UX systems need at least the client portion.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 22 Feb 2005 15:24:18 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-02-22T15:24:18Z</dc:date>
    <item>
      <title>Change port for rpc.mountd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491069#M214909</link>
      <description>Our systems get scanned by another group that uses ISS.  We got the vulnerability:&lt;BR /&gt;&lt;BR /&gt;MountdReserved: NFS mount daemon operating on an non-reserved port&lt;BR /&gt;(Yes the bad grammar was in there)&lt;BR /&gt;&lt;BR /&gt;Is there a way to change the port that rpc.mountd runs on so it's a privileged port?  I don't see anything in the man pages and have never tried this before.  I saw an earlier post from someone using TruUnix, but he said he used the "-p" option and it worked out.  My man page for mountd shows that "-p" is obsolete (and when I tried it, rpc.mountd ran on about the same port).&lt;BR /&gt;&lt;BR /&gt;We're running HPUX 11.11.  Fairly well patched-up.</description>
      <pubDate>Tue, 22 Feb 2005 15:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491069#M214909</guid>
      <dc:creator>Tom Fellowes</dc:creator>
      <dc:date>2005-02-22T15:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change port for rpc.mountd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491070#M214910</link>
      <description>Check your /etc/services file.&lt;BR /&gt;&lt;BR /&gt;NFS is inherently insecure and there is nothing you can do about it if you need to use NFS, which most HP-UX systems need at least the client portion.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Feb 2005 15:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491070#M214910</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-22T15:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change port for rpc.mountd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491071#M214911</link>
      <description>&lt;BR /&gt;if you don't need NFS, then shut it down! &lt;BR /&gt;&lt;BR /&gt;"-p" is obsolete&lt;BR /&gt;&lt;BR /&gt;For HP-UX 11.00, 11.11, and 11.22:&lt;BR /&gt;Apply the appropriate patch for your system, as listed in Hewlett-Packard Company Security Bulletin HPSBUX0308-272. See References.&lt;BR /&gt;(&lt;A href="http://xforce.iss.net/xforce/xfdb/347)" target="_blank"&gt;http://xforce.iss.net/xforce/xfdb/347)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 22 Feb 2005 15:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491071#M214911</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-22T15:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change port for rpc.mountd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491072#M214912</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Well the standard NFS port is 2049/udp or 2049/tcp &amp;amp; the status port 1110/udp with the keepalive 1110/tcp.&lt;BR /&gt;These are the *standard* ports.&lt;BR /&gt;&lt;BR /&gt;If they are expecting you to run it on a port &amp;lt; 1024 then NFS could *only* be used by root because *normal* users cannot access ports below that.&lt;BR /&gt;Would kind of make automount &amp;amp; autofs useless for those users.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 22 Feb 2005 15:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491072#M214912</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-02-22T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change port for rpc.mountd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491073#M214913</link>
      <description>The only ways to run a "secure" nfs is to either tunnel it through IP-SEC, or to install NFS version 4, and setup Kerberos authentication etc.&lt;BR /&gt;&lt;BR /&gt;You're biggest security hole when running NFS is not actually NFS itself, it's the "portmapper" service that it uses to advertise the available ports.</description>
      <pubDate>Wed, 23 Feb 2005 02:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-port-for-rpc-mountd/m-p/3491073#M214913</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-02-23T02:39:41Z</dc:date>
    </item>
  </channel>
</rss>

