FedoraCore3 NFS. perms denied/servr dwn - TechRepublic
General discussion
February 17, 2005 at 12:21 PM
ieatbuggz

FedoraCore3 NFS. perms denied/servr dwn

by ieatbuggz . Updated 21 years, 3 months ago

Trouble mounting, Fedora Core3

Client/Server model centralized at D-Link switch connected to Linksys Router G. Linux and Linksys firewalls disabled.

/etc/hosts (all hosts)
127.0.0.1 localhost.localdomain localhost
192.168.1.xx localhost.localdomain localhost
192.168.1.xx localhost.localdomain localhost
192.168.1.xx localhost.localdomain localhost

/etc/exports
/usr/local 192.168.1.xx(rw)
/usr/local 192.168.1.xx(rw)
/usr/local 192.168.1.xx(rw)

chmod ugoa+rwx /destinationmount

rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100011 1 udp 820 rquotad
100011 2 udp 820 rquotad
100011 1 tcp 823 rquotad
100011 2 tcp 823 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 udp 32770 nlockmgr
100021 3 udp 32770 nlockmgr
100021 4 udp 32770 nlockmgr
100021 1 tcp 32772 nlockmgr
100021 3 tcp 32772 nlockmgr
100021 4 tcp 32772 nlockmgr
100005 1 udp 836 mountd
100005 1 tcp 839 mountd
100005 2 udp 836 mountd
100005 2 tcp 839 mountd
100005 3 udp 836 mountd
100005 3 tcp 839 mountd
100024 1 udp 32771 status
100024 1 tcp 32773 status

used following scripts in order to start daemons
/etc/rc.d/init.d/portmap start
/etc/rc.d/init.d/nfs start
/etc/rc.d/init.d/nfslock restart

Problem:
mount attempt on client and on server locally

[root@localhost ~]# mount -t nfs 192.168.1.102:/usr/local /home/jerware/test
mount: 192.168.1.102:/usr/local failed, reason given by server: Permission denied

any suggestions? Iv’e been scratching my head for months.

This discussion is locked

All Comments