Bug 90844

Summary: NFS and firewalls do not go nicely together.
Product: [Retired] Red Hat Linux Reporter: Michal Jaegermann <michal>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-19 13:08:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to the nfslock /etc/init.d start up script to improve firewall interation. none

Description Michal Jaegermann 2003-05-14 16:38:30 UTC
Description of problem:

Due to random ports assignments one has to practically open all ports
in a firewall between machines talking NFS.  Some of components involved
can be asked to use fixed ports in /etc/sysconfig/ files but not all of
them.  Instead of a long description of troubles and remedies here I'd
rather refer to http://www.lowth.com/LinWiz/nfs_help.html which does that
better than I would. :-)  Some words on the subject in release notes
and/or docs also would be nice.

Yes, I know unofficial readings of "NFS" acronym.  Still...

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
    
Actual results:


Expected results:


Additional info:

Comment 2 Oliver Jones 2004-02-15 05:55:22 UTC
Created attachment 97680 [details]
Patch to the nfslock /etc/init.d start up script to improve firewall interation.

This patch adds to /etc/rc.d/init.d/nfslock the ability for statd to pick up a
port number from /etc/sysconfig/nfs in the same way that mountd can.  This is
helpful for use with firewalls.