<p dir="ltr">On 15-Oct-2014 11:48 pm, "Michael Kuehn" <<a href="mailto:kuehn.michael@icloud.com">kuehn.michael@icloud.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> i have the following situation. My router has a static IPv4 address. I add the static IPv4 address into the hosts-File with the hostname "router" so that dnsmasq can resolve my routers IP.<br>
><br>
> Now with IPv6, my router gets the IP the DHCP so i can't hardcore it into the hosts-File. How can i add an (dynamic) IP address as an AAAA-Record for my router?<br>
><br>
> Thank you.<br>
><br>
> _______________________________________________<br>
> Dnsmasq-discuss mailing list<br>
> <a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.thekelleys.org.uk</a><br>
> <a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</a><br>
></p>
<p dir="ltr">You're probably hit by the same problem I did. Your router is using a SLAAC address.<br>
Try this,<br>
add options ra-names, slaac to your dhcp-range</p>
<p dir="ltr">Check if it works. It did for me, all devices have both v4 and v6.</p>