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.jenkins-master
parent
aba3fe8e04
commit
2cf4e71170
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue