# /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5). # # Example for NFSv2 and NFSv3: # /srv/homes hostname1(rw,sync) hostname2(ro,sync) # # Example for NFSv4: # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt) # /srv/nfs4/homes gss/krb5i(rw,sync) # Obs. Se for compartilhado com a rede toda usar o mesmo padrao da mascara # Ex. Rede 10.0.0.0, usar 10.*.*.* - Rede 172.18.0.0, usar 172.18.*.* - Rede 192.168.3.0, usar 192.168.3.* /var/www 172.18.1.69(ro,async,no_root_squash,no_subtree_check) /var/lib/mysql 172.18.1.69(ro,async,no_root_squash,no_subtree_check)