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

Re: NFS



On Fri, 25 Feb 2005 14:53:20 -0700, Chris <chris@liquidcipher.com> wrote:
> I was setting up NFS the other day on Debian. I was under the impression
> that I could put a asterics symbol * at the end of the IP address in
> /etc/exports to specify that an entire range of IP addresses have access
> to the folder.  Here is what I mean.  It would only work like this:
> 
> /var/www 192.168.0.100/255.255.255.0(rwx)
> 
> But I wanted to do it like this:
> 
> /var/www 192.168.0.*/255.255.255.0(rwx)
> 
> Is there a way to do what I am trying to accomplish? Thanks for reading.

/var/www 192.168.0.0/255.255.255.0(rwx)

Regards.



Reply to: