<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'>
Hi Glenn,<div><br></div><div>This is my server and this is my server conf file (Is i had done something wrong?).</div><div><br></div><div>I haven't use dhcpd.conf configuration file. I used dhcp6 file for my server configuration.</div><div><br></div><div>I am able to give IPv6 addresses to the clients which are in the same LAN ( same LAN as of DHCP server) But neither i am able to give IPv6 address to the machines which are in different LAN nor i am getting any log in my dhcpd6.leases file.</div><div><br></div><div>Whenever i add 'log-facility' command or range6 command, it gives me syntax error. What should i do?</div><div><br></div><div>Is there any ARM available for DHCP configuration similar to the BIND ARM??</div><div><br></div><div><br></div><div>Thanks.</div><div><br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Fri, 22 Jun 2012 16:27:01 +1000<br>> Subject: RE: Not able to see lease logs in dhcpd6.leases<br>> From: glenn.satchell@uniq.com.au<br>> To: dhcp-users@lists.isc.org<br>> <br>> Is this on the client or the server? Below you show a client config, so<br>> the client stores the lease in a lease file. In the directory containing<br>> dhclient.leases directory (something like /var/lib/dhcp but maybe<br>> different for different distros) there may be many leases files. Check the<br>> one with the most recent timestamp. The names look like<br>> dhclient-<uuid>-eth0.lease<br>> <br>> On the server the leases are stored in dhcpd6.leases, but it depends on<br>> the server config. Can you post your dhcpd.conf file?<br>> <br>> Note that if you use host statements with fixed-address or fixed-address6<br>> then by design those leases are handled by a different internal code path<br>> and are not written to the leases file.<br>> <br>> regards,<br>> -glenn<br>> <br>> ><br>> > Hi Team,<br>> > Someone please see this issue and replied me as i m stuck in this.<br>> ><br>> > From: gaurav.kansal@live.in<br>> > To: dhcp-users@lists.isc.org<br>> > Subject: Not able to see lease logs in dhcpd6.leases<br>> > Date: Tue, 19 Jun 2012 13:05:49 +0530<br>> ><br>> ><br>> ><br>> ><br>> ><br>> > Dear All,<br>> > I set up the DHCPv6 server recently. I am able to assigns the IPv6<br>> > addresses to clients but i am not getting anything in the dhcpd6.leases<br>> > file.<br>> > My conf is :<br>> > interface eth0 {    server-preference 255;    renew-time 600;<br>> > rebind-time 900;    prefer-life-time 1300;    valid-life-time 2000;<br>> > allow rapid-commit;    option dns_servers 2001:db8:FFFF::2;<br>> > #    log-facility local7;<br>> >     link AAA {        pool{                    range<br>> > 2001:db8:a:b::dead:dead:10 to 2001:db8:a:b::dead:dead:9f/64;<br>> >  };            };};<br>> > And my dhcpd6.leases file contains:<br>> > # The format of this file is documented in the dhcpd.leases(5) manual<br>> > page.# This lease file was written by isc-dhcp-4.2.4<br>> > server-duid "\000\001\000\001\027lk\2018`w\315\3120";<br>> ><br>> ><br>> > Please help me out. Why i am not getting leases logs?<br>> ><br>> ><br>> ><br>> ><br>> > _______________________________________________<br>> > dhcp-users mailing list<br>> > dhcp-users@lists.isc.org<br>> > https://lists.isc.org/mailman/listinfo/dhcp-users<br>> > _______________________________________________<br>> > dhcp-users mailing list<br>> > dhcp-users@lists.isc.org<br>> > https://lists.isc.org/mailman/listinfo/dhcp-users<br>> <br>> <br>> _______________________________________________<br>> dhcp-users mailing list<br>> dhcp-users@lists.isc.org<br>> https://lists.isc.org/mailman/listinfo/dhcp-users<br></div></div>                                           </div></body>
</html>