<div dir="ltr"><div><div><div><div><div>Hello everyonw,<br><br></div><div>I am unable to assign fixed IP addresses to host. <br><br></div>I have the following configuration:<br><br>option domain-name "<a href="http://cts.org">cts.org</a>";<br>option domain-name-servers <a href="http://ns1.cts.org">ns1.cts.org</a>;<br><br>default-lease-time 300;<br>max-lease-time 1500;<br><br><br>subnet 192.168.99.0 netmask 255.255.255.0 {<br><br>#  range 192.168.99.201 192.168.99.250;<br>    option broadcast-address 192.168.99.255;<br>    option routers 192.168.99.1;<br>    option domain-name "<a href="http://cts.org">cts.org</a>";<br><br>  group {<br>    host vault {<br>      option host-name "<a href="http://vault.cts.org">vault.cts.org</a>";<br>      hardware ethernet 52:af:12:cf:87:c5;<br>      fixed-address 192.168.98.101;<br>    }<br>  }<br>}<br><br><br></div>With "range 192.168.99.201 192.168.99.250;"  the host is assigned the first available IP address. If I disable "range" like in the shown configuration, the log says: "dhcpd: DHCPDISCOVER from 52:af:12:cf:87:c5 via eth1: network <a href="http://192.168.99.0/24">192.168.99.0/24</a>: no free leases".<br><br></div><div>This ISC DHCP 4.2.5.<br><br></div>What am I doing wrong?<br><br></div>Thanks,<br></div>Bernard<br><br></div>