From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 01E99208ADC for ; Mon, 21 Oct 2013 18:27:55 -0700 (PDT) Received: by mail-qa0-f41.google.com with SMTP id f11so2971141qae.7 for ; Mon, 21 Oct 2013 18:27:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=OqY7L60/VC7yegFf360CDUBsMqVuXVkEpBeoUhBXpUU=; b=sI6jjG+Xcyg0YG2DRQlG0+dlWGz734gBcL2jeNEW5QF7tOgeUjl/TpB2eQ3rKbeUpb 3ihA/pbwTDJvohMfmBEMjX17DoWmR7z9yiSo0NVV0TREmBIV4BqPX8TcDAHlt3dzULKu OMGrH+DPErTmOTnrtCEdRjzu8A7kop6v+CPMquU1EhsYauKS+E/PK9uHy/9pZEovNwLg WvkeMCdpv2dJjH9bfLESLv0BRdz+AgldC1PbOs2XqnpPXSiRXR3lqpmdaXCHlJm0o35C DnkavRmRWYYIJ4D++sUpu4HBh6ByOHbdYnqn3ND43P9j9toSjgs2xqUOQYthGZIrXYq9 gUiw== X-Received: by 10.224.69.69 with SMTP id y5mr26683899qai.53.1382405275057; Mon, 21 Oct 2013 18:27:55 -0700 (PDT) Received: from [172.30.43.120] (pool-72-87-56-135.ptldme.east.myfairpoint.net. [72.87.56.135]) by mx.google.com with ESMTPSA id kz8sm37610088qeb.0.2013.10.21.18.27.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Oct 2013 18:27:54 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) From: "Richard E. Brown" In-Reply-To: Date: Mon, 21 Oct 2013 21:27:53 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Dave Taht , "cerowrt-devel@lists.bufferbloat.net" X-Mailer: Apple Mail (2.1510) Subject: Re: [Cerowrt-devel] cerowrt 3.10.17-3 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: Tue, 22 Oct 2013 01:27:56 -0000 I have updated my configuration script for CeroWrt so that I can use it = as a secondary router. I'm currently using CeroWrt 3.7.5-2 as my primary = router, and want to make changes to the new router so the = addresses/SSIDs etc. don't conflict. The file "cerowrt-config-secondary.sh" script at = http://www.bufferbloat.net/attachments/download/173/cerowrt-config-seconda= ry.sh is a shell script that has sections for consistently configuring = aspects of your router. This makes it easy to install new firmware and = set all your custom configs in a single file. This script also gives examples of using a UCI command line instead of = the GUI to configure the router. I have tested this script briefly with the new 3.10.17-3, and it seems = fine. The script changes: # - Set the IP subnets to 172.30.43.x (instead of 172.30.42.x) # - Set the SSIDs to CeroWrt+... (instead of the default CeroWrt-...) # - Set the 5GHz radio to channel 44 (instead of 36) # - Set a WPA2-PSK password of 'Beatthebloat' on all SSIDs # - Set the AQM parameters for 6500/700 kbps down/upload speeds # - Enable mDNS on the ge00 (wan) interface - only do this for secondary = router I would love to have comments on this. Thanks. Rich=