Philippe734 / Simple.NFS.GUI

GUI tool for NFS for Linux. Set a machine as Client/Server in a local network easily with this front-end for NFS.
GNU General Public License v3.0
85 stars 10 forks source link

Request: Subnet allow #7

Open davidiwharper opened 6 years ago

davidiwharper commented 6 years ago

Hello

Thanks for creating this nifty GUI for NFS.

Would it be possible to add a Subnet option to the Server Allow screen? At present we can select individual hosts that are active, but for a proper home server being able to add the entire subnet would be very useful.

Many thanks

Philippe734 commented 6 years ago

For now, I don't know how to do that.

wicadmin commented 6 years ago

If this tools is updating the /etc/exports file, it would be something like:

/export/Music 192.168.90.1/24(fsid=3,ro,fsid=3,no_subtree_check,secure,all_squash) where 192.168.90.1/24 is for the whole subnet.