# 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 # # you can enable v4 and/or v6 protocols V4_ENABLED="yes" V6_ENABLED="yes" # On what interfaces should the DHCP server (dhcpd) serve DHCP requests? # Separate multiple interfaces with spaces, e.g. "eth0 eth1". INTERFACES_V4="eth0" INTERFACES_V6="eth0"