- nfs setup Host shared folder to several Clients.
Example
/home/nfs 192.168.0.0/255.255.255.0(rw,no_root_squash)
My /etc/exports
/home/tools 172.31.1.1(rw,sync,no_root_squash,no_all_squash)
/home/tools 172.31.0.0/255.255.0.0(rw,sync,no_root_squash,no_all_squash)
exportfs -a