<?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: Netapp ONTAP 8.3.1. NFS hardening in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122517#M26292</link>
    <description>&lt;P&gt;thanks for your reply!&lt;/P&gt;&lt;P&gt;How can I make it invisible under /?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2016 12:57:53 GMT</pubDate>
    <dc:creator>Jellekamma30</dc:creator>
    <dc:date>2016-08-22T12:57:53Z</dc:date>
    <item>
      <title>Netapp ONTAP 8.3.1. NFS hardening</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122514#M26289</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have a nice netapp cluster with 8.3.1 running.&lt;/P&gt;&lt;P&gt;We have multiple vservers for NFS iscsci and CIFS. I am running into the following problem.&lt;/P&gt;&lt;P&gt;A linux coworker of mine is able to mount all the NFS volumes on my filers within /&lt;/P&gt;&lt;P&gt;We have NFS export policies enabled with allows servers in 2 vlans with acces to certain mounts.&lt;/P&gt;&lt;P&gt;However, my coworker can mount / and see all the mounts on the filers.(because he is in one of the 2 vlans)&lt;/P&gt;&lt;P&gt;How can I disable this? The volumes are all mounted under namespaces under /.&lt;/P&gt;&lt;P&gt;So if I remove the export rights of / all the other volumes beneath / will also be unmountable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:25:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122514#M26289</guid>
      <dc:creator>Jellekamma30</dc:creator>
      <dc:date>2025-06-04T19:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp ONTAP 8.3.1. NFS hardening</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122515#M26290</link>
      <description>&lt;P&gt;do I even need an export policy on the / ?&lt;/P&gt;&lt;P&gt;(or a blank one)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:41:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122515#M26290</guid>
      <dc:creator>Jellekamma30</dc:creator>
      <dc:date>2016-08-22T12:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp ONTAP 8.3.1. NFS hardening</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122516#M26291</link>
      <description>&lt;P&gt;Yes, you do. Clients must be able to traverse junction tree starting from the top (i.e. "/"), which means "/" must allow at least read-only mount. The only way to harden it would be to restrict visibility of files/directories under "/", so that even if clients mount it, they won't be able to see its content.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:50:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122516#M26291</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2016-08-22T12:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp ONTAP 8.3.1. NFS hardening</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122517#M26292</link>
      <description>&lt;P&gt;thanks for your reply!&lt;/P&gt;&lt;P&gt;How can I make it invisible under /?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:57:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122517#M26292</guid>
      <dc:creator>Jellekamma30</dc:creator>
      <dc:date>2016-08-22T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp ONTAP 8.3.1. NFS hardening</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122520#M26293</link>
      <description>&lt;P&gt;Set "/" unix-permissions to something like 0711 (of course make sure owner is root) and create mninimal export-policy that only allows ro mount, but no rw, no root etc. Then nobody can list content of /, but still explicitly enter subvolumes or mount them.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 13:43:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Netapp-ONTAP-8-3-1-NFS-hardening/m-p/122520#M26293</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2016-08-22T13:43:15Z</dc:date>
    </item>
  </channel>
</rss>

