From: Robert Bradley <robert.bradley1@gmail.com>
To: cerowrt-devel@lists.bufferbloat.net
Subject: Re: [Cerowrt-devel] development snapshot of cerowrt-3.3.8-21 released
Date: Wed, 29 Aug 2012 16:53:21 +0100 [thread overview]
Message-ID: <CAA=Zby4UWrQapRb9eop-Qyh5brevO-Sgyt_m8=xD5N8_zMfrjA@mail.gmail.com> (raw)
In-Reply-To: <CAA=Zby43ioBaT2a_Ar51+TisPKbk+=Jv+Nrobffkxxk_NZkkUw@mail.gmail.com>
On 29 August 2012 13:18, Robert Bradley <robert.bradley1@gmail.com> wrote:
> Alternatively, you might have to set up a DHCPv6 server. CeroWRT has
> dnsmasq-dhcpv6 already, as far as I can tell, but you will probably
> need to follow the instructions at
> http://wiki.openwrt.org/doc/howto/ipv6#dnsmasq-dhcpv6 to get that
> working (including removing dnsmasq and reinstalling dnsmasq-dhcpv6).
The following instructions for CeroWRT worked for me with Windows 7
clients. I set it so that addresses are assigned via SLAAC with radvd
doing announcements, and DNS servers etc. are announced over DHCPv6.
# opkg update
# opkg remove dnsmasq
# opkg install --force-reinstall dnsmasq-dhcpv6
Insert several lines into /etc/dnsmasq.conf describing the dhcp ranges:
dhcp-range=se00,</64 goes here>, ra-stateless, ra-names
etc.
# /etc/init.d/dnsmasq restart
At this point, you'll probably get the router's local IPv6 addresses
as DNS servers. This is fine except that named is not configured to
accept IPv6 traffic. This should not be relevant for 3.3.8-21 since
that uses dnsmasq only, but for 3.3.8-17 and earlier, edit
/etc/chroot/named/etc/bind/conf/acls.local.conf and add in your IPv6
prefix, then "killall -HUP named" to update BIND.
We could replace radvd entirely at this point and use "enable-ra" in
dnsmasq.conf, but I think radvd gives us more options. For
DHCPv6-only address assignment, you can remove the "ra-stateless,
ra-names" parts in our new dhcp-range lines, and set "AdvManagedFlag
on" in radvd. I can't imagine OS X requiring that level of attention
though to get an IPv6 address; merely using "AdvOtherConfigFlag off"
in radvd.conf ought to do it.
--
Robert Bradley
next prev parent reply other threads:[~2012-08-29 15:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.2.1346180401.6345.cerowrt-devel@lists.bufferbloat.net>
2012-08-29 1:28 ` Richard Brown
[not found] ` <CAA=Zby6UqJfyP34siWkMbAqSWMay10TzhQRz0Bsvq-_MwxcEyw@mail.gmail.com>
[not found] ` <CAA=Zby48DBrOZpWbMuGGrP9-aVMyEe-xuo2ER830PV+Ek6US0g@mail.gmail.com>
2012-08-29 12:18 ` Robert Bradley
2012-08-29 15:53 ` Robert Bradley [this message]
2012-08-29 14:10 ` [Cerowrt-devel] Fwd: " Robert Bradley
2012-08-27 23:15 [Cerowrt-devel] " Dave Taht
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='CAA=Zby4UWrQapRb9eop-Qyh5brevO-Sgyt_m8=xD5N8_zMfrjA@mail.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