From 1915065d2988878e68756d1e2b97a18ab04c3781 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 15 Dec 2016 19:21:18 +0100 Subject: [PATCH] dhcp: lower lease time (not max-time) our network is way too dynamic, clients need to quickly check dhcp after getting assigned to a different priv* --- salt-pillar/dhcp/init.sls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt-pillar/dhcp/init.sls b/salt-pillar/dhcp/init.sls index 207e46b..87a8a7a 100644 --- a/salt-pillar/dhcp/init.sls +++ b/salt-pillar/dhcp/init.sls @@ -2,7 +2,7 @@ dhcp: serv: start: 172.20.73.2 end: 172.20.73.63 - time: 7776000 + time: 300 max-time: 31536000 opts: host-opts: @@ -14,7 +14,7 @@ dhcp: pub: start: 172.20.76.2 end: 172.20.77.254 - time: 300 + time: 30 max-time: 3600 opts: host-opts: @@ -26,7 +26,7 @@ dhcp: priv1: start: 172.20.74.2 end: 172.20.74.14 - time: 3600 + time: 120 max-time: 86400 opts: host-opts: @@ -38,7 +38,7 @@ dhcp: priv2: start: 172.20.75.2 end: 172.20.75.31 - time: 3600 + time: 120 max-time: 86400 opts: host-opts: