<br><br><div class="gmail_quote">On Mon, Jan 31, 2011 at 3:27 AM, Joan <span dir="ltr">&lt;<a href="mailto:aseques@gmail.com">aseques@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Good morning,<br>
<br>
We have setup a radvd server in our network to deploy the ipv6 into<br>
our infrastructure. We would like to have a record of the distributed<br>
addresses similar to the one that is available with dhcpd.<br>
<br>
The output with dhcpd is something like this:<br>
Jan 31 12:18:45 server dhcpd: DHCPREQUEST for 192.168.1.201 from<br>
f8:1e:df:74:25:12 (name) via eth0<br>
Jan 31 12:18:45 server dhcpd: DHCPACK on 192.168.1.201 to<br>
f8:1e:df:74:25:12 (name) via eth0<br>
Jan 31 12:18:59 server dhcpd: DHCPREQUEST for 192.168.1.206 from<br>
00:1e:a4:a4:2e:9e via eth0<br>
Jan 31 12:18:59 server dhcpd: DHCPACK on 192.168.1.206 to<br>
00:1e:a4:a4:2e:9e via eth0<br>
Jan 31 12:20:12 server dhcpd: DHCPREQUEST for 192.168.1.205 from<br>
7c:c5:37:bf:11:fd via eth0<br>
Jan 31 12:20:12 server dhcpd: DHCPACK on 192.168.1.205 to<br>
7c:c5:37:bf:11:fd via eth0<br>
<br>
<br>
Is that possible with radvd? I&#39;ve searched through the archives and I<br>
haven&#39;t been able to find anything.<br>
<br>
Thank you very much<br>
<font color="#888888"><br>
--<br>
radvd-devel-l mailing list  :  <a href="mailto:radvd-devel-l@litech.org">radvd-devel-l@litech.org</a><br>
<a href="http://lists.litech.org/listinfo/radvd-devel-l" target="_blank">http://lists.litech.org/listinfo/radvd-devel-l</a><br>
</font></blockquote></div><br>Hi Joan,<br><br>In short, no.  It&#39;s not possible with radvd.<br><br>Longer answer...  It&#39;s the hosts&#39; responsibility to configure its own addresses.  Radvd is only sending the hosts the network prefix.  Some hosts will contact radvd through the all routers multicast address, but even so, the source address of the solicitation may be empty.  Additionally, hosts don&#39;t have to contact radvd at all.  A host can wait for a periodic broadcast from radvd then autoconfigure from there without ever contacting radvd.  Also, the host does not communicate back to radvd which addresses it selected.  Generally the host portion of the IPv6 address (the lower 64 bits) are derived from the mac address, but this isn&#39;t required...<br>
<br>DHCPv6 may be able to do exactly what you want, but that would be for another mailing list...<br><br>Thanks,<br>Reuben<br>