From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-x235.google.com (mail-oa0-x235.google.com [IPv6:2607:f8b0:4003:c02::235]) (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 CDFBB21F1EF for ; Fri, 26 Jul 2013 03:51:24 -0700 (PDT) Received: by mail-oa0-f53.google.com with SMTP id k14so7014193oag.40 for ; Fri, 26 Jul 2013 03:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=orCndBJKg1RaBvPGuOIEvDhfcOQb4tY1RupTbTwbCs4=; b=uo1t1e6sSPi4yytV2kukHqcCpsufSMD8Q5hrJBt0Mu/a3uzkL/TIw+/IhRFPK5SPsk a5mIL57DKHtJvm9hH3UCpNUrnwdvijbCZhD5duVnS8KzjoFKnDe3TBhnMq4/H51KVeA3 yyj+lT7OaOya/jgpGy7th/j3pZIE93RFk84ICPdpwivJprcWIKLFDaCnAFpFKClQVsD/ XR8ZO9YAklnidLWCENRzxeUYjdH83syROsuY/yvTJsxh2RG1KcQ00XfiFF0EB0YXPHzP 3pDk5Ngs9bL/Q8+ohAO+lvLYyolpDBIlTx9u0ri+LD+YFMrbI4dp8rJDEEqUz55Q9d7K 9rEA== X-Received: by 10.182.242.103 with SMTP id wp7mr41118662obc.67.1374835883645; Fri, 26 Jul 2013 03:51:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.241.230 with HTTP; Fri, 26 Jul 2013 03:51:03 -0700 (PDT) In-Reply-To: <3A95A665-3348-44F5-84E8-E59720086E09@imap.cc> References: <3A95A665-3348-44F5-84E8-E59720086E09@imap.cc> From: David Personette Date: Fri, 26 Jul 2013 06:51:03 -0400 Message-ID: To: Fred Stratton Content-Type: multipart/alternative; boundary=e89a8ff24eb57820bb04e267ec89 Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] cerowrt-3.10.2-1 dev release + owamp 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, 26 Jul 2013 10:51:25 -0000 --e89a8ff24eb57820bb04e267ec89 Content-Type: text/plain; charset=UTF-8 HEnet has been working consistently for me. In /etc/config/network make sure that se00, sw00, sw10, gw00, gw10, gw01, and gw11 all have the following line: option ip6assign 64 And add the following using your information to replace the '###' fields, also remove any earlier configuration for it: config interface henet option proto 6in4 option peeraddr ### option ip6addr ### option tunnelid ### option username ### option password ### option ip6prefix ### option mtu 1480 option ttl 64 Finally add henet to the wan zone in /etc/config/firewall The way to setup custom DNS is also in /etc/config/network, add the following to you ge00 config: option peerdns 0 option dns '208.67.222.222 208.67.220.220' I ran into issues updating to the 3.10.1 build, something got borked with my configuration. Once I restored a backup, everything was fine (NOTE: this is an assumption, it could have just been the additional reboot that fixed the flakeyness). The upgrade to 3.10.2 went quite smoothly for me. If I hit a problem with the upgrade to 3.10.3 I'll send a followup email. On Fri, Jul 26, 2013 at 2:21 AM, Fred Stratton wrote: > I can certainly confirm this, having spent several fruitless hours with > the build. > > 6in4 remains broken for henet. > > dnsmasq appears not to recognise additional domain name servers. The ISP I > use has a very slow domain name service, to which the system now defaults. > The consequence of this is that opkg times out, and no packages can be > installed. > > It is still not possible to watch a video stream and download files > simultaneously on an ADSL line. > > > On 26 Jul 2013, at 06:20, Dave Taht wrote: > > > sysupgrade -n doesn't work with this release. Stay away. I have a new > > build of 3.10.3-1 and am trying to fix it... > > > > I did find the problem on the ubnt builds - I'd switched to the new > > babeld from quagga, but failed to install it by default. > > > > in openwrt trunk, elliptic curve has been enabled in openssl. It's > > long past time we enable https for configuration by default, and might > > as well figure out how to turn perfect forward secrecy on as well in > > the post-snowden era. > > > > owamp seemingly works well, with a couple glitches here and there. I > > got to where the lab was synced to about 1ms resolution... and 5 more > > gpses arrived today.... > > _______________________________________________ > > Cerowrt-devel mailing list > > Cerowrt-devel@lists.bufferbloat.net > > https://lists.bufferbloat.net/listinfo/cerowrt-devel > > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel > --e89a8ff24eb57820bb04e267ec89 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
HEnet has been working consistently for me.

In= /etc/config/network make sure that se00, sw00, sw10, gw00, gw10, gw01, and= gw11 all have the=C2=A0 following line:
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 option ip6assign=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 64<= br>
And add the following using your information to replace the = '###' fields, also remove any earlier configuration for it:

config interface henet
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 option proto=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 6in4
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 option peeraddr=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ###
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 option ip6addr=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 ###
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 option tunnelid=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ###
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 option username=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 ###
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 option password= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ###
=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 option ip6prefix=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 ###
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 option mtu=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 1480
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 option ttl=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 64

Finally add henet to the wan zone in /etc/config/firewall<= br>
The way to setup custom DNS is also= in /etc/config/network, add the following to you ge00 config:
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 option peerdns=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 option dns=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 '208.67.222.222 208.67.220.220'

I ran into issues updating to the 3.10.1 buil= d, something got borked with my configuration. Once I restored a backup, ev= erything was fine (NOTE: this is an assumption, it could have just been the= additional reboot that fixed the flakeyness). The upgrade to 3.10.2 went q= uite smoothly for me. If I hit a problem with the upgrade to 3.10.3 I'l= l send a followup email.


<= br>
On Fri, Jul 26, 2013 at 2:21 AM, Fred Stratto= n <fredstratton@imap.cc> wrote:
I can certainly confirm this, having spent several fruitless hours with the= build.

6in4 remains broken for henet.

dnsmasq appears not to recognise additional domain name servers. The ISP I = use has a very slow domain name service, to which the system now defaults. = The consequence of this is that opkg times out, and no packages can be inst= alled.

It is still not possible to watch a video stream and download files simulta= neously on an ADSL line.


On 26 Jul 2013, at 06:20, Dave Taht <dave.taht@gmail.com> wrote:

> sysupgrade -n doesn't work with this release. Stay away. I have a = new
> build of 3.10.3-1 and am trying to fix it...
>
> I did find the problem on the ubnt builds - I'd switched to the ne= w
> babeld from quagga, but failed to install it by default.
>
> in openwrt trunk, elliptic curve has been enabled in openssl. It's=
> long past time we enable https for configuration by default, and might=
> as well figure out how to turn perfect forward secrecy on as well in > the post-snowden era.
>
> owamp seemingly works well, with a couple glitches here and there. I > got to where the lab was synced to about 1ms resolution... and 5 more<= br> > gpses arrived today....
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel

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

--e89a8ff24eb57820bb04e267ec89--