<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;">What is the appropriate way to see lease information on ISC dhcpd 4.2.2 for hosts defined with a fixed-address?  For example, say I have this config:<br>
<br>
subnet 10.0.0.0 netmask 255.255.255.0 {<br>
        option routers 10.0.0.1;<br>
        option subnet-mask 255.255.255.0;<br>
}<br>
<br>
group {<br>
<br>
host some.host.tld {<br>
    hardware ethernet 00:11:22:33:44:55;<br>
    fixed-address 10.0.0.2<br>
}<br>
<div><br>
[...]<br>
}<br>
<br>
I am able to see in my dhcpd logs the full transaction (discover/offer/request/ack) between the client and server.  However, when I look at the leases file or try to look for a lease object with the client's IP in omshell, the lease for that IP is not there. 
 For what it's worth, leases given to clients from pool declarations are present.  Should I be looking elsewhere, or is the dhcpd log the only place I can check to see if a client has requested a lease and given a fixed-address?<br>
<br>
Thanks,<br>
<br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">Mike Akey<br>
Information Services<br>
Oregon State University<br>
541-737-4948<br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>