15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
# Defaults for dhcp initscript
|
|
# sourced by /etc/init.d/dhcp
|
|
# installed at /etc/default/isc-dhcp-server by the maintainer scripts
|
|
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
|
|
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
|
|
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
|
|
#INTERFACES=""
|
|
INTERFACESv4="eth1 eth2"
|
|
INTERFACESv6=""
|
|
|