From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::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 61A5E21F09E for ; Mon, 14 Oct 2013 21:50:30 -0700 (PDT) Received: by mail-wg0-f52.google.com with SMTP id f12so2364835wgh.31 for ; Mon, 14 Oct 2013 21:50:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=37szzy67Lbus4RpuBK6PaLBj1baBRSKUfRWfSx/RGcw=; b=sapXUOazlNR/1I3Eqtyj22CYf/Bz8HUnm29v3oQ7KtUSAOERLHuBbPPxKEcJ1KgorQ Mhtrrz7UzdhhZB1x7nl00EB35Un8Sga3n35tIjeQqnxe7ffEOvkc5/B/oMm14tsFFDcG G2+TFutzklDTbmkF8Dn3mBeL+yHZV6wXyF0VkiZEV4tboJNhkmpncFdlmwVO770JZDGK JuYuePNYQBXI1bMvv8WogjNG2J4RLVS35yC8j3xevlVgYdvjr1iVIL9kRDVCHOQZ8/W/ 51x56ceTDu97xws3roxeY5bdVDLBYDfYQ78iOZWdjvQ4AFWrsuRL1SyC0fNxNGveWQdB ZHjw== MIME-Version: 1.0 X-Received: by 10.180.189.132 with SMTP id gi4mr17661554wic.19.1381812627716; Mon, 14 Oct 2013 21:50:27 -0700 (PDT) Received: by 10.217.67.202 with HTTP; Mon, 14 Oct 2013 21:50:27 -0700 (PDT) Date: Mon, 14 Oct 2013 21:50:27 -0700 Message-ID: From: Dave Taht To: Fred Stratton Content-Type: text/plain; charset=ISO-8859-1 Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: [Cerowrt-devel] dnsmasq setup (was Re: 3.10.15-5 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, 15 Oct 2013 04:50:30 -0000 Well, it looks like the problem lies somewhere in how openwrt generates dnsmasq's conf file, which has changed since august somewhere. It's not the new dnsmasq that is at fault. It incidentally has been YEARS since I looked at how this stuff got setup, and it can be improved. Notably I was trying to use a web proxy by default early on and I have no idea if the dhcp method works for that on anything nowadays. (?) (Although I supply a wpad address here I do not supply the relevant wpad proxy data by default. I guess I should get around to documenting that or removing the functionality) (does anyone besides me use polipo?) Anyway, this is what cerowrt 3.7.5 did for /var/etc/dnsmasq.conf (mildly modified for my internal setup here). I'm about to wipe this particular router and install 3.10.15-5. (I've also been reviewing the existing firewall rules in light of some changes since feburary, and they can be improved also....) # auto-generated config file from /etc/config/dhcp conf-file=/etc/dnsmasq.conf dhcp-authoritative domain-needed localise-queries read-ethers bogus-priv expand-hosts dhcp-script=/etc/dnsmasq_net6.sh cache-size=5000 port=53 domain=davesyurt.lupinlodge.org server=/davesyurt.lupinlodge.org/ server=/yurtlab.lupinlodge.org/fd03::1 except-interface=ge00 dhcp-leasefile=/tmp/dhcp.leases resolv-file=/tmp/resolv.conf.auto stop-dns-rebind rebind-localhost-ok address=/gw.davesyurt.lupinlodge.org/172.21.0.1 ptr-record=1.0.21.172.in-addr.arpa,gw.davesyurt.lupinlodge.org address=/wpad.davesyurt.lupinlodge.org/172.21.0.1 ptr-record=1.0.21.172.in-addr.arpa,wpad.davesyurt.lupinlodge.org dhcp-range=se00,172.21.0.5,172.21.0.30,255.255.255.224,24h dhcp-option=se00,42,0.0.0.0 dhcp-option=se00,44,0.0.0.0 dhcp-option=se00,45,0.0.0.0 dhcp-option=se00,46,8 dhcp-range=sw00,172.21.0.66,172.21.0.91,255.255.255.224,24h dhcp-option=sw00,42,0.0.0.0 dhcp-option=sw00,44,0.0.0.0 dhcp-option=sw00,45,0.0.0.0 dhcp-option=sw00,46,8 dhcp-range=sw10,172.21.0.98,172.21.0.123,255.255.255.224,24h dhcp-option=sw10,42,0.0.0.0 dhcp-option=sw10,44,0.0.0.0 dhcp-option=sw10,45,0.0.0.0 dhcp-option=sw10,46,8 dhcp-range=gw00,172.21.0.130,172.21.0.155,255.255.255.224,24h dhcp-option=gw00,42,0.0.0.0 dhcp-option=gw00,44,0.0.0.0 dhcp-option=gw00,45,0.0.0.0 dhcp-option=gw00,46,8 dhcp-range=gw10,172.21.0.162,172.21.0.187,255.255.255.224,24h dhcp-option=gw10,42,0.0.0.0 dhcp-option=gw10,44,0.0.0.0 dhcp-option=gw10,45,0.0.0.0 dhcp-option=gw10,46,8 no-dhcp-interface=ge00 no-dhcp-interface=gw01 no-dhcp-interface=gw11