23 lines
503 B
Plaintext
23 lines
503 B
Plaintext
## Name: DHCP Server
|
|
## Description: Opens ports for ISC DHCP Server.
|
|
#
|
|
# For a more detailed description of the individual variables see
|
|
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
|
#
|
|
|
|
# space separated list of allowed TCP ports
|
|
TCP=""
|
|
|
|
# space separated list of allowed UDP ports
|
|
UDP="bootps"
|
|
|
|
# space separated list of allowed RPC services
|
|
RPC=""
|
|
|
|
# space separated list of allowed IP protocols
|
|
IP=""
|
|
|
|
# space separated list of allowed UDP broadcast ports
|
|
BROADCAST="bootps"
|
|
|