LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   NFS exports ip masking (https://www.linuxquestions.org/questions/linux-networking-3/nfs-exports-ip-masking-462963/)

jxrod2000 07-11-2006 09:35 AM

NFS exports ip masking
 
Hello,

Can someone show me how to do the following in the exports file for NFS.

I want to use IP masking for the following IP addresses:

192.168.1.100 to 192.168.1.150

The above IP addresses should have access to the volume.

I can't figure out how to code the masking part.

Any help would be appreciated.

Thanks.

Tinkster 07-12-2006 04:55 AM

I suppose you could get away with
192.168.1.96/27
and
192.168.1.128/27
But you'd loose the 192.168.1.127 and 192.168.1.159 which are broadcast
addresses for those subnets.

If that's no good netmasks won't help you, just list them all ;}


Cheers,
Tink


All times are GMT -5. The time now is 04:01 PM.