Bug 78725

Summary: Adding port "pinning" support to nfslock script
Product: [Retired] Red Hat Linux Reporter: juha.heljoranta
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: low    
Version: 8.0Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-15 21:26:42 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 add port "pinning" support to nfslock script none

Description juha.heljoranta 2002-11-28 12:07:15 UTC
/etc/rc.d/init.d/nfs supports port "pinning" by using MOUNTD_PORT variable.

I created a patch to add this same feature to /etc/rc.d/init.d/nfslock

Variables to use with nfslock are STATD_PORT for incoming and
STATD_OUTGOING_PORT for outgoing traffic.

Using port pinning makes easy to protect nfs server by using firewall.

Comment 1 juha.heljoranta 2002-11-28 12:10:08 UTC
Created attachment 86825 [details]
patch to add port "pinning" support to nfslock script