Zone Transfer issue on BIND9

Jeremy C. Reed jreed at isc.org
Fri Aug 24 12:43:38 UTC 2012


On Fri, 24 Aug 2012, snoop at email.it wrote:

> ***MASTER server (FreeBSD 9.0-RELEASE-p3 (i386)|| BIND 9.8.3-P2)***

> view "internal" {
>         match-clients { !key TSIG-KEY; internal; datacentre; };

...

> view "dmz" {
>         match-clients { !key TSIG-KEY; internal; datacentre; };


A client request will be resolved in the context of the first view that 
it matches. The above match-clients are identical for different views so 
the dmz view is not used.


> ***SLAVE server (FreeBSD 9.0-RELEASE-p3 (amd64)|| BIND 9.8.1-P1)***

> view "internal" {
>         match-clients { !key TSIG-KEY; internal; datacentre; };

> view "dmz" {
>         match-clients { !key TSIG-KEY; internal; datacentre; };



More information about the bind-users mailing list