<?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: rpc.mountd in inetd.sec file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402947#M201206</link>
    <description>Hi Andy,&lt;BR /&gt;&lt;BR /&gt;One quick comment - HP no longer supports launching rpc.mountd from inetd.  That configuration used to be supported back in the HP-UX 9.X/10.X days, but we've since dropped support for that model.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Wed, 20 Oct 2004 08:06:55 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2004-10-20T08:06:55Z</dc:date>
    <item>
      <title>rpc.mountd in inetd.sec file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402943#M201202</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to use the inetd.sec file to start the rpc.mountd service to help secure NFS on our site.  (we have to export a filesystem through a firewall to a box in our DMZ).  I was wondering if someone could help me with what are the correct lines I need to use in /etc/services, /etc/inetd.conf, and /var/adm/inetd.sec.  &lt;BR /&gt;&lt;BR /&gt;Also, any tips on securing NFS would be appreciated.  For example, how much to things like fsirand and portmon (which I don't think is supported in 11.i v1.).  Also can someone explain a bit about secure RPC, and how this can be used to help secure NFS a bit?  &lt;BR /&gt;&lt;BR /&gt;Any other suggestions?&lt;BR /&gt;&lt;BR /&gt;Thank in advance!&lt;BR /&gt;&lt;BR /&gt;- Andy&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2004 00:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402943#M201202</guid>
      <dc:creator>support_5</dc:creator>
      <dc:date>2004-10-19T00:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.mountd in inetd.sec file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402944#M201203</link>
      <description>NFS is by its very nature insecure, and the only way to completely secure it is to use IP-SEC and mount your filesystem with a "tunnel".&lt;BR /&gt;If this option is not available to you then you can limit NFS exposure by:&lt;BR /&gt;always mounting Read-only where possible&lt;BR /&gt;Mount as far down the tree as you can ("/home/andrew" rather than just "/home").&lt;BR /&gt;Mount the filesystem with NODEV and NOSUID options.&lt;BR /&gt;Use the /etc/hosts file to identify hosts rather than DNS.&lt;BR /&gt;Mount filesystems restricted to particular hosts.&lt;BR /&gt;&lt;BR /&gt;Secure-RPC is a Sun product and I don't think it is supported on HP-UX, anyway the aim to encrypt ports so that you can only attach to a service if you have the correct key.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 01:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402944#M201203</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2004-10-20T01:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.mountd in inetd.sec file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402945#M201204</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the response.  Could you give me some information how how to implement NFS over IPSEC?  That sounds like a bit of a good option if it can work.  More info would be much appreciated.  Ta.&lt;BR /&gt;&lt;BR /&gt;- Andy&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 02:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402945#M201204</guid>
      <dc:creator>support_5</dc:creator>
      <dc:date>2004-10-20T02:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.mountd in inetd.sec file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402946#M201205</link>
      <description>There are many HP docs outlining hpw to install IP-Sec, here is a starting oint:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=J4256AA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=J4256AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Once installed and a tunnel is established, you can send any traffic between hosts and NFS should appear to work exactly as before. &lt;BR /&gt;&lt;BR /&gt;I'm sorry I can't go into the setup of IP-SEC in depth but you could write a whole book on it. The only things normally to decide are whether you want a point-to-point tunnel, or a network of machines (transport mode), and whether you want to use a static shared secret-key, or the more secure rotating type.</description>
      <pubDate>Wed, 20 Oct 2004 03:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402946#M201205</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2004-10-20T03:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.mountd in inetd.sec file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402947#M201206</link>
      <description>Hi Andy,&lt;BR /&gt;&lt;BR /&gt;One quick comment - HP no longer supports launching rpc.mountd from inetd.  That configuration used to be supported back in the HP-UX 9.X/10.X days, but we've since dropped support for that model.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 20 Oct 2004 08:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-mountd-in-inetd-sec-file/m-p/3402947#M201206</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-10-20T08:06:55Z</dc:date>
    </item>
  </channel>
</rss>

