FC8 and NFS service

Mike Iglesias iglesias at uci.edu
Sat Feb 23 00:13:41 UTC 2008


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 at uci.edu
University of California, Irvine       phone:       949-824-6926
Network & Academic Computing Services  FAX:         949-824-2270




More information about the fedora-list mailing list