<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear All,<div><br></div><div>I set up the DHCPv6 server recently. </div><div>I am able to assigns the IPv6 addresses to clients but i am not getting anything in the dhcpd6.leases file.</div><div><br></div><div>My conf is :</div><div><br></div><div><div>interface eth0 {</div><div>    server-preference 255;</div><div>    renew-time 600;</div><div>    rebind-time 900;</div><div>    prefer-life-time 1300;</div><div>    valid-life-time 2000;</div><div>    allow rapid-commit;</div><div>    option dns_servers 2001:db8:FFFF::2;</div><div><br></div><div>#    log-facility local7;</div><div><br></div><div>    link AAA {</div><div>        pool{</div><div>               <span style="font-size: 10pt; ">     range 2001:db8:a:b::dead:dead:10 to 2001:db8:a:b::dead:dead:9f/64;</span></div><div>            };</div><div>            };</div><div><span style="font-size: 10pt; ">};</span></div></div><div><br></div><div>And my dhcpd6.leases file contains:</div><div><br></div><div><div># The format of this file is documented in the dhcpd.leases(5) manual page.</div><div># This lease file was written by isc-dhcp-4.2.4</div><div><br></div><div>server-duid "\000\001\000\001\027lk\2018`w\315\3120";</div></div><div><br></div><div><br></div><div><br></div><div>Please help me out. Why i am not getting leases logs?</div><div><br></div><div><br></div><div><br></div>                                    </div></body>
</html>