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 15F8921F19C for ; Thu, 24 Jan 2013 17:56:59 -0800 (PST) Received: from mail213-tx2-R.bigfish.com (10.9.14.235) by TX2EHSOBE002.bigfish.com (10.9.40.22) with Microsoft SMTP Server id 14.1.225.23; Fri, 25 Jan 2013 01:56:58 +0000 Received: from mail213-tx2 (localhost [127.0.0.1]) by mail213-tx2-R.bigfish.com (Postfix) with ESMTP id 33AFFC80325 for ; Fri, 25 Jan 2013 01:56:58 +0000 (UTC) X-Forefront-Antispam-Report: CIP:157.56.244.213; KIP:(null); UIP:(null); IPV:NLI; H:CH1PRD0510HT002.namprd05.prod.outlook.com; RD:none; EFVD:NLI X-SpamScore: -1 X-BigFish: VPS-1(zzd772h1432Izz1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275chz31h2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh15d0h162dh1631h1758h18e1h1155h) Received-SPF: softfail (mail213-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=CH1PRD0510HT002.namprd05.prod.outlook.com ; .outlook.com ; Received: from mail213-tx2 (localhost.localdomain [127.0.0.1]) by mail213-tx2 (MessageSwitch) id 1359078972440912_18522; Fri, 25 Jan 2013 01:56:12 +0000 (UTC) Received: from TX2EHSMHS008.bigfish.com (unknown [10.9.14.249]) by mail213-tx2.bigfish.com (Postfix) with ESMTP id 6178F140052 for ; Fri, 25 Jan 2013 01:55:58 +0000 (UTC) Received: from CH1PRD0510HT002.namprd05.prod.outlook.com (157.56.244.213) by TX2EHSMHS008.bigfish.com (10.9.99.108) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 25 Jan 2013 01:55:54 +0000 Received: from CH1PRD0510MB381.namprd05.prod.outlook.com ([169.254.11.139]) by CH1PRD0510HT002.namprd05.prod.outlook.com ([10.255.150.37]) with mapi id 14.16.0257.004; Fri, 25 Jan 2013 01:55:53 +0000 From: Richard Brown To: "" Thread-Topic: [Cerowrt-devel] dnsmasq ipv6 stuff Thread-Index: AQHN+p8bHqn2T1Ei7ESQaYqCvJJkBQ== Date: Fri, 25 Jan 2013 01:55:53 +0000 Message-ID: <54532012A5393D4E8F57704A4D55237E42B0FC53@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: <253E863977463B40A9785CE6394A187E@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:57:00 -0000 [Sorry - I realized an earlier request asked to see the auto-generated /var= /etc/dnsmasq.conf file. It's appended ] > I'm still confused about using CeroWrt 3.7.3-2 to give out v6 addresses t= o my laptop (it's not working). Here's what I see: >=20 > - I'm using the HE.net 6in4 tunnel to get a /48 for my home. The router i= tself has a good v6 address, and can ping global v6 addresses.=20 >=20 > - ifconfig in the router shows that each of the five interfaces (se00, sw= 00, sw10, gw00, gw10) have addresses assigned from my /48 (see the network = file below). >=20 > - 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) Th= e prefixes for each of the interfaces match the prefixes in the ifconfig co= mmand. >=20 > - I have not modified /etc/config/dhcp, as it didn't seem to make any dif= ference what I put there. >=20 > Any thoughts? Thanks. >=20 > Rich >=20 > =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 >=20 > config interface 'loopback' > option ifname 'lo' > option proto 'static' > option ipaddr '127.0.0.1' > option netmask '255.0.0.0' >=20 > config interface 'se00' > option ifname 'se00' > option proto 'static' > option ipaddr '172.30.42.1' > option netmask '255.255.255.224' > option ip6assign '64' >=20 > config interface 'ge00' > option ifname 'ge00' > option proto 'dhcp' >=20 > config interface 'ge01' > option ifname '@ge00' > option proto 'dhcpv6' > option broadcast '1' > option metric '2048' > option reqprefix '60' >=20 > config interface 'sw00' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.65' > option netmask '255.255.255.224' > option ip6assign '64' >=20 > config interface 'sw10' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.97' > option netmask '255.255.255.224' > option ip6assign '64' >=20 > config switch > option name 'rtl8366s' > option reset '1' > option enable_vlan '0' > option blinkrate '2' > option max_length '3' >=20 > config switch_vlan > option device 'rtl8366s' > option vlan '1' > option ports '0 1 2 3 5t' >=20 > config switch_port > option device 'rtl8366s' > option port '1' > option led '6' >=20 > config switch_port > option device 'rtl8366s' > option port '2' > option led '9' >=20 > config switch_port > option device 'rtl8366s' > option port '5' > option led '2' >=20 > config interface 'gw00' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.129' > option netmask '255.255.255.224' > option ip6assign '64' >=20 > config interface 'gw10' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.161' > option netmask '255.255.255.224' > option ip6assign '64' >=20 > config interface 'gw01' > option proto 'ahcp' >=20 > config interface 'gw11' > option proto 'ahcp' >=20 > 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 >=20 > =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 >=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D root@OpenWrt:/tmp/etc# cat /var/etc/dnsmasq.conf=20 # auto-generated config file from /etc/config/dhcp conf-file=3D/etc/dnsmasq.conf dhcp-authoritative domain-needed localise-queries read-ethers bogus-priv expand-hosts dhcp-script=3D/etc/dnsmasq_net6.sh cache-size=3D5000 port=3D53 domain=3Dhome.lan server=3D/home.lan/ except-interface=3Dge00 dhcp-leasefile=3D/tmp/dhcp.leases resolv-file=3D/tmp/resolv.conf.auto stop-dns-rebind rebind-localhost-ok address=3D/gw.home.lan/172.30.42.1 ptr-record=3D1.42.30.172.in-addr.arpa,gw.home.lan address=3D/wpad.home.lan/172.30.42.1 ptr-record=3D1.42.30.172.in-addr.arpa,wpad.home.lan dhcp-range=3Dse00,172.30.42.2,172.30.42.27,255.255.255.224,24h dhcp-option=3Dse00,42,0.0.0.0 dhcp-option=3Dse00,44,0.0.0.0 dhcp-option=3Dse00,45,0.0.0.0 dhcp-option=3Dse00,46,8 dhcp-range=3Dsw00,172.30.42.66,172.30.42.91,255.255.255.224,24h dhcp-option=3Dsw00,42,0.0.0.0 dhcp-option=3Dsw00,44,0.0.0.0 dhcp-option=3Dsw00,45,0.0.0.0 dhcp-option=3Dsw00,46,8 dhcp-range=3Dsw10,172.30.42.98,172.30.42.123,255.255.255.224,24h dhcp-option=3Dsw10,42,0.0.0.0 dhcp-option=3Dsw10,44,0.0.0.0 dhcp-option=3Dsw10,45,0.0.0.0 dhcp-option=3Dsw10,46,8 dhcp-range=3Dgw00,172.30.42.130,172.30.42.155,255.255.255.224,24h dhcp-option=3Dgw00,42,0.0.0.0 dhcp-option=3Dgw00,44,0.0.0.0 dhcp-option=3Dgw00,45,0.0.0.0 dhcp-option=3Dgw00,46,8 dhcp-range=3Dgw10,172.30.42.162,172.30.42.187,255.255.255.224,24h dhcp-option=3Dgw10,42,0.0.0.0 dhcp-option=3Dgw10,44,0.0.0.0 dhcp-option=3Dgw10,45,0.0.0.0 dhcp-option=3Dgw10,46,8 no-dhcp-interface=3Dge00 no-dhcp-interface=3Dgw01 no-dhcp-interface=3Dgw11