What if no root servers?

2014-04-08 Thread Dean Gibson (DNS Administrator)
I'm interested in a special use-case, where (say, in an emergency), access to most of the Internet (and hence the root servers) is cut off. In this situation, there is an emergency connected network consisting of several domains, each with known nameserver IP addresses. The hosts in domain a

Problem with internal/external VIEWs

2021-07-05 Thread Dean Gibson (DNS Administrator)
Currently running Bind v9.11.4: Several years ago, I implemented multiple VIEWs using (almost) the exact example in the Reference Manual.  However, I wanted the "example-internal.db" and "example-external.db" to be the same file. This worked until I wanted to have "example.com" updateable via

Re: Problem with internal/external VIEWs

2021-07-05 Thread Dean Gibson (DNS Administrator)
.com { type primary; [ allow-update / update-policy ] { … }; … }; }; view view2 { zone example.com { in-view “view1”; }; }; ... On 2021-07-05 12:36, Dean Gibson (DNS Administrator) wrote: Currently running Bind v9.11.4: Several years ag