Configuración del servicio NFS

De Wiki Educalibre

# /etc/exports: the access control list for filesystems which may be exported
#		to NFS clients.  See exports(5).
## LTS-begin ##

#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Mon Jan 24 16:35:55 CLST 2005 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at http://www.ltsp.org
#



# /opt/ltsp/i386                  192.168.0.203(ro,no_root_squash)
# /opt/ltsp/i386                  *(ro,no_root_squash)

/opt/ltsp/i386                  192.168.0.0/24(ro,no_root_squash)
/var/opt/ltsp/swapfiles         192.168.0.*(rw,no_root_squash)

#/usr/lib/lts                    192.168.0.200/255.255.255.0(ro,no_root_squash) 
#
# The following entries need to be uncommented if you want
# Local App support in ltsp
#
#/home                  192.168.0.0/255.255.255.0(rw,no_root_squash)

## LTS-end ##
Herramientas personales