<?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: 9.5P6: portmapper is allowed globally on one node but blocked on another node in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151726#M33784</link>
    <description>&lt;P&gt;Seems odd. We probably need to dig deeper. I'd recommend opening a case.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 20:48:18 GMT</pubDate>
    <dc:creator>paul_stejskal</dc:creator>
    <dc:date>2019-10-14T20:48:18Z</dc:date>
    <item>
      <title>9.5P6: portmapper is allowed globally on one node but blocked on another node</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151669#M33763</link>
      <description>&lt;P&gt;Two node cluster recently installed; it came with 9.5P1 and was later updated to 9.5P6. Starting with 9.4 portmapper (port 111) is normally blocked by mgmt firewall policy. To my surprise I found that on one node port 111 is globally allowed, while on another node it is only allowed on LIFs with data firewall policy:&lt;/P&gt;
&lt;PRE&gt;ff-cdot01% sudo ipfw list | grep 111
00001 allow log ip from any to any dst-port 111 in
00001 allow log ip from any 111 to any out
00105 allow log ip4 from any to 10.197.2.2 dst-port 111 in
00105 allow log ip4 from any 111 10.197.2.2 to any out
ff-cdot01%

ff-cdot02% sudo ipfw list | grep 111
00102 allow log ip4 from any to 10.197.2.5 dst-port 111 in
00102 allow log ip4 from any 111 10.197.2.5 to any out
ff-cdot02%
&lt;/PRE&gt;
&lt;P&gt;Could&amp;nbsp;somebody explain how it could happen? How can I "fix" it to match normal default 9.5 behavior?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And more importantly - at this point I am unsure what else can differ between two nodes. Is there any way to verify configuration consistency?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:11:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151669#M33763</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2025-06-04T12:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: 9.5P6: portmapper is allowed globally on one node but blocked on another node</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151684#M33773</link>
      <description>&lt;P&gt;What are all the LIFs on each node and what are their polices for each of those LIFs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You may not be looking at a complete picture&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:24:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151684#M33773</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2019-10-11T15:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: 9.5P6: portmapper is allowed globally on one node but blocked on another node</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151687#M33776</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/65619"&gt;@TMACMD&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;You may not be looking at a complete picture&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So where should I look? What configuration enables portmapper globally, on &lt;STRONG&gt;any&lt;/STRONG&gt; interface? Arguably this is security issue. How to stop it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On each node there are cluster and node management interfaces and one SVM on each with one LIF with "mgmt" policy and one LIF with "data" policy. Port 111 is explicitly opened for LIF with "data" policy as it should be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Migrating cluster management interface between nodes does not change anything.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:41:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151687#M33776</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2019-10-11T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: 9.5P6: portmapper is allowed globally on one node but blocked on another node</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151691#M33779</link>
      <description>&lt;P&gt;I suspect portmapper is tied to a data LIF. Try migrating and re-homing &amp;nbsp;both data LIFs to node 2. Then check. Then move both to node 1 and check.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;you may have an nfs LIF on node one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;net into int show -fields data -role data&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:53:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151691#M33779</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2019-10-11T15:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: 9.5P6: portmapper is allowed globally on one node but blocked on another node</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151694#M33780</link>
      <description>&lt;P&gt;I have NFS LIFs on both nodes and port 111 is explicitly opened for these LIFs as I have shown in my original post.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 16:10:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151694#M33780</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2019-10-11T16:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: 9.5P6: portmapper is allowed globally on one node but blocked on another node</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151726#M33784</link>
      <description>&lt;P&gt;Seems odd. We probably need to dig deeper. I'd recommend opening a case.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 20:48:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/9-5P6-portmapper-is-allowed-globally-on-one-node-but-blocked-on-another-node/m-p/151726#M33784</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2019-10-14T20:48:18Z</dc:date>
    </item>
  </channel>
</rss>

