Adjust DHCP range so that nodes can take static address from pool
The pool needs to contain the static addresses for the individual VM nodes. Change-Id: Ia1ec76917f4d2e13e86db7f8dabad3430afe8d86
This commit is contained in:
parent
f856f3bfaf
commit
9f2bde0728
@ -20,7 +20,7 @@ dhcp_list:
|
||||
gateway: 10.0.2.1 # Gateway
|
||||
dns: 8.8.8.8 # DNS
|
||||
subnet: 10.0.0.0 # Subnet mask
|
||||
range_start: 10.0.2.160 # Start of DHCP range
|
||||
range_start: 10.0.2.3 # Start of DHCP range
|
||||
range_end: 10.0.3.254 # End of DHCP range
|
||||
broadcast: 10.0.3.255 # Network Broadcast address
|
||||
default_lease_time: 21600 # Subnet Default lease time - The default is used if this is not defined
|
||||
|
Loading…
x
Reference in New Issue
Block a user