mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6018: Increase dnsmasq dhcp-lease-max to 2100
Would able to accomodate one /21 network then.
This commit is contained in:
parent
b35eb04de3
commit
66989a9364
|
|
@ -501,7 +501,7 @@ dhcp-option=vendor:MSFT,2,1i
|
|||
#dhcp-boot=/var/ftpd/pxelinux.0,boothost,tftp_server_name
|
||||
|
||||
# Set the limit on DHCP leases, the default is 150
|
||||
#dhcp-lease-max=150
|
||||
dhcp-lease-max=2100
|
||||
|
||||
# The DHCP server needs somewhere on disk to keep its lease database.
|
||||
# This defaults to a sane location, but if you want to change it, use
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@ dhcp-option=vendor:MSFT,2,1i
|
|||
#dhcp-boot=/var/ftpd/pxelinux.0,boothost,192.168.0.3
|
||||
|
||||
# Set the limit on DHCP leases, the default is 150
|
||||
#dhcp-lease-max=150
|
||||
dhcp-lease-max=2100
|
||||
|
||||
# The DHCP server needs somewhere on disk to keep its lease database.
|
||||
# This defaults to a sane location, but if you want to change it, use
|
||||
|
|
|
|||
Loading…
Reference in New Issue