This commit is contained in:
87
sysconfig.dhcpd
Normal file
87
sysconfig.dhcpd
Normal file
@@ -0,0 +1,87 @@
|
||||
## Path: Network/DHCP/DHCP server
|
||||
## Description: DHCP server settings
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## ServiceRestart: dhcpd
|
||||
#
|
||||
# Interface(s) for the DHCP server to listen on.
|
||||
#
|
||||
# Instead of the interface name, the name of its configuration can be given.
|
||||
# If the configuration file is named
|
||||
# /etc/sysconfig/network/ifcfg-eth-id-00:50:fc:e4:f2:65
|
||||
# then id-00:50:fc:e4:f2:65 would be suitable to identify the configuration.
|
||||
#
|
||||
# A special keyword is ANY, it will cause dhcpd to autodetect available
|
||||
# interfaces.
|
||||
#
|
||||
# Examples: DHCPD_INTERFACE="eth0"
|
||||
# DHCPD_INTERFACE="eth0 eth1 eth2 tr0 wlan0"
|
||||
# DHCPD_INTERFACE="internal0 internal1"
|
||||
# DHCPD_INTERFACE="id-00:50:fc:e4:f2:65 id-00:a0:24:cb:cc:5c wlan0"
|
||||
# DHCPD_INTERFACE="ANY"
|
||||
#
|
||||
DHCPD_INTERFACE=""
|
||||
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
## ServiceRestart: dhcpd
|
||||
#
|
||||
# Shall the DHCP server dhcpd run in a chroot jail (/var/lib/dhcp)?
|
||||
#
|
||||
# Each time you start dhcpd with the init script, /etc/dhcpd.conf will
|
||||
# be copied to /var/lib/dhcp/etc/.
|
||||
#
|
||||
# Some files that are important for hostname to IP address resolution
|
||||
# (/etc/{hosts,host.conf,resolv.conf,localtime}, /lib/libnss_dns.so.2,
|
||||
# /lib/libresolv.so.2) will also be copied to the chroot jail by the
|
||||
# init script when you start it (about 100kB altogether).
|
||||
#
|
||||
# The pid file will be in /var/lib/dhcp/var/run/dhcpd.pid.
|
||||
#
|
||||
DHCPD_RUN_CHROOTED="yes"
|
||||
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## ServiceRestart: dhcpd
|
||||
#
|
||||
# Since version 3, dhcpd.conf can contain include statements.
|
||||
# If you enter the names of any include files here, _all_ conf
|
||||
# files will be copied to $chroot/etc/, when dhcpd is started in the
|
||||
# chroot jail. (/etc/dhcpd.conf is always copied.)
|
||||
#
|
||||
# For your convenience, you can also specify entire directories, like
|
||||
# "/etc/dhcpd.conf.d".
|
||||
#
|
||||
# Example: "/etc/dhcpd.conf.shared /etc/dhcpd.conf.bootp-clients"
|
||||
#
|
||||
DHCPD_CONF_INCLUDE_FILES=""
|
||||
|
||||
## Type: string
|
||||
## Default: "dhcpd"
|
||||
## ServiceRestart: dhcpd
|
||||
#
|
||||
# Leave empty or enter "root" to let dhcpd run as root.
|
||||
# Enter "dhcpd" to run dhcpd as user 'dhcpd'.
|
||||
#
|
||||
DHCPD_RUN_AS="dhcpd"
|
||||
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## ServiceRestart: dhcpd
|
||||
#
|
||||
# Other arguments that you want dhcpd to be started with
|
||||
# (e.g. "-p 1234" for a non-standard port to listen on)
|
||||
#
|
||||
DHCPD_OTHER_ARGS=""
|
||||
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## ServiceRestart: dhcpd
|
||||
#
|
||||
# You may specify another dhcpd binary to be run.
|
||||
# The full path needs to be specified.
|
||||
#
|
||||
# If empty, the default applies.
|
||||
#
|
||||
DHCPD_BINARY=""
|
||||
|
Reference in New Issue
Block a user