wheres that cookbook...

Bill Manning bmanning at ISI.EDU
Thu Oct 10 16:31:59 UTC 2002


 Ok, say I've got a dual stack machine, IPv4 and IPv6.  Some zones
 I wish to have "visable" only on IPv6, but manipulated with IPv4.  Sure,
 I could reconstitute the named.conf into two distinct views, but thats
 really a PITA...  so, (while I go check this ...)  any ideas on if this
 will work?


acl 6nets  { !0/0; }; 
acl 4nets  { !::/0; };

zone "example.com"{
        type master;
        file "m/example.com";
        allow-transfer{ 4nets; };
        allow-query{ 6nets; };
};


--bill


More information about the bind-users mailing list