<?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: Restricting showmount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259886#M530871</link>
    <description>Hi Jibin, &lt;BR /&gt;&lt;BR /&gt;Thanks for effors, &lt;BR /&gt;&lt;BR /&gt;One of my mate suggested me to try with IPF with RPC. &lt;BR /&gt;&lt;BR /&gt;inetd.sec is not working becuase mountd is not an inetd service.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Sooraj</description>
    <pubDate>Mon, 25 Oct 2010 03:57:39 GMT</pubDate>
    <dc:creator>SoorajCleris</dc:creator>
    <dc:date>2010-10-25T03:57:39Z</dc:date>
    <item>
      <title>Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259883#M530868</link>
      <description>Hi Mates,&lt;BR /&gt;&lt;BR /&gt;How can I restrict clients from seeing the exports from my NFS server?&lt;BR /&gt;&lt;BR /&gt;server - HP-UX 11.31.&lt;BR /&gt;&lt;BR /&gt;If I do showmount -e from ZZZ client, if the ZZZ client is not authorised to see that , it should not be able to see the exports.&lt;BR /&gt;&lt;BR /&gt;How can I do this?&lt;BR /&gt;&lt;BR /&gt;post your suggestions; points assured!!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2010 16:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259883#M530868</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-10-22T16:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259884#M530869</link>
      <description>I was also looking for this.&lt;BR /&gt;&lt;BR /&gt;I tried adding following entries in /var/adm/inetd.sec too. (11.31)&lt;BR /&gt;&lt;BR /&gt;# cat /var/adm/inetd.sec&lt;BR /&gt;mountd deny&lt;BR /&gt;mountd allow w.x.y.z a.b.c.d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt; &lt;BR /&gt;Still all clients are able to see exports using "showmount -e nfsserver". Tried restarting nfs.core, nfs.server and nfs.client services, but no luck.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Jibs</description>
      <pubDate>Sat, 23 Oct 2010 12:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259884#M530869</guid>
      <dc:creator>Jibin Antony</dc:creator>
      <dc:date>2010-10-23T12:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259885#M530870</link>
      <description>Hi Mates,&lt;BR /&gt;&lt;BR /&gt;waiting for your suggetions !!!&lt;BR /&gt;&lt;BR /&gt;:(</description>
      <pubDate>Sun, 24 Oct 2010 14:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259885#M530870</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-10-24T14:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259886#M530871</link>
      <description>Hi Jibin, &lt;BR /&gt;&lt;BR /&gt;Thanks for effors, &lt;BR /&gt;&lt;BR /&gt;One of my mate suggested me to try with IPF with RPC. &lt;BR /&gt;&lt;BR /&gt;inetd.sec is not working becuase mountd is not an inetd service.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Mon, 25 Oct 2010 03:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259886#M530871</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-10-25T03:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259887#M530872</link>
      <description>If I understood the man page correctly, inetd.sec should be able to limit the NFS access to selected clients. Here is an excerpt from man page.&lt;BR /&gt;&lt;BR /&gt;-----------&lt;BR /&gt;service name { allow | deny } { hostaddrs | hostnames | netaddrs | netnames }&lt;BR /&gt;&lt;BR /&gt;Note: service name is the name (not alias) of a valid service in file /etc/services. The service name for RPC-based services (NFS) is the name (not alias) of a valid service in file /etc/rpc. A service name&lt;BR /&gt;in /etc/rpc corresponds to a unique RPC program number.&lt;BR /&gt;&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jibin Antony</description>
      <pubDate>Mon, 25 Oct 2010 05:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259887#M530872</guid>
      <dc:creator>Jibin Antony</dc:creator>
      <dc:date>2010-10-25T05:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259888#M530873</link>
      <description>Hi Mates,&lt;BR /&gt;&lt;BR /&gt;Waiting for your suggestions!!! &lt;BR /&gt;&lt;BR /&gt;:(&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Tue, 26 Oct 2010 05:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259888#M530873</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-10-26T05:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259889#M530874</link>
      <description>Hi Mates,&lt;BR /&gt;&lt;BR /&gt;Waiting for your suggestions!!!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Thu, 28 Oct 2010 01:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259889#M530874</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-10-28T01:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259890#M530875</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I think it may be a difficult / time taking question.. I am closing this thread.&lt;BR /&gt;&lt;BR /&gt;I got some hint , trying with IP Filter. Still I dont have the procedure. Once I found it , I would update the thread.&lt;BR /&gt;&lt;BR /&gt;I am closing this thready as of now.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Sat, 30 Oct 2010 16:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259890#M530875</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-10-30T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting showmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259891#M530876</link>
      <description>Will update</description>
      <pubDate>Sat, 30 Oct 2010 16:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restricting-showmount/m-p/5259891#M530876</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-10-30T16:43:06Z</dc:date>
    </item>
  </channel>
</rss>

