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*
This commit is contained in:
Astro 2016-12-15 19:21:18 +01:00
parent ceec7bf5db
commit 1915065d29
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ dhcp:
serv: serv:
start: 172.20.73.2 start: 172.20.73.2
end: 172.20.73.63 end: 172.20.73.63
time: 7776000 time: 300
max-time: 31536000 max-time: 31536000
opts: opts:
host-opts: host-opts:
@ -14,7 +14,7 @@ dhcp:
pub: pub:
start: 172.20.76.2 start: 172.20.76.2
end: 172.20.77.254 end: 172.20.77.254
time: 300 time: 30
max-time: 3600 max-time: 3600
opts: opts:
host-opts: host-opts:
@ -26,7 +26,7 @@ dhcp:
priv1: priv1:
start: 172.20.74.2 start: 172.20.74.2
end: 172.20.74.14 end: 172.20.74.14
time: 3600 time: 120
max-time: 86400 max-time: 86400
opts: opts:
host-opts: host-opts:
@ -38,7 +38,7 @@ dhcp:
priv2: priv2:
start: 172.20.75.2 start: 172.20.75.2
end: 172.20.75.31 end: 172.20.75.31
time: 3600 time: 120
max-time: 86400 max-time: 86400
opts: opts:
host-opts: host-opts: