Re: [DNSOP] Unexpected REFUSED from BIND when using example config from RFC7706

Paul Vixie <paul@redbarn.org> Thu, 06 April 2017 12:32 UTC

Return-Path: <paul@redbarn.org>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5C0331294D3 for <dnsop@ietfa.amsl.com>; Thu, 6 Apr 2017 05:32:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EpbwugkiF7pv for <dnsop@ietfa.amsl.com>; Thu, 6 Apr 2017 05:32:27 -0700 (PDT)
Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76C701294CE for <dnsop@ietf.org>; Thu, 6 Apr 2017 05:32:27 -0700 (PDT)
Received: from [IPv6:2001:559:8000:c9:e1ff:1a9e:414b:e082] (unknown [IPv6:2001:559:8000:c9:e1ff:1a9e:414b:e082]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id 4673A61F9C; Thu, 6 Apr 2017 12:32:27 +0000 (UTC)
Message-ID: <58E63559.1030608@redbarn.org>
Date: Thu, 06 Apr 2017 05:32:25 -0700
From: Paul Vixie <paul@redbarn.org>
User-Agent: Postbox 5.0.12 (Windows/20170323)
MIME-Version: 1.0
To: Bjørn Mork <bjorn@mork.no>
CC: Tony Finch <dot@dotat.at>, dnsop@ietf.org
References: <87inmhrjpx.fsf@miraculix.mork.no> <alpine.DEB.2.11.1704061226310.17574@grey.csi.cam.ac.uk> <87pogppwn0.fsf@miraculix.mork.no>
In-Reply-To: <87pogppwn0.fsf@miraculix.mork.no>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/PPU448wAV2UlPpYIJmvbrasVF8o>
Subject: Re: [DNSOP] Unexpected REFUSED from BIND when using example config from RFC7706
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 06 Apr 2017 12:32:29 -0000


Bjørn Mork wrote:
> Tony Finch <dot@dotat.at> writes:
...
>> You might be able to work around the problem by adding a
>> match-recursion-only option to the recursive view, and adding a
>> non-recursive view that has allow-query-cache, and use attach-cache
>> so all views share the same cache. I have not tried this :-)
> 
> And the main objection I hear wrt RFC7706 is that it complicates the
> config :)

if you want to run yeti-style, there are some perl scripts that will
fetch and verify the root zone, edit the apex NS and DNSKEY RRsets,
re-sign with your local key, and give you a zone you can run on several
servers inside your internal network, such that you can point your
"hints" and your dnssec anchor at servers you control, for all your
internal-network recursives, the code is here:

https://github.com/BII-Lab/Yeti-Project/tree/master/script/TISF

note, my internal-network is the virtualbox shared network on my own
laptop, so while this is a complex approach, it's fewer moving parts for
me than RFC 7706 would have been.

-- 
P Vixie