#------------------------------------------------------------------------------ # /etc/config.d/nfsserver - configuration for nfsserver services on EIS/FAIR # # Copyright (c) 2001-2024 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2004-07-28 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # general settings #------------------------------------------------------------------------------ START_NFSSERVER='no' # start NFS daemon: yes or no NFSSERVER_SUPPORT_NFS3='yes' # support NFSv3: yes or no NFSSERVER_SUPPORT_NFS4='yes' # support NFSv4: yes or no NFSSERVER_SHARE_N='1' # numbers of shares to create NFSSERVER_SHARE_1_ACTIVE='no' # 1. activate share: yes or no NFSSERVER_SHARE_1_PATH='/public' # path of the share in filesystem NFSSERVER_SHARE_1_NAME='' # name of NFSv4 share only! NFSSERVER_SHARE_1_HOSTS_N='1' # number of allowed hosts NFSSERVER_SHARE_1_HOSTS_1_HOST='192.168.6.0/24' # 1. access for host(s) NFSSERVER_SHARE_1_HOSTS_1_RW='no' # should share writeable: yes or no NFSSERVER_SHARE_1_HOSTS_1_ANONUSER='' # anonymous user or '' NFSSERVER_SHARE_1_HOSTS_1_ANONGROUP='' # anonymous group or '' NFSSERVER_SHARE_1_HOSTS_1_ROOT_SQUASH='yes' # map root user/group to anonymous NFSSERVER_SHARE_1_HOSTS_1_ALL_SQUASH='no' # map all users/groups to anonymous #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------