From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (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 D06E4201263 for ; Mon, 18 Nov 2013 06:15:15 -0800 (PST) Received: by mail-qc0-f173.google.com with SMTP id m4so3878885qcy.18 for ; Mon, 18 Nov 2013 06:15:14 -0800 (PST) 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=n5CUq3TVc+soitwVlSGMg9xuZfmDVqncxHiTpk0zum0=; b=nf9uQbwQAEaQ/E+1UYy5zeeeKn3zM6bI8HBy4PXLs1jaLZC5kRx04v6vHozvOHbSyD bpCj8C6ZMFxRoMf7L8aUlfcSmJ62V4URXfKPafBT+XCFh48RKN03erSyF6w7GX0Knpdp ocCyrVj/25O57tzVbaGh3Qsag7Ku7C55S6TO+D+QWK6CElABNLLGWV3wduyLeXW14tqB 3d+xPnkVLCD4ZwVNXeD81Uk7enMMiEQHomXtJL45pvBJstdS8708nR8+ay1OmdkeYwWm Or0w/qxMwO3Wafg34bx4aksWUB6BKIObWG/b/5A1oLgWNZJp95Rcom9ZFIaRegglfgJ2 V6TA== X-Received: by 10.224.79.134 with SMTP id p6mr33771219qak.22.1384784114386; Mon, 18 Nov 2013 06:15:14 -0800 (PST) Received: from richs-mbp-10.home.lan (d-ptld-bng1-70-16-220-95.ngn.east.myfairpoint.net. [70.16.220.95]) by mx.google.com with ESMTPSA id k14sm35953836qen.4.2013.11.18.06.15.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Nov 2013 06:15:13 -0800 (PST) From: "Richard E. Brown" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-Id: <9E0F9225-3192-44FB-8642-15404DFCDC40@gmail.com> Date: Mon, 18 Nov 2013 09:15:12 -0500 To: cerowrt-devel@lists.bufferbloat.net Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) Subject: [Cerowrt-devel] CeroWrt 3.10.18-1: Computers don't get IPv6 address from HE.net 6in4 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, 18 Nov 2013 14:15:16 -0000 Another observation about CeroWrt 3.10.18-1 on my WNDR3800. I set up a 6in4 tunnel through Hurricane Electric using my tunnel.sh = script that=92s posted to the wiki. This has worked properly in the = past. The problem is that the router gets an IPv6 address, but computers = attached to that router don=92t. In the router, all the interfaces seem to have the expected /64 subnet. = I can ping IPv6 hosts (ipv6.google.com, for example) from the router. = This router is my secondary router; I am also running CeroWrt 3.10.18-1 = on my primary router (but it is not doing IPv6 at all). However, neither of my Macs nor my Win7 computer get an IPv6 address. In = an earlier message, Dave asked if dnsmasq is running, and I see that I = have *two* copies: root@cerowrt:~# ps | grep dnsmasq 2932 nobody 1508 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf -k 2934 root 1436 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf -k 26609 root 1700 S grep dnsmasq Any thoughts? Rich=