From e241626befac157d4c4d5769c7d8e2919afd7739 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Oct 2018 18:33:31 -0400 Subject: [PATCH] relax DHCP a bit --- dhcpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhcpd.conf b/dhcpd.conf index a5ce8a2..a40fc74 100644 --- a/dhcpd.conf +++ b/dhcpd.conf @@ -3,8 +3,8 @@ option domain-name-servers 128.153.145.3,8.8.8.8; option arch code 93 = unsigned integer 16; option rfc3442-classless-static-routes code 121 = array of integer 8; option ms-classless-static-routes code 249 = array of integer 8; -default-lease-time 300; -max-lease-time 300; +default-lease-time 10080; +max-lease-time 10080; option routers 128.153.145.1; option subnet-mask 255.255.254.0; authoritative;