From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ia0-x22b.google.com (mail-ia0-x22b.google.com [IPv6:2607:f8b0:4001:c02::22b]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 13E4721F1D2 for ; Fri, 18 Jan 2013 07:26:21 -0800 (PST) Received: by mail-ia0-f171.google.com with SMTP id z13so367369iaz.2 for ; Fri, 18 Jan 2013 07:26:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=fAlV5kAwugMo/kmz1p3H95VLnx9BU1SFYtBGvtwcJww=; b=LPdGFCXjxp8Cr2kuwOWHEh0ASP4VDnLdLgOTI06n9g+9GKp0GCS90lXCqbpm2auHy2 VK9jnOUE2w0v6TSJ/+nnxbpsneFV5qC85GhWBFnWxsBZ0p6RQk+0dlaZNZ4e7w9C4JhH /vm5uzMz+MEDZ9Cm7SjOu5ER285HEq8/cRCcvAYKBi272hFdqECpTXL+1rQcPwwRcl6W FhsjxE43HGw4AlTJ4P34TIMTYISvbVC8IEvrvS6t0TkFV9kY4fxds+J0bp+bSkCKpiZX SIUqlCB3Ht/DNFJMsnBIVe4ZoCigf6KsF6z7OalUhoFmMzZw1ySDb7l8DaT5d12/l0Sv 1R5g== MIME-Version: 1.0 X-Received: by 10.50.180.200 with SMTP id dq8mr2400153igc.27.1358522779913; Fri, 18 Jan 2013 07:26:19 -0800 (PST) Received: by 10.64.135.39 with HTTP; Fri, 18 Jan 2013 07:26:19 -0800 (PST) In-Reply-To: <54532012A5393D4E8F57704A4D55237E42ADA4D5@CH1PRD0510MB381.namprd05.prod.outlook.com> References: <54532012A5393D4E8F57704A4D55237E42ADA4D5@CH1PRD0510MB381.namprd05.prod.outlook.com> Date: Fri, 18 Jan 2013 10:26:19 -0500 Message-ID: From: Dave Taht To: Richard Brown Content-Type: multipart/alternative; boundary=14dae9340671b74c5204d391bbd8 Cc: "" Subject: Re: [Cerowrt-devel] cerowrt 3.7.2-3 released, still in a battle with ipv6 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 15:26:21 -0000 --14dae9340671b74c5204d391bbd8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable There are multiple threads on the stateless dhcp and dhcp implementation going on here: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q1/thread.html among other things, "enable-ra" should be getting set in the generated dnsmasq conf file and probably isn't right now. Perhaps it can be manually set? I'm hoping ipv6 support isn't mission critical for anyone? I really wasn't planning on A) breaking it, or B) fixing it - this week. I DO care about exercising the ipv6 portion of the stack a lot though, there are still a few new instruction traps left to kill in the kernel (see bug 419) (dhcpv6 support also has trouble - can't even assign the delegated prefix) On Fri, Jan 18, 2013 at 8:23 AM, Richard Brown wrote: > Dave, Maciej, > > On Jan 17, 2013, at 4:47 PM, > wrote: > > On Thu, Jan 17, 2013 at 1:45 PM, Maciej Soltysiak > wrote: > >> Hi, I configured he.net tunnel according to >> http://wiki.openwrt.org/doc/uci/network6 and works with latest 3.7.2-4. >> >> However I don't understand how my client is supposed get an ip6 address. >> radvd is gone and I don't see anything handing out me an ip6 addr. Who's >> job is it now then? >> > > dnsmasq is supposed to do the job now, but the configuration via openwrt'= s > config is in flux. There is documentation floating about on > dnsmasq-discuss as well as inside the the dnsmasq-2.66test10 tarball on h= ow > to do it at the command line.... > > > I have the same problem with 3.7.2-4: my HE.net connection works fine, > CeroWrt gets the expected global IPv6 addresses, and each of the five > interfaces (not but not the babel ones) get nice routed global addresses > allocated from my /48. > > But my Mac (using either wired or wireless) doesn't get a v6 address. Do > you have any links to the dnsmasq documentation (a quick google didn't tu= rn > up anything.) Thanks. > > Rich > > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel > > --=20 Dave T=E4ht Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html --14dae9340671b74c5204d391bbd8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable There are multiple threads on the stateless dhcp and dhcp implementation go= ing on here:


among other things, "enable-ra" should be get= ting set in the generated dnsmasq conf file and probably isn't right no= w. Perhaps it can be manually set?=A0

I'm hopi= ng ipv6 support isn't mission critical for anyone? I really wasn't = planning on A) breaking it, or B) fixing it - this week. I DO care about ex= ercising the ipv6 portion of the stack a lot though, there are still a few = new instruction traps left to kill in the kernel (see bug 419)

(dhcpv6 support also has trouble - can't even assig= n the delegated prefix)

On Fri, Jan 18, 2= 013 at 8:23 AM, Richard Brown <Rich.Brown@intermapper.com>= wrote:
Dave, Maciej,

On Jan 17, 2013, at 4:47 PM, <cerowrt-devel-request@lists.buf= ferbloat.net>=A0=A0wrote:

On Thu, Jan 17, 2013 at 1:45 PM, Maciej Soltysiak=A0<maciej@soltysiak.com>=A0wrote:
Hi, I configured=A0he.net=A0tunnel according to=A0http://wiki= .openwrt.org/doc/uci/network6=A0and works with latest 3.7.2-4.
=A0
However I don't understand how my client is supposed get an ip6 ad= dress. radvd is gone and I don't see anything handing out me an ip6 add= r. Who's job is it now then?

dnsmasq is supposed to do the job now, but the configuration via openwrt= 9;s
config is in flux. There is documentation floating about on dnsmasq-discuss= as well as inside the the dnsmasq-2.66test10 tarball on how to do it at th= e command line....

I have the same problem with 3.7.2-4: my HE.net connection works fine, CeroWrt gets the expected = global IPv6 addresses, and each of the five interfaces (not but not the bab= el ones) get nice routed global addresses allocated from my /48.

But my Mac (using either wired or wireless) doesn't get a v6 addre= ss. Do you have any links to the dnsmasq documentation (a quick google didn= 't turn up anything.) Thanks.

Rich

_______________________________________________
Cerowrt-devel mailing list
Cerowrt-devel@lists.= bufferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-devel




--
Dave T= =E4ht

Fixing bufferbloat with cerowrt: http://www.teklibre.com/cer= owrt/subscribe.html=20
--14dae9340671b74c5204d391bbd8--