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;