From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db3outboundpool.messaging.microsoft.com (db3ehsobe001.messaging.microsoft.com [213.199.154.139]) (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 3CFCA21F19C for ; Thu, 24 Jan 2013 17:47:30 -0800 (PST) Received: from mail54-db3-R.bigfish.com (10.3.81.226) by DB3EHSOBE002.bigfish.com (10.3.84.22) with Microsoft SMTP Server id 14.1.225.23; Fri, 25 Jan 2013 01:47:27 +0000 Received: from mail54-db3 (localhost [127.0.0.1]) by mail54-db3-R.bigfish.com (Postfix) with ESMTP id 39CAE34030B for ; Fri, 25 Jan 2013 01:47:27 +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(zzd772hzz1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275chz31h2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh15d0h162dh1631h1758h18e1h1155h) Received-SPF: softfail (mail54-db3: 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 mail54-db3 (localhost.localdomain [127.0.0.1]) by mail54-db3 (MessageSwitch) id 1359078442291973_29635; Fri, 25 Jan 2013 01:47:22 +0000 (UTC) Received: from DB3EHSMHS021.bigfish.com (unknown [10.3.81.238]) by mail54-db3.bigfish.com (Postfix) with ESMTP id 3A9592200D5 for ; Fri, 25 Jan 2013 01:47:22 +0000 (UTC) Received: from CH1PRD0510HT001.namprd05.prod.outlook.com (157.56.244.213) by DB3EHSMHS021.bigfish.com (10.3.87.157) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 25 Jan 2013 01:47:22 +0000 Received: from CH1PRD0510MB381.namprd05.prod.outlook.com ([169.254.11.139]) by CH1PRD0510HT001.namprd05.prod.outlook.com ([10.255.150.36]) with mapi id 14.16.0257.004; Fri, 25 Jan 2013 01:47:21 +0000 From: Richard Brown To: "" Thread-Topic: [Cerowrt-devel] dnsmasq ipv6 stuff Thread-Index: AQHN+p3qj5NtCyIKREGnE42CRev2cQ== Date: Fri, 25 Jan 2013 01:47:21 +0000 Message-ID: <54532012A5393D4E8F57704A4D55237E42B0FB70@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: <1316A39102AAD347A226207D9DE18BD6@namprd05.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: intermapper.com Subject: Re: [Cerowrt-devel] dnsmasq ipv6 stuff 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: Fri, 25 Jan 2013 01:47:30 -0000 Folks, I'm still confused about using CeroWrt 3.7.3-2 to give out v6 addresses to = my laptop (it's not working). Here's what I see: - I'm using the HE.net 6in4 tunnel to get a /48 for my home. The router its= elf has a good v6 address, and can ping global v6 addresses.=20 - ifconfig in the router shows that each of the five interfaces (se00, sw00= , sw10, gw00, gw10) have addresses assigned from my /48 (see the network fi= le below). - The only uncommented lines in the /etc/dnsmasq.conf file are a "enable-ra= " and a set of dhc-range lines for each of the interfaces. (see below) The = prefixes for each of the interfaces match the prefixes in the ifconfig comm= and. - I have not modified /etc/config/dhcp, as it didn't seem to make any diffe= rence what I put there. Any thoughts? Thanks. Rich =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D root@OpenWrt:/etc# cat /etc/config/network config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config interface 'se00' option ifname 'se00' option proto 'static' option ipaddr '172.30.42.1' option netmask '255.255.255.224' option ip6assign '64' config interface 'ge00' option ifname 'ge00' option proto 'dhcp' config interface 'ge01' option ifname '@ge00' option proto 'dhcpv6' option broadcast '1' option metric '2048' option reqprefix '60' config interface 'sw00' option type 'none' option proto 'static' option ipaddr '172.30.42.65' option netmask '255.255.255.224' option ip6assign '64' config interface 'sw10' option type 'none' option proto 'static' option ipaddr '172.30.42.97' option netmask '255.255.255.224' option ip6assign '64' config switch option name 'rtl8366s' option reset '1' option enable_vlan '0' option blinkrate '2' option max_length '3' config switch_vlan option device 'rtl8366s' option vlan '1' option ports '0 1 2 3 5t' config switch_port option device 'rtl8366s' option port '1' option led '6' config switch_port option device 'rtl8366s' option port '2' option led '9' config switch_port option device 'rtl8366s' option port '5' option led '2' config interface 'gw00' option type 'none' option proto 'static' option ipaddr '172.30.42.129' option netmask '255.255.255.224' option ip6assign '64' config interface 'gw10' option type 'none' option proto 'static' option ipaddr '172.30.42.161' option netmask '255.255.255.224' option ip6assign '64' config interface 'gw01' option proto 'ahcp' config interface 'gw11' option proto 'ahcp' config interface 'henet' option proto '6in4' option mtu '1424' option ttl '64' option peeraddr '209.51.161.14' option ip6addr '2001:470:1f06:64::2/64' option ip6prefix '2001:470:8a63::/48' option tunneled 'xxxxxx' option username 'tbxxxxx' option password 'xxxxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D root@OpenWrt:/etc# cat /etc/dnsmasq.conf=20 # Added 24Jan2013 -reb enable-ra dhcp-range=3Dse00,2001:470:8a63:2::,ra-stateless,ra-names dhcp-range=3Dsw00,2001:470:8a63:3::,ra-stateless,ra-names dhcp-range=3Dsw10,2001:470:8a63:4::,ra-stateless,ra-names dhcp-range=3Dgw00,2001:470:8a63:0::,ra-stateless,ra-names dhcp-range=3Dgw10,2001:470:8a63:1::,ra-stateless,ra-names