Techs_Maru <tec...@gmail.com> wrote:
>
> view    "internal" {

>         recursion yes;
>         zone "." IN { ... };

I think it is better to use named's built-in root hints, so you don't need
to explicitly configure this.

>         zone "hoge.com" IN {
>                 type slave;
>                 masters { AAA.AAA.AAA.AAA; };
>                 file "hoge.zone_slave";
>         };
> };
>
> view    "external" {

>
>         zone "hoge.com" IN {
>                 type slave;
>                 masters { ... };
>                 file "hoge.zone_slave";

You must not share slave zone files between zones.

>         };
> };

> The content of internal view is not updated even if it updates record.
> I want to let both view reflect an update record by zonal transfer.

Use a different TSIG key for each view in the slave. Include each key in
the match-clients clause of each view. Include both keys in the
also-notify clause on the master.

Tony.
-- 
f.anthony.n.finch  <d...@dotat.at>  http://dotat.at/
Sole: Variable 3 or 4, becoming northerly or northeasterly 5 or 6 for a time
in far west. Moderate or rough. Thundery showers. Moderate or good,
occasionally poor in east.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to