From f352a4e8a1b31c0074ed350dda05a702daf8dc7b Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Fri, 28 Sep 2018 06:31:25 +0000 Subject: dhcp: fix dhcpd configuration --- recipes-connectivity/dhcp/files/dhcpd.conf | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'recipes-connectivity/dhcp/files') diff --git a/recipes-connectivity/dhcp/files/dhcpd.conf b/recipes-connectivity/dhcp/files/dhcpd.conf index f639296..13b74d9 100644 --- a/recipes-connectivity/dhcp/files/dhcpd.conf +++ b/recipes-connectivity/dhcp/files/dhcpd.conf @@ -17,16 +17,8 @@ option domain-name-servers ns1.example.org, ns2.example.org; default-lease-time 600; max-lease-time 7200; -# If this DHCP server is the official DHCP server for the local -# network, the authoritative directive should be uncommented. -#authoritative; - -# Use this to send dhcp log messages to a different log file (you also -# have to hack syslog.conf to complete the redirection). -log-facility local7; - # A slightly different configuration for an internal subnet. -subnet 10.5.5.0 netmask 255.255.255.224 { +subnet 10.5.5.0 netmask 255.255.255.0 { range 10.5.5.26 10.5.5.30; default-lease-time 600; max-lease-time 7200; -- cgit v1.2.3