Re: FC8 and NFS service

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Bill Davidsen wrote:
Exactly, but even with secure NFS off I still get stuff like:
Feb 21 21:50:33 posidon mountd[26030]: refused mount request from 192.168.2.17 for /common (/common
): illegal port 60080

Look at "man exports". You need to use the "insecure" option on the export entry to get it to accept any port instead of "secure" ports (<1024).

So something like:

/common 192.168.2.17(rw,insecure)

would allow 192.168.2.17 to mount /common read/write from an insecure port.

If you're not using an /etc/exports, something like

exportfs -o rw,insecure 192.168.2.17:/common

should work.

--
Mike Iglesias                          Email:       iglesias@xxxxxxx
University of California, Irvine       phone:       949-824-6926
Network & Academic Computing Services  FAX:         949-824-2270


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux