From 2fcec9965c78896b520c46dc6dbd3d2ea5703d9a Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 20 Feb 2025 07:01:01 +0100 Subject: [PATCH] Changed lease time from 12h to 7d --- 40_dhcp_vlan30_definition.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/40_dhcp_vlan30_definition.conf b/40_dhcp_vlan30_definition.conf index 3d8f00f..663d277 100644 --- a/40_dhcp_vlan30_definition.conf +++ b/40_dhcp_vlan30_definition.conf @@ -3,7 +3,7 @@ # a lease time. If you have more than one network, you will need to # repeat this for each network on which you want to supply DHCP # service. -dhcp-range=VLAN30,192.168.30.50,192.168.30.150,12h +dhcp-range=VLAN30,192.168.30.50,192.168.30.150,7d dhcp-option=VLAN30,option:router,192.168.30.1