From 2cf4e711706bdd40209f1e8a4cc9fc0769f26fa6 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 6 May 2018 13:11:57 -0500 Subject: [PATCH] dch-gw: dhcpd: Reduce blue pool size A few more hosts are going to need static addresses, so the pool needs to start later in the address space to make room for them. --- group_vars/dch-gw/dhcpd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/dch-gw/dhcpd.yml b/group_vars/dch-gw/dhcpd.yml index af7c332..de44799 100644 --- a/group_vars/dch-gw/dhcpd.yml +++ b/group_vars/dch-gw/dhcpd.yml @@ -16,7 +16,7 @@ dhcp_subnets: # pyrocufflink.blue - address: 172.30.0.0/26 pools: - - start: 172.30.0.11 + - start: 172.30.0.20 end: 172.30.0.59 routers: - 172.30.0.1