16 lines
477 B
Plaintext
16 lines
477 B
Plaintext
# DHCP Server Configuration file for Pisi Linux
|
|
|
|
# Specify a configuration file - the default is /etc/dhcp/dhcpd.conf
|
|
DHCPD_CONF="/etc/dhcp/dhcpd.conf"
|
|
|
|
# Configure which interface or interfaces to for dhcpd to listen on.
|
|
# List all interfaces space separated. If this is not specified then
|
|
# we listen on all interfaces.
|
|
INTERFACES=""
|
|
|
|
# Insert any other dhcpd options - see the man page for a full list.
|
|
DHCPD_ARGS=""
|
|
|
|
# Wait for interfaces being up (in seconds.)
|
|
TIMEOUT=10
|