From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) (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 2C52121F15E for ; Wed, 26 Dec 2012 23:09:26 -0800 (PST) Received: by mail-ie0-f181.google.com with SMTP id 16so11309727iea.12 for ; Wed, 26 Dec 2012 23:09:25 -0800 (PST) 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:content-transfer-encoding; bh=UkJ/bP4wivw0bkBUaBgTaHRGaAWKDneTiNbtDu8y+lw=; b=RrWNcR3fZf8MAkcNBWAi9VRoY7ZbC9Su1m3aO41Y8JbXrc6flbQ4G0zkJF1P0cSjZD do9jYywNwiTaJTprtq8ufjERz+BlaY9Cb2sViT7sYjc37CKksUUDagS/o5M4pzftdnps Rm2EJz3NjX6pX7BBIeef37ai8y/+3TkhKVMshlPbDCSIbvvnwzsUDt5PMvz+QPHfZlDB A3Fl6yVt9OEGiLSvifx3yFidrjyANGD2hl2l+Wjsm3nbQMfp5U97CJ4N7XcImPXswGnI dTagsWt6fYpgRL9RgtsAULxz5+QcKmhpQWXpcDRYvrtjie8aYfkU245NT2Qxfz76JiSM Nyxw== Received: by 10.50.5.236 with SMTP id v12mr26343900igv.6.1356592165293; Wed, 26 Dec 2012 23:09:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.145.202 with HTTP; Wed, 26 Dec 2012 23:09:05 -0800 (PST) In-Reply-To: <54532012A5393D4E8F57704A4D55237E42A48894@CH1PRD0510MB381.namprd05.prod.outlook.com> References: <54532012A5393D4E8F57704A4D55237E42A46C5B@CH1PRD0510MB381.namprd05.prod.outlook.com> <54532012A5393D4E8F57704A4D55237E42A48894@CH1PRD0510MB381.namprd05.prod.outlook.com> From: Chris Lawrence Date: Thu, 27 Dec 2012 02:09:05 -0500 Message-ID: To: Richard Brown Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "" Subject: Re: [Cerowrt-devel] CeroWrt 3.6.11-3 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: Thu, 27 Dec 2012 07:09:26 -0000 The UPnP problem is a simple mistake: the LuCI interface is strict XML, and the upnp code uses a bare ampersand without XML escapes. To fix: edit /usr/lib/lua/luci/model/cbi/upnp/upnp.lua, line 16, replacing the '&' character in "Universal Plug & Play" with 'and' For ipv6 (using 6to4), I followed the instructions here and got things to w= ork: http://wiki.openwrt.org/doc/uci/network6. In my case, all I needed to do was add 2 lines to /etc/config/network6, after adding a 6to4 interface called "ipv6" through LuCI: config interface 'ipv6' option mode '6to4' Unlike before there doesn't seem to be an option to specify where to start the subnet numbering (and the old setting in /etc/config/network is ignored), but it works fine regardless. Thanks Dave! Chris On Wed, Dec 26, 2012 at 4:19 PM, Richard Brown wrote: > Update on 3.6.11-3: > > - re: Firmware version. The web GUI now says, "CeroWrt Modena 3.6.11-3" -= So this is fixed. > > - re: the DHCP address after initial firmware install. Patience, grasshop= per=E2=80=A6 The Flashing Instructions in the wiki say to wait at least 5 m= inutes after the tftp completes. I waited six minutes, and it got a 172.30.= 42.x address as desired. > > - I'm still planning to play with IPv6. > > Rich Brown > Hanover, NH > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel --=20 Chris Lawrence Website: http://www.cnlawrence.com/