<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
I have not been able to perform an NFS mount since installing FC2.&nbsp; My NFS server machine<BR>
is the one running FC2.<BR>
<BR>
The client machine is not fedora.&nbsp; It is running a Knoppix distribution using a 2.4.24 kernel. <BR>
The client machine's ip number is xxx.xxx.xxx.102&nbsp; and the NFS version is 3.<BR>
On the client machine (102) I get: <BR>
<BR>
root@XXX:/home/ed#&nbsp; mount dell:/data /mnt/dell/data<BR>
mount: dell:/data failed, reason given by server: Permission denied<BR>
<BR>
The machine named 'dell' is running FC2.<BR>
<BR>
>From /var/log/messages on dell (the NFS server) I see:<BR>
Jun 13 15:54:46 dell rpc.mountd: authenticated mount request from edlinux:984 for /data (/data)<BR>
<BR>
(The machine named edlinux has ip address x.x.x.102)<BR>
<BR>
So from this line, I would think that it should have worked. ??<BR>
<BR>
<BR>
<BR>
<BR>
Here are my config files.<BR>
<BR>
1. /etc/exports:<BR>
-------------------------------------------<BR>
/data&nbsp;&nbsp;&nbsp; x.x.x.102(rw,sync)<BR>
<BR>
----------------------------------------------<BR>
2.&nbsp; /etc/hosts.allow:<BR>
#<BR>
# hosts.allow&nbsp;&nbsp; This file describes the names of the hosts which are<BR>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; allowed to use the local INET services, as decided<BR>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by the '/usr/sbin/tcpd' server.<BR>
#<BR>
ALL: localhost<BR>
ALL: 192.168.1.102<BR>
ALL: edlinux<BR>
portmap: ALL<BR>
lockd: ALL<BR>
mountd: ALL<BR>
rpc.mountd: ALL<BR>
statd: ALL<BR>
rquotad: ALL<BR>
sshd: ALL<BR>
nfsd: ALL<BR>
<BR>
-------------------------<BR>
3. /etc/hosts.deny<BR>
<BR>
#<BR>
# hosts.deny&nbsp;&nbsp;&nbsp; This file describes the names of the hosts which are<BR>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *not* allowed to use the local INET services, as decided<BR>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by the '/usr/sbin/tcpd' server.<BR>
#<BR>
# The portmap line is redundant, but it is left to remind you that<BR>
# the new secure portmap uses hosts.deny and hosts.allow.&nbsp; In particular<BR>
# you should know that NFS uses portmap!<BR>
 <BR>
ALL: ALL<BR>
 <BR>
------------------------------------------------<BR>
<BR>
<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Edward Hourigan &lt;<A HREF="mailto:edhlinux@twcny.rr.com"><U>edhlinux@twcny.rr.com</U></A>&gt;
</TD>
</TR>
</TABLE>

</BODY>
</HTML>