How do I do a zone transfer of two different views

Scott Simpson Scott.Simpson at computer.org
Sat Aug 28 06:22:27 UTC 2010


I have a master DNS server with two different views: "internal" and 
"external". How do I do a zone transfer of the two different views? The 
following on the slave only grabs the internal view:

view "external" {
    match-clients { any; };
    allow-transfer { none; };
    allow-query { any; };
    zone "foo.org" in {
        type slave;
        masters { 192.168.2.10; };
        file "named.foo.org.external.slave";
    };
...

because I don't know how to specify the correct view from the master.



More information about the bind-users mailing list