is the one running FC2.
The client machine is not fedora. It is running a Knoppix distribution using a 2.4.24 kernel.
The client machine's ip number is xxx.xxx.xxx.102 and the NFS version is 3.
On the client machine (102) I get:
root@XXX:/home/ed# mount dell:/data /mnt/dell/data
mount: dell:/data failed, reason given by server: Permission denied
The machine named 'dell' is running FC2.
>From /var/log/messages on dell (the NFS server) I see:
Jun 13 15:54:46 dell rpc.mountd: authenticated mount request from edlinux:984 for /data (/data)
(The machine named edlinux has ip address x.x.x.102)
So from this line, I would think that it should have worked. ??
Here are my config files.
1. /etc/exports:
-------------------------------------------
/data x.x.x.102(rw,sync)
----------------------------------------------
2. /etc/hosts.allow:
#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
ALL: localhost
ALL: 192.168.1.102
ALL: edlinux
portmap: ALL
lockd: ALL
mountd: ALL
rpc.mountd: ALL
statd: ALL
rquotad: ALL
sshd: ALL
nfsd: ALL
-------------------------
3. /etc/hosts.deny
#
# hosts.deny This file describes the names of the hosts which are
# *not* allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow. In particular
# you should know that NFS uses portmap!
ALL: ALL
------------------------------------------------
-- Edward Hourigan <edhlinux@xxxxxxxxxxxx> |