<?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: Problem with nfs through firewall in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003263#M576434</link>
    <description>For NFS to work through a firewall, you should have port 111, both tcp and udp, and tcp or udp 2049, depending on which protocol your using.&lt;BR /&gt;&lt;BR /&gt;You may need to stop and restart your nfs server daemons.</description>
    <pubDate>Mon, 23 Jun 2003 01:09:22 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2003-06-23T01:09:22Z</dc:date>
    <item>
      <title>Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003259#M576430</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have some vlans and I try to export a directory from a system in a vlan to the systems belonging to the other vlans. I have the ports 2049 (TCP &amp;amp; UDP) and 111 (TCP &amp;amp; UDP) opened in the firewall, but when I try to mount the exported directory I have this:&lt;BR /&gt;&lt;BR /&gt;mount: RPC: Timed out (if the client is a Linux)&lt;BR /&gt;nfs mount: get_fh: xxx.xxx.xxx.xxx:: RPC: Timed out  (if the client is HPUX; the server  is HPUX)&lt;BR /&gt;&lt;BR /&gt;I can nfs mount in other systems from the same vlan.&lt;BR /&gt;Does somebody knows where the problem is?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;R.O.</description>
      <pubDate>Fri, 20 Jun 2003 10:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003259#M576430</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2003-06-20T10:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003260#M576431</link>
      <description>Do &lt;BR /&gt;rpcinfo -p &lt;RMOTE_HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;to see what all services reachable to your system from the remote host.&lt;BR /&gt;&lt;BR /&gt;Refer&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90043/00/00/32-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90043/00/00/32-toc.html&amp;amp;searchterms=rpcinfo&amp;amp;queryid=20030620-053047" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90043/00/00/32-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90043/00/00/32-toc.html&amp;amp;searchterms=rpcinfo&amp;amp;queryid=20030620-053047&lt;/A&gt;&lt;/RMOTE_HOSTNAME&gt;</description>
      <pubDate>Fri, 20 Jun 2003 10:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003260#M576431</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2003-06-20T10:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003261#M576432</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From client to server:&lt;BR /&gt;&lt;BR /&gt;client# rpcinfo -p server&lt;BR /&gt;&lt;BR /&gt;   program vers proto   port&lt;BR /&gt;    100000    4   tcp    111  portmapper&lt;BR /&gt;    100000    3   tcp    111  portmapper&lt;BR /&gt;    100000    2   tcp    111  portmapper&lt;BR /&gt;    100000    4   udp    111  portmapper&lt;BR /&gt;    100000    3   udp    111  portmapper&lt;BR /&gt;    100000    2   udp    111  portmapper&lt;BR /&gt;    100005    1   udp  49356  mountd&lt;BR /&gt;    100005    3   udp  49356  mountd&lt;BR /&gt;    100005    1   tcp  60859  mountd&lt;BR /&gt;    100005    3   tcp  60859  mountd&lt;BR /&gt;    100003    2   tcp   2049  nfs&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   tcp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;1342177279    4   tcp  51556&lt;BR /&gt;1342177279    1   tcp  51556&lt;BR /&gt;1342177279    3   tcp  51556&lt;BR /&gt;1342177279    2   tcp  51556&lt;BR /&gt;&lt;BR /&gt;From server to client:&lt;BR /&gt;&lt;BR /&gt;server:/#rpcinfo -p client&lt;BR /&gt;rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: Failed (unspecified error)&lt;BR /&gt;&lt;BR /&gt;This is what I see...</description>
      <pubDate>Fri, 20 Jun 2003 11:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003261#M576432</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2003-06-20T11:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003262#M576433</link>
      <description>You'll need to run rpcinfo -p HOSTNAME, where the hostname is your linux client outside the firewall.  You will probably have to run it (or its Linux equivalent) on the linux box.  When it lists out the ports that it is using, you'll have to modify your firewall to pass all those ports.  &lt;BR /&gt;&lt;BR /&gt;NFS is not a very secure facility for this reason.  Its a good one, but really the industry needs to develop a Secure NFS.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 20 Jun 2003 13:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003262#M576433</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-06-20T13:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003263#M576434</link>
      <description>For NFS to work through a firewall, you should have port 111, both tcp and udp, and tcp or udp 2049, depending on which protocol your using.&lt;BR /&gt;&lt;BR /&gt;You may need to stop and restart your nfs server daemons.</description>
      <pubDate>Mon, 23 Jun 2003 01:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003263#M576434</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-06-23T01:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003264#M576435</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have seen that I need to open in the firewall the port for rpc.mountd. This daemon uses differents ports everytime it is restarted. So the question is ??Is there any way to force mountd to listen in the same port in the nfs server forever?&lt;BR /&gt;I tryed with -p option, but it does not work for this case.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 23 Jun 2003 09:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003264#M576435</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2003-06-23T09:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003265#M576436</link>
      <description>NFS does not always use the same port numbers, so you need to change the firewall a bit.  What you need to do, is allow all traffic from NFS_HOST to NFS_CLIENT.  There is no way around this, and it is very insecure.&lt;BR /&gt;&lt;BR /&gt;Your next option is to ensure that NFS is handled in each LAN separately.  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 23 Jun 2003 18:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003265#M576436</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-06-23T18:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003266#M576437</link>
      <description>Not 100% sure on HP, but on solaris, mountd is not required to be open to clients. Mountd responds to request made from the LOCAL nfsd, and determines if the permissions are OK for the client to mount the filesystem. It has no interaction with the client, except through nfsd. If nfsd, 2049 is open all should be OK.</description>
      <pubDate>Mon, 23 Jun 2003 20:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003266#M576437</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-06-23T20:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003267#M576438</link>
      <description>As Shannon (and I) mentioned, NFS really isn't terribly secure.  It is, however, very convenient.  You really can't push it through a firewall very easily at all.  And if you do, it won't be very secure. &lt;BR /&gt;&lt;BR /&gt;But there's more than one way to do this.  Consider creating a private, back-to-back LAN from one server to another directly through the appropriate cable.  Then mount the NFS volume either read only, or write only--depending on your need.  This is a LOT more secure, but not as much as it might be.&lt;BR /&gt;&lt;BR /&gt;An expensive solution (that we use here) is to use EMC's Celerra product.  This is a NFS to fiber gateway, with access both inside and outside the firewall.  We use the BCV (Business Continuance Volume) process to mirror data outside the firewall.  Once that is done, we logically attach the filesystem to a host inside the firewall, where it goes through virus scanning.  Finally, we attach it (again logically) to a 4th host (also inside the firewall) where the data files are acted on by the software.  If this sounds complicated and expensive, you're right.  Its also REALLY secure, as never does a user from outside the company ever see the systems behind the firewall.  But it moves data quite efficiently between environments.  &lt;BR /&gt;&lt;BR /&gt;EMC is discontinuing the Celerra, so you can pick one of these up cheap (still over $100kUSD, however).  At least go to EMC's website and check it out. They're pretty desperate for sales these days, so you may be able to strike a bargain. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 23 Jun 2003 20:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003267#M576438</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-06-23T20:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003268#M576439</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try the following step&lt;BR /&gt;&lt;BR /&gt;1.)You able to ping remote server&lt;BR /&gt;&lt;BR /&gt;2.) You able to reach the remote service through the rpcinfo -p&lt;BR /&gt;&lt;BR /&gt;3.) On server and client end the run the command rpcbind -w&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 10:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003268#M576439</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-06-27T10:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nfs through firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003269#M576440</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try the following step&lt;BR /&gt;&lt;BR /&gt;1.)You able to ping remote server&lt;BR /&gt;&lt;BR /&gt;2.) You able to reach the remote service through the rpcinfo -p&lt;BR /&gt;&lt;BR /&gt;3.) On server and client end the run the command rpcbind -w&lt;BR /&gt;&lt;BR /&gt;4.) check the remote hosts entry in the /etc/hosts file&lt;BR /&gt;&lt;BR /&gt;5.) check the nfsd daemon enable in /etc/rc.config.d/nfsconf file&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 10:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-through-firewall/m-p/3003269#M576440</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-06-27T10:50:34Z</dc:date>
    </item>
  </channel>
</rss>

