From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bytemark.thekelleys.org.uk (bytemark.thekelleys.org.uk [213.138.109.107]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id C43BA21F2B4 for ; Mon, 24 Nov 2014 13:25:55 -0800 (PST) Received: from host81-149-103-178.in-addr.btopenworld.com ([81.149.103.178] helo=[192.168.150.151]) by bytemark.thekelleys.org.uk with esmtpa (Exim 4.80) (envelope-from ) id 1Xt18q-0007P2-64; Mon, 24 Nov 2014 21:25:52 +0000 Message-ID: <5473A25A.9000009@thekelleys.org.uk> Date: Mon, 24 Nov 2014 21:25:46 +0000 From: Simon Kelley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Dave Taht , "cerowrt-devel@lists.bufferbloat.net" , dnsmasq-discuss References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Cerowrt-devel] [Dnsmasq-discuss] Trying to get hnetd working, trying to get distributed dns better 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, 24 Nov 2014 21:26:24 -0000 On 23/11/14 17:16, Dave Taht wrote: > I setup a bunch of picostations running openwrt barrier breaker to try > and get hnetd working, some details here: > > https://plus.google.com/u/0/107942175615993706558/posts/jV9WJyEYGGP > > Ran into problems also with getting reverse dns to work right. > You're doing stuff like rev-server=172.23.2.0/23,172.23.2.1 but the reverse zone isn't trivially representable as an in-addr.arpa zone unless the prefix length is divisible by 8 2.23.172.in-addr.arpa corresponds with 172.23.2.0/24, but what's the equivalent for 172.23.2.0/23 You can do nasties with cnames, but rev-server doesn't. It also doesn't seem to error if size%8 != 0, which is bad. Cheers, Simon.