<br><br><div class="gmail_quote">On Mon, Feb 28, 2011 at 3:13 PM, Jeff Sadowski <span dir="ltr">&lt;<a href="mailto:jeff.sadowski@gmail.com">jeff.sadowski@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;">
<div class="im">On Mon, Feb 28, 2011 at 3:52 PM, Reuben Hawkins &lt;<a href="mailto:reubenhwk@gmail.com">reubenhwk@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Feb 28, 2011 at 10:19 AM, Jeff Sadowski &lt;<a href="mailto:jeff.sadowski@gmail.com">jeff.sadowski@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I didn&#39;t see a mailing list FAQ so I hope its ok to ask a simple question<br>
&gt;&gt; like<br>
&gt;&gt; How do I search the mailing list to find say DDNS<br>
&gt;&gt; would I run a google query for &quot;site:<a href="http://lists.litech.org" target="_blank">lists.litech.org</a> DDNS&quot;<br>
&gt;&gt; this didn&#39;t find anything and I&#39;d bet someone has asked how to do that<br>
&gt;&gt; before.<br>
&gt;&gt;<br>
&gt;&gt; If not that is my question can radvd do ddns(Dynamic DNS)<br>
&gt;&gt; I&#39;d like that when a host gets a ipv6 address from my radvd pool to<br>
&gt;&gt; update my bind entries for that computer.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; radvd-devel-l mailing list  :  <a href="mailto:radvd-devel-l@litech.org">radvd-devel-l@litech.org</a><br>
&gt;&gt; <a href="http://lists.litech.org/listinfo/radvd-devel-l" target="_blank">http://lists.litech.org/listinfo/radvd-devel-l</a><br>
&gt;<br>
&gt;<br>
&gt; AFAIK, there&#39;s nothing like that in radvd.  However, this sound like a<br>
&gt; problem solved by mDNS (multicast DNS, also called Bonjour by Apple).  On<br>
&gt; Linux, avahi-daemon does this.  After installing you&#39;ll need to update your<br>
&gt; /etc/nsswitch.conf with this line...<br>
&gt;<br>
</div>Ok thank you.<br>
Is there any place that radvd logs which computers pull what addresses<br>
like &lt;this mac address&gt; obtained &lt;this ipv6 address&gt;?<br></blockquote><div><br><br>No.  It&#39;s not really possible with radvd.  Radvd&#39;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&#39;t obtain its address from radvd, only the network prefix(es).  The host creates its own address, and verifies it&#39;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&#39;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">&gt; hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4<br>
&gt;<br>
&gt; ...to make use of it.  ...but you&#39;ll need to do this on all the Linux hosts<br>
&gt; on your network.  I think it&#39;s running by default on OSX and you can install<br>
&gt; Bonjour on your windows hosts.<br>
&gt;<br>
&gt; Then when a host wants to know the IP of another host running Bonjour, you<br>
&gt; can use the .local suffix like so...<br>
&gt;<br>
&gt; $ ping somehost.local<br>
&gt;<br>
&gt; ...or...<br>
&gt;<br>
&gt; $ ping6 somehost.local<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Reuben<br>
&gt;<br>
</div><div class="im">&gt; --<br>
&gt; radvd-devel-l mailing list  :  <a href="mailto:radvd-devel-l@litech.org">radvd-devel-l@litech.org</a><br>
&gt; <a href="http://lists.litech.org/listinfo/radvd-devel-l" target="_blank">http://lists.litech.org/listinfo/radvd-devel-l</a><br>
&gt;<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>