diff options
author | William Harrington <kb0iic@cross-lfs.org> | 2014-04-26 20:51:13 -0500 |
---|---|---|
committer | William Harrington <kb0iic@cross-lfs.org> | 2014-04-26 20:51:13 -0500 |
commit | d428b64adcd7aa90681669315f7ff847bb2af3ea (patch) | |
tree | b80fe7868fac840476e45960edfe3a990dc23e79 /clfs/default/dhcpd |
Initial commit.
Diffstat (limited to 'clfs/default/dhcpd')
-rw-r--r-- | clfs/default/dhcpd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/clfs/default/dhcpd b/clfs/default/dhcpd new file mode 100644 index 0000000..af6bf30 --- /dev/null +++ b/clfs/default/dhcpd @@ -0,0 +1,12 @@ +# Begin /etc/default/dhcpd + +# On which interfaces should the DHCP Server (dhcpd) serve DHCP requests +# Separate multiple interfaces with spaces, e.g. "eth0 eth1". +# By default, dhcpd will listen on all available interfaces. In that +# case, use -4 or -6 in the DHCPD_OPTS below to listen on IPv4 or IPv6 +DHCPD_INTERFACES="" + +# Additional options that you want to pass to the DHCP Server Daemon +DHCPD_OPTS="" + +# End /etc/default/dhcpd |