Simple question but I've looked around for an answer on this. I add a hosts {}
section to dhcp.conf to generate a static IP in a subnet. When a machine starts and is given this reservation, does this generate a 'lease' entry in the lease database?
My subnet is 192.168.0.0/24
with a dhcp range of 192.168.0.128/25
. Lets say my host has a IP reservation in the lower half of my subnet (e.g. 192.168.0.100
)