<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Your subnet is wrong<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><font face="Arial">Sherman Lilly<br>
(865) 215-3536<br>
Senior Systems Administrator<br>
Knox County</font><br>
</div>
</div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF519154"><font face="Tahoma" color="#000000" size="2"><b>From:</b> dhcp-users-bounces@lists.isc.org [dhcp-users-bounces@lists.isc.org] on behalf of Bernard Fay [bernard.fay@gmail.com]<br>
<b>Sent:</b> Tuesday, January 26, 2016 2:30 PM<br>
<b>To:</b> dhcp-users@lists.isc.org<br>
<b>Subject:</b> fixed-address problem<br>
</font><br>
</div>
<div></div>
<div>
<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" target="_blank">cts.org</a>";<br>
option domain-name-servers <a href="http://ns1.cts.org" target="_blank">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" target="_blank">cts.org</a>";<br>
<br>
  group {<br>
    host vault {<br>
      option host-name "<a href="http://vault.cts.org" target="_blank">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" target="_blank">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>
</div>
</div>
</div>
</body>
</html>