Hi Barry,

        I'm sorry but I didn't understand the configuration. Could you give
me an example of the named.conf.non-views ?

Thank you.

Stéphanas Schaden
[email protected]
Uberlândia - MG - Brazil

-----Mensagem original-----
De: [email protected]
[mailto:[email protected]] Em nome de
Barry Finkel
Enviada em: quarta-feira, 10 de novembro de 2010 18:46
Para: [email protected]
Assunto: Re: BIND View Option

From: St?phanas Schaden <[email protected]> wrote:

>Is there a way or option to configure bind to do the following logic:
>If the bind didn't find a entry in a view 1 (internal view) it will
>search this entry on the view 2 (external view) ?

Place the common piece in a separate include file:

view "view1" {
  ...
  include "named.conf.non-views";
  ...
}

view "view2" {
  ...
  include "named.conf.non-views";
  ...
}
----------------------------------------------------------------------
Barry S. Finkel
Computing and Information Systems Division
Argonne National Laboratory          Phone:    +1 (630) 252-7277
9700 South Cass Avenue               Facsimile:+1 (630) 252-4601
Building 240, Room 5.B.8             Internet: [email protected]
Argonne, IL   60439-4828             IBMMAIL:  I1004994

_______________________________________________
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users

_______________________________________________
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to