[Dnsmasq-discuss] Windows ipv6 hostname

Michael Stilkerich ms at mike2k.de
Tue Dec 20 07:59:59 GMT 2016


Hello Markus,

   Windows 10 by default uses randomized identifiers instead of the MAC 
address. You can turn this off using the following command in an admin 
shell:

netsh interface ipv6 set global randomizeidentifiers=disabled

In addition to that, make sure that the Windows computer replies to the 
ICMP echo requests that dnsmasq uses to check if the address is in use.

With this setting the Windows computer should still use temporary 
addresses to initiate outgoing connections, but be reachable on EUI-64 
based address.

-Mike

On 2016-12-19 00:07, Markus Hartung wrote:
> Hello,
> 
> Anyone here that is more knowledgeable about IPv6 and Windows 10 hosts?
> 
> I have set up my dnsmasq as a authoritative DNS server and have enable
> ra with these options:
> 
>     enable-ra
>     dhcp-range=tag:eno1,::1,::FFFF,constructor:eno1,ra-names,24h
> 
> It seems that my linux hosts are correctly getting a IPv6 address and
> registers correctly a AAAA-record in the DNS server.
> 
> My Windows 10 host gets an IPv6 address but doesn't get any 
> AAAA-record.
> 
> Can anyone shed any light on the situation? Do the linux and windows
> hosts get their IPv6 differently? And is there a way to get windows to
> register an AAAA-record?
> 
> Cheers,
> Markus
> 
> 
> _______________________________________________
> Dnsmasq-discuss mailing list
> Dnsmasq-discuss at lists.thekelleys.org.uk
> http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss




More information about the Dnsmasq-discuss mailing list