Subject: Re: Re[2]: NFS mount permission denied
To: None <port-arm32@NetBSD.ORG>
From: Stefan Voss <voss@yoda.in-berlin.de>
List: port-arm32
Date: 05/21/1997 10:20:06
In message <381f3bc0@chadwyck.co.uk>,
     Alex McLintock wrote:

> > The directory has to be exported with the "insecure" option in 
> > /etc/exports on the nfs server. Something like this:
> > 
> > /home  (rw,insecure)
> 
> do you mean 
> 
>   /home (rw,secure)
> 
> ?

No, per default Linux exports directories as "secure" (i.e. only allowing
requests on a reserved port < 1024). As Mark Hoyle has pointed out RiscBSD
makes nfs requests on a "insecure" port and gets rejected.

So in order to allow requests on non-reserved ports the directory has to
be exported as "insecure".

> 
> Alex.
> 

Regards,
   Stefan
   
-- 
Stefan Voss
(voss@yoda.in-berlin.de)