<?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: NFS through a firewall in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41414#M3837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running NFSv3 or NFSv4?&amp;nbsp; We have a similar issue and because port assignment in NFSv3 is dynamic our InfoSec department recommended that we use NFSv4.&amp;nbsp; It's works, however we are having to work through some authentication issues as we are still using basic auth with NFSv4 instead of Kerberos. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 14:50:09 GMT</pubDate>
    <dc:creator>__Demond_NC_17110</dc:creator>
    <dc:date>2010-11-18T14:50:09Z</dc:date>
    <item>
      <title>NFS through a firewall</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41399#M3834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On of our customers is requesting access to a NFS share on my FAS3040 appliance through a firewall. The same NFS share is accessed from clients which is not behind this firewall.&lt;/P&gt;&lt;P&gt;As far as I know there's a few requirements to get this working, eg. apply the port rules on the firewall. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question; anyone who knows which ports to open on the firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Jesper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:09:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41399#M3834</guid>
      <dc:creator>jen</dc:creator>
      <dc:date>2025-06-05T07:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS through a firewall</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41405#M3835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 2 suggestions:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)&amp;nbsp; Try to run rpcinfo -p from the client, on which nfs is mounted with out firewall to know ports required...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.) Visit &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.iana.org/assignments/port-numbers" target="_blank"&gt;http://www.iana.org/assignments/port-numbers&lt;/A&gt;&lt;SPAN&gt; and search of all nfs ports and open them on firewall.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 12:43:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41405#M3835</guid>
      <dc:creator>maddydev2001</dc:creator>
      <dc:date>2010-08-26T12:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: NFS through a firewall</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41409#M3836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently set up NFS through my firewall from my DMZ and I use the following on my Cisco ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;object-group service nfs-ports&lt;BR /&gt; service-object tcp-udp eq 4000 &lt;BR /&gt; service-object tcp-udp eq 4001 &lt;BR /&gt; service-object tcp-udp eq 4046 &lt;BR /&gt; service-object tcp-udp eq nfs &lt;BR /&gt; service-object tcp-udp eq sunrpc &lt;BR /&gt; service-object tcp-udp eq 4045 &lt;BR /&gt;&lt;BR /&gt;in the following ACL:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;access-list dmz1_access_in remark Allow external FTP server NFS access to data-3170-a&lt;BR /&gt;access-list dmz1_access_in extended permit object-group nfs-ports host external-ftp-server host fas3170-nfs&lt;BR /&gt;&lt;BR /&gt;Works perfectly for me.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Jason&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 20:48:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41409#M3836</guid>
      <dc:creator>jason_lempka</dc:creator>
      <dc:date>2010-08-26T20:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS through a firewall</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41414#M3837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running NFSv3 or NFSv4?&amp;nbsp; We have a similar issue and because port assignment in NFSv3 is dynamic our InfoSec department recommended that we use NFSv4.&amp;nbsp; It's works, however we are having to work through some authentication issues as we are still using basic auth with NFSv4 instead of Kerberos. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 14:50:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-through-a-firewall/m-p/41414#M3837</guid>
      <dc:creator>__Demond_NC_17110</dc:creator>
      <dc:date>2010-11-18T14:50:09Z</dc:date>
    </item>
  </channel>
</rss>

