Thank you very much.
Stéphanas Schaden
[email protected]
Uberlândia - MG - Brazil
-----Mensagem original-----
De: [email protected]
[mailto:[email protected]] Em nome de
Barry Margolin
Enviada em: quinta-feira, 11 de novembro de 2010 23:42
Para: [email protected]
Assunto: Re: RES: BIND View Option
In article <[email protected]>,
Stacey Jonathan Marshall <[email protected]> wrote:
> On 11/11/2010 13:57, Stiphanas Schaden wrote:
> > Hi all,
> >
> > Could any one give me an example of this configuration using
> > $include ?
> >
> > What would be the content of the include file ?
>
> Anything that is allowed in named.conf at the point the included
> statement is used.
He doesn't need include in the named.conf file, he needs $INCLUDE in the
zone file.
myzone.internal.db:
-----------------
$INCLUDE myzone.common.db
specialhost IN A 1.1.1.1
-----------------
myzone.external.db:
-----------------
$INCLUDE myzone.common.db
specialhost IN A 2.2.2.2
-----------------
myzone.common.db:
-----------------
@ IN SOA ...
IN NS ...
host1 IN A 10.1.2.3
host2 IN A 10.4.5.6
.
.
.
-----------------
Then in your named.conf file you configure an internal view that uses
myzone.internal.db, and an external view that uses myzone.external.db.
--
Barry Margolin, [email protected]
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***
_______________________________________________
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