summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-12-13 13:56:17 +0000
committerAdrian Calianu <adrian.calianu@enea.com>2017-12-13 13:56:17 +0000
commit473d9548891cab82c3a05e8560cdddc8efa87bcf (patch)
tree5a4c121fbd75e5940bc1f53cb5cc8caa9b2bcce1
parent36ed60f9f5fbe35c27e11612b58ce045d14d1ee6 (diff)
downloadnfv-access-tools-pyro.tar.gz
dhcpd: increase lease timepyro
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r--nfv-installer/docker-pxe-ramboot/dhcpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfv-installer/docker-pxe-ramboot/dhcpd.conf b/nfv-installer/docker-pxe-ramboot/dhcpd.conf
index 21df511..2ea37e9 100644
--- a/nfv-installer/docker-pxe-ramboot/dhcpd.conf
+++ b/nfv-installer/docker-pxe-ramboot/dhcpd.conf
@@ -1,4 +1,4 @@
1default-lease-time 600; 1default-lease-time 3600;
2max-lease-time 7200; 2max-lease-time 7200;
3subnet 192.168.1.0 netmask 255.255.255.0 { 3subnet 192.168.1.0 netmask 255.255.255.0 {
4 range 192.168.1.100 192.168.1.200; 4 range 192.168.1.100 192.168.1.200;