2008-09-24 17:16:17 +02:00
|
|
|
## Description: Firewall Configuration for NFS client.
|
2007-12-17 11:44:13 +01:00
|
|
|
#
|
|
|
|
# Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed.
|
|
|
|
# More may be supported in the future.
|
|
|
|
#
|
|
|
|
# For a more detailed description of the individual variables see
|
|
|
|
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
|
|
|
#
|
|
|
|
|
2008-04-12 21:15:20 +02:00
|
|
|
## Name: NFS Client
|
2008-09-24 17:16:17 +02:00
|
|
|
## Description: Opens ports for NFS client to allow connection to an NFS server.
|
2007-12-17 11:44:13 +01:00
|
|
|
|
|
|
|
# space separated list of allowed TCP ports
|
|
|
|
TCP=""
|
|
|
|
|
|
|
|
# space separated list of allowed UDP ports
|
|
|
|
UDP=""
|
|
|
|
|
|
|
|
# space separated list of allowed RPC services
|
|
|
|
RPC="portmap status nlockmgr"
|
|
|
|
|
|
|
|
# space separated list of allowed IP protocols
|
|
|
|
IP=""
|
|
|
|
|
|
|
|
# space separated list of allowed UDP broadcast ports
|
|
|
|
BROADCAST=""
|