From: "Török Edwin" <edwin+ml-cerowrt@etorok.net>
To: cerowrt-devel@lists.bufferbloat.net
Subject: Re: [Cerowrt-devel] dnsmasq ipv6 stuff
Date: Fri, 25 Jan 2013 21:21:05 +0200 [thread overview]
Message-ID: <5102DB21.4070008@etorok.net> (raw)
In-Reply-To: <CANJCZGLcLJEKYnwHNo8+aG92W=QcLkrJEkOz18=v6Lef7YZjxw@mail.gmail.com>
On 01/22/2013 08:52 PM, Chris Lawrence wrote:
> On Tue, Jan 22, 2013 at 1:40 AM, Dave Taht <dave.taht@gmail.com> wrote:
>> I think that's this in /etc/dnsmasq.conf
>>
>> dhcp-range=se00,1234::, ra-stateless, ra-names
>> dhcp-range=sw00,1234::, ra-stateless, ra-names
>> dhcp-range=sw10,1234::, ra-stateless, ra-names
>> dhcp-range=gw00,1234::, ra-stateless, ra-names
>> dhcp-range=gw10,1234::, ra-stateless, ra-names
>>
>> It's kind of unclear to me what 1234 could be replaced with.
>> "ce30" works for me...
>
> Using ::1 on each will autoassign the addresses based on the address
> of the interface, which seems like a sensible default no matter what
> network address you have. Having said that I found that with
> ra-stateless enabled, at least one device on my network would send
> DHCPv6 requests that crashed dnsmasq. So I have:
>
> dhcp-range=::1,constructor:se00,ra-names
> (etc.)
>
> I think with test11 that can be further simplified to:
>
> dhcp-range=::1,constructor:*,ra-names
Only thing that worked for me is one of these two in /etc/dnsmasq.conf:
1. specify prefix explicitly:
dhcp-range=se00,2a02:2f02:1022:a4b7::,ra-names,48h
2. specifiy constructor:se00:
dhcp-range=::1,constructor:se00,ra-names,48h
Also I had to remove dnsmasq and install dnsmasq-dhcpv6 as mentioned in this thread already.
With the above enable-ra seems to be optional.
The other things didn't work, it never sends a RTR-ADVERT, although it sees RTR-SOLICIT:
dhcp-range=se00,::1,slaac,48h
dhcp-range=se00,ce30::,slaac,48h
dhcp-range=::1,constructor=*,slaac,48h
dhcp-range=::1,constructor:*,slaac,48h <-- this crashes immediately
Best regards,
--Edwin
next prev parent reply other threads:[~2013-01-25 19:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-22 6:40 Dave Taht
2013-01-22 18:52 ` Chris Lawrence
2013-01-22 22:19 ` Maciej Soltysiak
2013-01-22 23:12 ` Dave Taht
2013-01-23 0:14 ` Chris Lawrence
2013-01-23 7:24 ` Phil Pennock
2013-01-25 19:21 ` Török Edwin [this message]
[not found] <mailman.5741.1358880757.1742.cerowrt-devel@lists.bufferbloat.net>
2013-01-25 1:47 ` Richard Brown
[not found] ` <FC4C3393-3EA4-4130-915E-373FAA458A32@intermapper.com>
2013-01-25 1:55 ` Richard Brown
2013-01-30 21:40 Simon Kelley
2013-01-30 23:44 ` Chris Lawrence
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=5102DB21.4070008@etorok.net \
--to=edwin+ml-cerowrt@etorok.net \
--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