From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id A9A4121F1F3 for ; Fri, 26 Jul 2013 07:31:46 -0700 (PDT) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 63AEF20D43; Fri, 26 Jul 2013 10:31:45 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 26 Jul 2013 10:31:45 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=imap.cc; h=from :content-type:message-id:mime-version:subject:date:references:to :in-reply-to; s=mesmtp; bh=14Ezc7PqAjmWB4jV4PP1rqs30VI=; b=SRiSE VVWuxTTIsGgcmfWBYj1lwjAt9DN0PpgPOh8pUU73RfgOaMdVCfx9HEBgAnuluINd MWqqPZedP8ITv4yqV7lOK8wLJ3SJP8/qxG9qi8yzQn9yxlo21meMwClBw3Lt0SmX Y1t+DwXNwdNQ25bGlhxmFIalx3IhLiMZZ2BDak= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:content-type:message-id:mime-version :subject:date:references:to:in-reply-to; s=smtpout; bh=14Ezc7PqA jmWB4jV4PP1rqs30VI=; b=guGgRP6I8cgDq/f/FRvL6Dq7oFyNUjPKxN8sM9Qep 3kxijcRRADTenVNyJ3hnBqf3jvNqpfhL71LWGpWMhXSBXISnaDIYLUyOboJHC2Pv T1M81xUuaI5NJkKloE3KSp9udRgrnRK9yGmPGcHGXXsH61GWROccuYOs5xkMISmn wQ= X-Sasl-enc: V6e67omzPiklTN7r/iOamBHpfFnIujPAIibT4xTdBLUX 1374849104 Received: from [172.30.42.15] (unknown [188.221.232.223]) by mail.messagingengine.com (Postfix) with ESMTPA id D03EEC00E80 for ; Fri, 26 Jul 2013 10:31:44 -0400 (EDT) From: Fred Stratton Content-Type: multipart/alternative; boundary="Apple-Mail=_402138C1-5423-4D91-B6C8-EF2809E8F8C7" Message-Id: <4247DD8C-E057-4CBE-87EA-2055A4D93469@imap.cc> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Date: Fri, 26 Jul 2013 15:31:43 +0100 References: <3A95A665-3348-44F5-84E8-E59720086E09@imap.cc> To: "cerowrt-devel@lists.bufferbloat.net" In-Reply-To: X-Mailer: Apple Mail (2.1508) 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 14:31:47 -0000 --Apple-Mail=_402138C1-5423-4D91-B6C8-EF2809E8F8C7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Thank you, Sebastian and David. Sebastian I was unaware of the problem with functions.sh I use polipo. I shall try your stab approach again. I have a bridged connection, = rather than using PPPoE, but can adapt. I suspect all European telcos = use ADSL2+ over ATM. David I am encouraged that it works for you. Shall review settings via uci. On 26 Jul 2013, at 11:51, David Personette wrote: > HEnet has been working consistently for me. >=20 > In /etc/config/network make sure that se00, sw00, sw10, gw00, gw10, = gw01, and gw11 all have the following line: > option ip6assign 64 >=20 > And add the following using your information to replace the '###' = fields, also remove any earlier configuration for it: >=20 > config interface henet > option proto 6in4 > option peeraddr ### > option ip6addr ### > option tunnelid ### > option username ### > option password ### > option ip6prefix ### > option mtu 1480 > option ttl 64 >=20 > Finally add henet to the wan zone in /etc/config/firewall >=20 > 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' >=20 > 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. >=20 >=20 >=20 > 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. >=20 > 6in4 remains broken for henet. >=20 > 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. >=20 > It is still not possible to watch a video stream and download files = simultaneously on an ADSL line. >=20 >=20 > On 26 Jul 2013, at 06:20, Dave Taht wrote: >=20 > > 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 >=20 > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel >=20 --Apple-Mail=_402138C1-5423-4D91-B6C8-EF2809E8F8C7 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Thank = you,  Sebastian and = David.

Sebastian

I was unaware = of the problem with functions.sh

I use = polipo.

I shall try your stab approach again. I = have a bridged connection, rather than using PPPoE, but can adapt. I = suspect all European telcos use ADSL2+ over = ATM.

David

I am = encouraged that it works for you. Shall review settings via = uci.




= On 26 Jul 2013, at 11:51, David Personette <dperson@gmail.com> = wrote:

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 <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 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 <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 = 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=


= --Apple-Mail=_402138C1-5423-4D91-B6C8-EF2809E8F8C7--