transfer from multiple views to single view

李拓 iloutuoli at gmail.com
Tue Mar 5 16:07:59 UTC 2013


Hi,all

I want to transfer multiple views from master to slave. The zones are in
different views in master, and in single view in slave.

Ex:

MASTER:

view "v1"{
    zone "z11" {...} //need transfer
    zone "z12" {...}
    zone "z13" {...}
}

view "v2" {
    zone "z21" {...} //need transfer
    zone "z22" {...}
    zone "z23" {...}
}

SLAVE:
view "sv" {
    zone "z11" {...}   // from v1 z11
    zone "z21" {...}  //  from v2 z21
}

What should I do?

Maybe I can share a dynamic zone between multiple views, but the MASTER's
named.conf will be very complex.

-- 
Best Regards!
=================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20130306/3e1b1fcd/attachment.html>


More information about the bind-users mailing list