NFS on FC5

Margaret_Doll Margaret_Doll at brown.edu
Tue Jul 25 20:33:15 UTC 2006


On Tuesday, July 25, 2006, at 04:06 PM, Margaret_Doll wrote:

>
> On Tuesday, July 25, 2006, at 03:43 PM, Charles Curley wrote:
>
>> On Tue, Jul 25, 2006 at 01:43:14PM -0500, Erich Carlson wrote:
>>> On Tue, 2006-07-25 at 14:32 -0400, Margaret_Doll wrote:
>>>>
>>
>> You might look at
>> http://www.ba.infn.it/calcolo/documenti/NFSServer.html#Firewall. It
>> explains the problems and shows how to fix them. I have this working
>> on my FC5 boxes here, so feel free to check with me on how I did it.
>>
>>
>> -
>
>  I notice on the writeups and on my FC2 system where nfs is
> working correctly that sgi_fam  is reported on the "rcpinfo -p server"
> list.  sgi_fam is from the fam package on FC2.
>
> Is there a fam package for FC5?  Is it necessary for nfs exporting?

By
	1. Editing the following line in  /etc/init.d/nfslock  to
	
	daemon rpc.statd -p 4000

	2. Adding the following line in /etc/sysconfig/network

	MOUNTD_PORT=4002

	3.  Adding the following lines in /etc/sysconfig/iptables

	A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 4000 
-j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 4002 
-j ACCEPT


the partitions mount across the network.

I had early added

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 111 
-j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 111 
-j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 2049 
-j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 2049 
-j ACCEPT

to the firewall definitions.

I did have to change the mount type in /etc/fstab to nfs


Thanks everyone for your contributions.

>
> -- 
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 2172 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060725/48c9dbcd/attachment-0001.bin>


More information about the fedora-list mailing list