From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe003.messaging.microsoft.com [65.55.88.13]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 06FF821F16D for ; Sun, 6 Jan 2013 18:43:05 -0800 (PST) Received: from mail89-tx2-R.bigfish.com (10.9.14.241) by TX2EHSOBE009.bigfish.com (10.9.40.29) with Microsoft SMTP Server id 14.1.225.23; Mon, 7 Jan 2013 02:43:04 +0000 Received: from mail89-tx2 (localhost [127.0.0.1]) by mail89-tx2-R.bigfish.com (Postfix) with ESMTP id 254583E015B for ; Mon, 7 Jan 2013 02:43:04 +0000 (UTC) X-Forefront-Antispam-Report: CIP:157.56.244.213; KIP:(null); UIP:(null); IPV:NLI; H:CH1PRD0510HT001.namprd05.prod.outlook.com; RD:none; EFVD:NLI X-SpamScore: 0 X-BigFish: VPS0(zzd772hzz1de0h1202h1e76h1d1ah1d2ahzz8275ch17326ahz31h2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh15d0h162dh1631h1758h1155h) Received-SPF: softfail (mail89-tx2: transitioning domain of intermapper.com does not designate 157.56.244.213 as permitted sender) client-ip=157.56.244.213; envelope-from=Rich.Brown@intermapper.com; helo=CH1PRD0510HT001.namprd05.prod.outlook.com ; .outlook Received: from mail89-tx2 (localhost.localdomain [127.0.0.1]) by mail89-tx2 (MessageSwitch) id 1357526581194040_1340; Mon, 7 Jan 2013 02:43:01 +0000 (UTC) Received: from TX2EHSMHS029.bigfish.com (unknown [10.9.14.246]) by mail89-tx2.bigfish.com (Postfix) with ESMTP id 2A36B60086 for ; Mon, 7 Jan 2013 02:43:01 +0000 (UTC) Received: from CH1PRD0510HT001.namprd05.prod.outlook.com (157.56.244.213) by TX2EHSMHS029.bigfish.com (10.9.99.129) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 7 Jan 2013 02:43:01 +0000 Received: from CH1PRD0510MB381.namprd05.prod.outlook.com ([169.254.11.154]) by CH1PRD0510HT001.namprd05.prod.outlook.com ([10.255.150.36]) with mapi id 14.16.0245.002; Mon, 7 Jan 2013 02:43:00 +0000 From: Richard Brown To: "" Thread-Topic: CeroWrt Modena 3.7.1-1 Field Report Thread-Index: AQHN7IC0vHpJd+WEZUic/p66aF8a6g== Date: Mon, 7 Jan 2013 02:42:59 +0000 Message-ID: <54532012A5393D4E8F57704A4D55237E42A95341@CH1PRD0510MB381.namprd05.prod.outlook.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.150.4] Content-Type: text/plain; charset="us-ascii" Content-ID: <0A3A291D5BF26C4AB1B9DF8FE3D555C0@namprd05.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: intermapper.com X-Mailman-Approved-At: Sun, 06 Jan 2013 18:43:58 -0800 Subject: [Cerowrt-devel] CeroWrt Modena 3.7.1-1 Field Report 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, 07 Jan 2013 02:43:06 -0000 I played more with CeroWrt 3.7.1-1 over the weekend. It seems to be working= fine, correcting some of the problems I noted in my CeroWrt 3.6.11-2 messa= ge last month. IPv6 is working via a 6in4 tunnel to Hurricane Electric. (See the script be= low for configuring it.) The UPNP error has been fixed. I still see the mDN= S naming problem where connecting to a different subnet/interfaces gives a = "Name Conflict" message. I posted two shell scripts to the wiki that I use for repeatably testing my= configuration: config.sh - Configure many useful aspects of CeroWrt: change root password;= set time zone; enable SNMP and NetFlow; change default IP address ranges, DNS names, SSID names, QoS settings and w= ireless security credentials http://www.bufferbloat.net/attachments/download/157/config.sh tunnelbroker.sh - Configure a Hurricane Electric 6in4 tunnel. Also disables= the Global ULA address assignment. http://www.bufferbloat.net/attachments/download/156/tunnelbroker.sh Nice work, Dave! Rich=