Selective forwarding?

2019-01-21 Thread ObNox
Hi, I'm trying to find a viable solution to my use case. Here is the context : - Site 1 : ISC DHCP + ISC Bind and dynamic updates for example.net Here, example.net is authoritative with views for different query sources. There are plans to add a new site (Site 2) and probably a third (Site 3)

statistics file initially created with incorrect permissions

2019-01-21 Thread Dan Langille
I'm running bind911-9.11.5P1_2 on FreeBSD 11.2-RELEASE-p8 bind is running fine, except for the statistics file, which gets created with root:bind vs bind:bind and I do not know why. named runs as the user bind: $ ps auwwx | grep named bind79879 0.0 0.1 69028 47120 - IsJ 21:18 2:35.88

dig empty question section

2019-01-21 Thread Egon Kocjan
Hello Is it possible to send a DNS request packet with zero QDCOUNT using dig? I'd like to test this behaviour from RFC 7873: For servers with DNS Cookies enabled, the QUERY opcode behavior is extended to support queries with an empty Question Section (a QDCOUNT of zero (0)), provided

Re: dig empty question section

2019-01-21 Thread Mukund Sivaraman
On Mon, Jan 21, 2019 at 04:55:54PM +0100, Egon Kocjan wrote: > Hello > > Is it possible to send a DNS request packet with zero QDCOUNT using dig? See dig +header-only in its manpage. Mukund ___ Please visit https://lists.isc.org/mailman

DNSEC and Bin 9.12

2019-01-21 Thread @lbutlr
A couple of questions First, guides on setting up DNSSEC say to add dnssec-lookaside auto; in the options, but bind repots an error: /usr/local/etc/namedb/named.conf:35: dnssec-lookaside 'auto' is no longer supported Does this mean the entire declaration is not supported, or that auto should

Re: DNSEC and Bin 9.12

2019-01-21 Thread Mark Andrews
> On 22 Jan 2019, at 6:32 am, @lbutlr wrote: > > A couple of questions > > First, guides on setting up DNSSEC say to add dnssec-lookaside auto; in the > options, but bind repots an error: > > /usr/local/etc/namedb/named.conf:35: dnssec-lookaside 'auto' is no longer > supported > > Does thi

Re: statistics file initially created with incorrect permissions

2019-01-21 Thread Mark Andrews
> On 22 Jan 2019, at 2:53 am, Dan Langille wrote: > > I'm running bind911-9.11.5P1_2 on FreeBSD 11.2-RELEASE-p8 > > bind is running fine, except for the statistics file, which gets created with > root:bind vs bind:bind and I do not know why. > > named runs as the user bind: > > $ ps auwwx

Re: Selective forwarding?

2019-01-21 Thread Grant Taylor via bind-users
On 1/21/19 1:39 AM, ObNox wrote: Hi, Hi, I'm trying to find a viable solution to my use case. Here is the context : - Site 1 : ISC DHCP + ISC Bind and dynamic updates for example.net Here, example.net is authoritative with views for different query sources. There are plans to add a new sit

Re: statistics file initially created with incorrect permissions

2019-01-21 Thread Dan Langille
> On Jan 21, 2019, at 7:53 PM, Mark Andrews wrote: > >> On 22 Jan 2019, at 2:53 am, Dan Langille wrote: >> >> I'm running bind911-9.11.5P1_2 on FreeBSD 11.2-RELEASE-p8 >> >> bind is running fine, except for the statistics file, which gets created >> with root:bind vs bind:bind and I do not kn