Glenn Forney wrote:
> Glenn Forney wrote:
> > I'm having problems mounting file systems exported from a red hat
> > enterprise 4 system. should I be defining entries in
/etc/exports
> > differently? any help or suggestions will be appreciated.
> > glenn
> >
>
> fyi: I found my problem. Apparently, security is implemented
> differently in RHE4. (Can anyone elaborate on what is different in
RHE4
> that forced me to do modify my hosts.allow file?)
>
> I was using /etc/hosts.allow to restrict access. I needed to add
> entries for mountd to hosts.allow as in:
>
> mountd : 192.168.1.0/255.255.255.0
>
> to allow nfs access from other systems.
Well, you've still not provided much info on your setup/installation
When you first posted I suspected 2 things:
-- NFSv4
-- SELinux
Sounds like it _might_ be NFSv4 related, but I'm not sure as I've not
yet installed RHEL4 (or FC3), have no idea how you might have set up
your installation (or just what the current defaults are), etc.
Presents lots of possibilities. Eg.,:
http://www.redhat.com/docs/manuals/e...nfs-mount.html
[q]
14.2.3. Using TCP
The default transport protocol for NFSv4 is TCP; however, the Red Hat
Enterprise Linux 4 kernel includes support for NFS over UDP. To use NFS
over UDP, include the -o udp option to mount when mounting the
NFS-exported file system on the client system.
There are three ways to configure an NFS file system export. ...
[eq]
http://www.redhat.com/docs/manuals/e...er-export.html
[q]
9.3.2.1. Using exportfs with NFSv4
Since NFSv4 no longer utilizes the rpc.mountd protocol as was used in
NFSv2 and NFSv3, the mounting of file systems has changed.
[eq]
SELinux targeted policy has many ramifications (re: NFS?):
http://www.redhat.com/docs/manuals/e...selinux-guide/
http://www.redhat.com/docs/manuals/e...tion-0019.html
So, what do you think? Which might it be -- if any?
regards,
prg