cdeverapalli
19th October 2004, 12:00 AM
I am trying to setup NFS between a linux data server and a Fedora Client. I was successfully able to configure the NFS and see the files between the server and client. I have to put my client behind a linksys router and when I do this, I can mount the file system but a simple command like "ls" would hand up the client. I am not sure what exact ports I need to open or other things that I need to configure on the router (I am using a Linksys router). The rpcinfo -p SERVER gives the following:
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100011 1 udp 604 rquotad
100011 2 udp 604 rquotad
100011 1 tcp 607 rquotad
100011 2 tcp 607 rquotad
100005 1 udp 32865 mountd
100005 1 tcp 32931 mountd
100005 2 udp 32865 mountd
100005 2 tcp 32931 mountd
100005 3 udp 32865 mountd
100005 3 tcp 32931 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32866 nlockmgr
100021 3 udp 32866 nlockmgr
100021 4 udp 32866 nlockmgr
and Hence I opened up all these ports for TCP & UDP on the router but still couldnt get my NFS to work, I even tried turning off the iptables on the client which was ofcourse of no use. Can someone tell me what I am doing wrong or what I havent done, for this work. All and any help would be appreciated.
thank You.
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100011 1 udp 604 rquotad
100011 2 udp 604 rquotad
100011 1 tcp 607 rquotad
100011 2 tcp 607 rquotad
100005 1 udp 32865 mountd
100005 1 tcp 32931 mountd
100005 2 udp 32865 mountd
100005 2 tcp 32931 mountd
100005 3 udp 32865 mountd
100005 3 tcp 32931 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32866 nlockmgr
100021 3 udp 32866 nlockmgr
100021 4 udp 32866 nlockmgr
and Hence I opened up all these ports for TCP & UDP on the router but still couldnt get my NFS to work, I even tried turning off the iptables on the client which was ofcourse of no use. Can someone tell me what I am doing wrong or what I havent done, for this work. All and any help would be appreciated.
thank You.