From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vb0-f50.google.com (mail-vb0-f50.google.com [209.85.212.50]) (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 60A1621F1D5 for ; Sun, 3 Feb 2013 17:45:51 -0800 (PST) Received: by mail-vb0-f50.google.com with SMTP id ft2so3527493vbb.23 for ; Sun, 03 Feb 2013 17:45:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:message-id:references:to:x-mailer; bh=7a2JlZBQTPJ/rT/3VNHEcAS58Y045DVtl8UhCWe4fno=; b=iYblxXg5OE20GFinSHjA0gBhAANutFOIQuIK7Vikyy5B+nqEsa4AV46UXGj2OSayoh 9xvhTLyOzqyYShCMYu4UPIIQJB9fhm+rmNKyQ/daKrM4XjJzM3bxqHKREz5w3UhvlzUm 1L8NVk9qic3hRTSqBPAmnU9vUZp/+RLSUeTLJloahdcw7rMxnpflS1azaTpu9x4BIjDR g2qtpsuyfNt21kaT0CyoNMSgH2SufnvY+aU2cJsTKfIc0n/iDk1VKCrS4ftL0S8qPDC0 uNounfLc8Ll2mOgQx6T3wZQOCrp1YZEkr1GRSTVMwEhAY/mc1SqBWqq1zrzkeb5xr6X6 lVJQ== X-Received: by 10.58.196.196 with SMTP id io4mr16235383vec.22.1359942349870; Sun, 03 Feb 2013 17:45:49 -0800 (PST) Received: from [172.30.42.88] ([71.241.213.119]) by mx.google.com with ESMTPS id x9sm19300311vel.4.2013.02.03.17.45.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Feb 2013 17:45:49 -0800 (PST) Content-Type: multipart/alternative; boundary="Apple-Mail=_39E85ABB-BAC8-4B48-A29E-C102C708A36C" Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) From: Rich Brown In-Reply-To: Date: Sun, 3 Feb 2013 20:45:46 -0500 Message-Id: <1E7D86FF-8DEC-4D6E-8808-546DA608AF97@gmail.com> References: To: Dave Taht X-Mailer: Apple Mail (2.1499) Cc: cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] 3.7.5-2 released 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: Mon, 04 Feb 2013 01:45:51 -0000 --Apple-Mail=_39E85ABB-BAC8-4B48-A29E-C102C708A36C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Dave, Congratulations on this new version. It's looking good. I ran my = "configuring all the standard stuff" script and the IPv6 configuration = script, and both worked as expected. They're "config.sh" and = "tunnelbroker.sh", respectively, on the wiki's "Files" tab - = http://www.bufferbloat.net/projects/cerowrt/files. You can use these = scripts to make the following configuration changes easily and = repeatably after flashing a new version of the firmware. (You can = comment out sections to match your own preferences.) - Update the root password - Set the time zone - Enable SNMP for traffic monitoring and measurements - Enable NetFlow export for traffic analysis - Enable mDNS/ZeroConf on the ge00 (WAN) interface - Change default IP addresses and subnets for interfaces - Change default DNS names - Change default wireless SSID names - Change the QoS settings (may not be necessary, but this how to do it) - Change the wireless security credentials - Set up an IPv6 tunnel and give each of the local interfaces its own = /64 subnet One continuing problem with CeroWrt (and probably the underlying OpenWrt = base) is that the IPv6 tunnel does not automatically re-establish itself = if there's a problem. For example, if my DSL at home gets a new IP = address, the tunnel to Hurricane Electric goes down. I have to use an = HTTPS query (listed in the tunnelbroker.sh script) to re-establish the = tunnel. Does anyone on this list know how to force the reconnect when the 6in4 = tunnel goes down? If not, what's the right list to get this question? = Thanks. Rich Brown Hanover, NH USA On Feb 3, 2013, at 11:45 AM, Dave Taht wrote: >=20 > + sources tagged and pushed to cerowrt-next and cerofiles-next on = github > + Kernel 3.7.5 > + resync with openwrt > (this has more gui support for the new ipv6 stuff, also seems to have = better ipv6 lifetime support) > + dnsmasq 2.66test13 > + nut actually works with the cyberpower ups this time >=20 >=20 > --=20 > Dave T=E4ht >=20 > Fixing bufferbloat with cerowrt: = http://www.teklibre.com/cerowrt/subscribe.html = _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel --Apple-Mail=_39E85ABB-BAC8-4B48-A29E-C102C708A36C Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 http://www.buff= erbloat.net/projects/cerowrt/files. You can use these scripts to = make the following configuration changes easily and repeatably after = flashing a new version of the firmware. (You can comment out sections to = match your own preferences.)

- Update the = root password
- Set the time zone
- Enable SNMP for = traffic monitoring and measurements
- Enable NetFlow export = for traffic analysis
- Enable mDNS/ZeroConf on the ge00 (WAN) = interface
- Change default IP addresses and subnets for = interfaces
- Change default DNS names
- Change = default wireless SSID names
- Change the QoS settings (may not = be necessary, but this how to do it)
- Change the wireless = security credentials
- Set up an IPv6 tunnel and give = each of the local interfaces its own /64 = subnet

One continuing problem with = CeroWrt (and probably the underlying OpenWrt base) is that the IPv6 = tunnel does not automatically re-establish itself if there's a problem. = For example, if my DSL at home gets a new IP address, the tunnel to = Hurricane Electric goes down. I have to use an HTTPS query (listed in = the tunnelbroker.sh script) to re-establish the = tunnel.

Does anyone on this list know how to = force the reconnect when the 6in4 tunnel goes down? If not, what's the = right list to get this question? Thanks.

Rich = Brown
Hanover, NH = USA


On Feb 3, 2013, at 11:45 AM, = Dave Taht <dave.taht@gmail.com> = wrote:


+ sources tagged and pushed to cerowrt-next and = cerofiles-next on github
+ Kernel 3.7.5
+ resync with = openwrt
(this has more gui support for the new ipv6 stuff, also seems = to have better ipv6 lifetime support)
+ dnsmasq 2.66test13
+ nut actually works with the cyberpower ups = this time


--
Dave T=E4ht

Fixing bufferbloat with = cerowrt: http://www.teklibre.com/cerowrt/subscribe.html=20 _______________________________________________
Cerowrt-devel mailing = list
Cerowrt-devel@lists.bu= fferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-devel<= br>

= --Apple-Mail=_39E85ABB-BAC8-4B48-A29E-C102C708A36C--