<?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 across firewall in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407097#M201897</link>
    <description>The problem is that with NFS v3 there is a random port in the 10,000 range that needs to be open. I believe NFS v4 provides a methodology for getting around this.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 25 Oct 2004 09:40:51 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-10-25T09:40:51Z</dc:date>
    <item>
      <title>NFS across firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407095#M201895</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;We have a NFS client server in the DMZ, and will access the NFS server in the local network through firewall, both servers are running HPUX11.0. we have opened port 111 and 2049 (udp and tcp)on firewall for rpcbind and nfsd , but it seemed that there's still a random UDP port on NFS server is needed for "rpc.mount". i.e output from lsof shows:&lt;BR /&gt;rpc.mount  1137     root    3u  inet    72,0x73      0t0  UDP *:49236 (Idle)&lt;BR /&gt;&lt;BR /&gt;the problem is, since this udp port is randomly allocated, it's hard to set firewall rules to let it pass. Anyone there also got similar problems? Thank you for sharing your experience.&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Mon, 25 Oct 2004 09:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407095#M201895</guid>
      <dc:creator>Gary Yu</dc:creator>
      <dc:date>2004-10-25T09:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS across firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407096#M201896</link>
      <description>After I did some search on the forum, it seemed it's mission impossible :(&lt;BR /&gt;so don't bother, thanks guys...&lt;BR /&gt;Gary</description>
      <pubDate>Mon, 25 Oct 2004 09:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407096#M201896</guid>
      <dc:creator>Gary Yu</dc:creator>
      <dc:date>2004-10-25T09:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: NFS across firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407097#M201897</link>
      <description>The problem is that with NFS v3 there is a random port in the 10,000 range that needs to be open. I believe NFS v4 provides a methodology for getting around this.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 Oct 2004 09:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407097#M201897</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-25T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: NFS across firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407098#M201898</link>
      <description>Thanks Steven, is it easy to upgrate NFS to v4.0? I don't have such document on hand...&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Gary</description>
      <pubDate>Mon, 25 Oct 2004 09:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407098#M201898</guid>
      <dc:creator>Gary Yu</dc:creator>
      <dc:date>2004-10-25T09:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: NFS across firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407099#M201899</link>
      <description>Have a look at running NFS over TCP only:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.interex.org/pubcontent/enterprise/sep00/14mcneal.html" target="_blank"&gt;http://www.interex.org/pubcontent/enterprise/sep00/14mcneal.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-o proto=tcp&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 25 Oct 2004 10:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407099#M201899</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-25T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: NFS across firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407100#M201900</link>
      <description>thanks guys,&lt;BR /&gt;one more questions regarding this issue, &lt;BR /&gt;does the rpc.mountd only active(or being used) while do the initial mount? I mean, I found that after I opened the 49xxx port for rpc.mountd, and mount the nfs file system, I then closed that port on firewall, but I still can read/write the NFS file system on clients without any problem.&lt;BR /&gt;so the question is, after the initial mount, is it possible to close the port on firewall?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Gary&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 10:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407100#M201900</guid>
      <dc:creator>Gary Yu</dc:creator>
      <dc:date>2004-10-25T10:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: NFS across firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407101#M201901</link>
      <description>NFS through particular port was not possible till sometime back. With new version, it is possible. There was a mention about this from Dave Olker. Search the forum for his posts and you will get it. The one thing that I do not remember is "Is that available for 11.0"&lt;BR /&gt;&lt;BR /&gt;I am sure that it is there for 11.23.&lt;BR /&gt;&lt;BR /&gt;With new NFS, is was posiible to do forcefull unmount of NFS mount and running it over a particular port.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 25 Oct 2004 10:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407101#M201901</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-25T10:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS across firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407102#M201902</link>
      <description>Hi Gary,&lt;BR /&gt;&lt;BR /&gt;I answered another very similar enquirey today, and the only solution that I am aware of is to use IP-Sec to tunnel NFS through. This will be totally transparent to all applications once setup, and will allow you to route other traffic over the link without having to modify your firewall configuration.</description>
      <pubDate>Tue, 26 Oct 2004 06:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-across-firewall/m-p/3407102#M201902</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2004-10-26T06:47:06Z</dc:date>
    </item>
  </channel>
</rss>

