<div dir="ltr">Hi <div>I have configured the dhcp on my local environment  with the configuration as </div><div>=================================</div><div>subnet 192.168.3.0 netmask 255.255.255.0 {<br>        pool {<br>                range 192.168.3.3 192.168.3.143;<br>        }<br>                default-lease-time 120;<br>                max-lease-time 120;<br>                option domain-name "<a href="http://example.com" target="_blank">example.com</a>";<br>                option routers 192.168.3.1;<br>                option subnet-mask 255.255.255.0;<br>        }<br></div><div>But no client is able to get the IP and in the logs I can see:<br>DHCPDISCOVER from 84:EF:18:6A:89:DE via <a href="http://192.168.3.11" target="_blank">192.168.3.11</a>: network <a href="http://192.168.3.0/24" target="_blank">192.168.3.0/24</a>:<b> no free leases</b><br>DHCPDISCOVER from 00:FF:4A:81:D5:A5 via <a href="http://192.168.3.16" target="_blank">192.168.3.16</a>: network <a href="http://192.168.3.0/24" target="_blank">192.168.3.0/24</a>: <b>no free leases</b><br></div><div>But it is not possible and none of the client get the lease from the specified network. I cross checked in the lease file also </div><div>[root@dhcpserver]# cat dhcpd.leases | grep 192.168.3 -A 10 -B 10<br>[root@dhcpserver]#<br></div><div>It doesn't shows any entry <br><br></div><div>Any help is appreciated thanks in advance  <br></div></div>