From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-x234.google.com (mail-qg0-x234.google.com [IPv6:2607:f8b0:400d:c04::234]) (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 861F021F34A for ; Tue, 12 May 2015 18:19:05 -0700 (PDT) Received: by qgdy78 with SMTP id y78so14178858qgd.0 for ; Tue, 12 May 2015 18:19:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=841U1sc473XAYzlfRwxGuxCAPJPYOoxoBsPKasfKQGE=; b=nmT6ruCHa0Y+yWmYrYULR1A4Sl1sCRsFnh7bZU7d6oSbBRvtrhtRaNtSHWAjucWPP6 iFXRbogJ7GFSomF+Ui5ORl5prN2NQ+zI6tvXla5EkWaRkYI1LR+ubSulAplvwrDzzTul nGA9/8V64JvWDh9wSPLCIySt4x4Z2uPBRiqWZ1R4hPXMbF+pZpOYCSRqyexOtfCewx9U BM8Kbqh9TqGOOLMMf0CTJWLmVcmkPd+mY2jZygMBNq+/1N5neRFVC1lHPGIg6rhrlEUN 579JXRnVzGbJ7wkOE7Eoa0+UhMmwUC+aJgi3PpI53gS/FXOvK7MP2HC/lJAvfJcs5FB0 k5OQ== X-Received: by 10.55.26.140 with SMTP id l12mr38054303qkh.32.1431479943879; Tue, 12 May 2015 18:19:03 -0700 (PDT) Received: from richs-mbp-12540.home.lan (d-ptld-bng2-71-161-125-249.ngn.east.myfairpoint.net. [71.161.125.249]) by mx.google.com with ESMTPSA id 7sm14533208qhb.10.2015.05.12.18.19.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 May 2015 18:19:03 -0700 (PDT) From: Rich Brown Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: Date: Tue, 12 May 2015 21:19:01 -0400 To: cerowrt-devel Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Subject: [Cerowrt-devel] Replacing CeroWrt with OpenWrt - Routing 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: Wed, 13 May 2015 01:19:33 -0000 I am working to restore the functionality of my CeroWrt 3.10.50-1 router = with an OpenWrt BB image. Things are going pretty well, but I have run into a problem. In the = past, I frequently used two CeroWrt routers at my home: one was my = primary, and connected via PPPoE to my DSL link; the other was the = secondary, and used DHCP on ge00 to get an address from the LAN side of = the primary router. My memory is that everything worked fine - I could connect to either = router's wifi, and get to things that were on the other router's Wifi. = (Bonjour/mDNS naming for example). With OpenWrt as my primary router and CeroWrt as the secondary, I am = able to connect to the CeroWrt wifi and get anywhere - either the = OpenWrt subnets or to the Internet. But connecting to the OpenWrt wifi, I cannot ping or telnet to any = addresses on the CeroWrt... What am I missing? (This is probably not a = deep question: I really don't understand linux routing configuration...) Many thanks, Rich=