From: Robert Bradley <robert.bradley1@gmail.com>
To: cerowrt-devel <cerowrt-devel@lists.bufferbloat.net>
Subject: [Cerowrt-devel] DHCPv6 and DNS assignment for Windows 7 clients
Date: Tue, 05 Feb 2013 16:30:51 +0000 [thread overview]
Message-ID: <511133BB.7050700@gmail.com> (raw)
[-- 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 --]
reply other threads:[~2013-02-05 16:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/cerowrt-devel.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=511133BB.7050700@gmail.com \
--to=robert.bradley1@gmail.com \
--cc=cerowrt-devel@lists.bufferbloat.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox