Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] DHCPv6 and DNS assignment for Windows 7 clients
@ 2013-02-05 16:30 Robert Bradley
  0 siblings, 0 replies; only message in thread
From: Robert Bradley @ 2013-02-05 16:30 UTC (permalink / raw)
  To: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 1082 bytes --]

|The present CeroWRT builds all assign IPv6 addresses via dnsmasq with 
the settings "ra-names,ra-stateless", which is supposed to make the 
clients use SLAAC addresses |||(auto-assigned based on MAC address) and 
add this to DNS. |I noticed today that in the case of Windows 7 clients, 
the AAAA records were missing.  It turns out that the default is to 
assign random addresses which confuses dnsmasq (the ping to SLAAC test 
fails). Linux clients are unaffected by this, since they default to 
SLAAC-friendly assignment.

The solutions to this are one of:

1. Run "netsh interface ipv6 set global randomizeidentifiers=disabled" 
on each Windows 7 client to force them to use SLAAC.
2. Modify /etc/dnsmasq.conf to use "ra-names,slaac" in place of 
"ra-names,ra-stateless".  This means that all clients get SLAAC and 
DHCPv6 addresses, and the DHCPv6 address gets added to DNS even if the 
SLAAC address is unpingable.  For machines with pingable SLAAC 
addresses, both type of address are present.

Hope this helps anyone else that was confused by that...
|

-- 
Robert Bradley


[-- Attachment #2: Type: text/html, Size: 1507 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-05 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-05 16:30 [Cerowrt-devel] DHCPv6 and DNS assignment for Windows 7 clients Robert Bradley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox