<br><br><div class="gmail_quote">On Mon, Feb 28, 2011 at 3:13 PM, Jeff Sadowski <span dir="ltr"><<a href="mailto:jeff.sadowski@gmail.com">jeff.sadowski@gmail.com</a>></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;">
<div class="im">On Mon, Feb 28, 2011 at 3:52 PM, Reuben Hawkins <<a href="mailto:reubenhwk@gmail.com">reubenhwk@gmail.com</a>> wrote:<br>
><br>
><br>
> On Mon, Feb 28, 2011 at 10:19 AM, Jeff Sadowski <<a href="mailto:jeff.sadowski@gmail.com">jeff.sadowski@gmail.com</a>><br>
> wrote:<br>
>><br>
>> I didn't see a mailing list FAQ so I hope its ok to ask a simple question<br>
>> like<br>
>> How do I search the mailing list to find say DDNS<br>
>> would I run a google query for "site:<a href="http://lists.litech.org" target="_blank">lists.litech.org</a> DDNS"<br>
>> this didn't find anything and I'd bet someone has asked how to do that<br>
>> before.<br>
>><br>
>> If not that is my question can radvd do ddns(Dynamic DNS)<br>
>> I'd like that when a host gets a ipv6 address from my radvd pool to<br>
>> update my bind entries for that computer.<br>
>><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>
><br>
><br>
> AFAIK, there's nothing like that in radvd. However, this sound like a<br>
> problem solved by mDNS (multicast DNS, also called Bonjour by Apple). On<br>
> Linux, avahi-daemon does this. After installing you'll need to update your<br>
> /etc/nsswitch.conf with this line...<br>
><br>
</div>Ok thank you.<br>
Is there any place that radvd logs which computers pull what addresses<br>
like <this mac address> obtained <this ipv6 address>?<br></blockquote><div><br><br>No. It's not really possible with radvd. Radvd's main purpose is to advertise the network prefix(es). A host can trigger radvd to send the prefix, and radvd logs the link local address, but the host doesn't obtain its address from radvd, only the network prefix(es). The host creates its own address, and verifies it's unique with DAD (Duplicate Address Detection). Radvd in unaware what address the host configured.<br>
<br>Additionally, a host can just wait for a periodic advertisement... So a host may receive the prefix info from radvd and autoconfigure without radvd knowing about it.<br><br>DHCPv6 may do something like that (but that's a question for a different mailing list)...<br>
<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">> hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4<br>
><br>
> ...to make use of it. ...but you'll need to do this on all the Linux hosts<br>
> on your network. I think it's running by default on OSX and you can install<br>
> Bonjour on your windows hosts.<br>
><br>
> Then when a host wants to know the IP of another host running Bonjour, you<br>
> can use the .local suffix like so...<br>
><br>
> $ ping somehost.local<br>
><br>
> ...or...<br>
><br>
> $ ping6 somehost.local<br>
><br>
> Thanks,<br>
> Reuben<br>
><br>
</div><div class="im">> --<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>
><br>
<br>
</div>--<br>
<div><div></div><div class="h5">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>
</div></div></blockquote></div><br>