From 642b123a3075c122057fe5f3bcb88cf41e8aa7e9 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Mon, 3 Jan 2022 17:27:06 +0000 Subject: [PATCH] 10 day leases for the comfoconnect to work around firmware issue. --- dhcpd.conf.head | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dhcpd.conf.head b/dhcpd.conf.head index 1965670..1afbb42 100755 --- a/dhcpd.conf.head +++ b/dhcpd.conf.head @@ -20,3 +20,8 @@ subnet 192.168.1.0 netmask 255.255.255.0 { option domain-name "home.paler.net"; range 192.168.1.100 192.168.1.200; } + +host comfoconnect { + max-lease-time 864000; + default-lease-time 864000; +}