<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
</head><body bgcolor="#FFFFFF" text="#000000">Unless I misunderstand 
what you're asking it's simple to do.  <br>
<br>
Something like this:<br>
<br>
view "internal"<br>
{<br>
<br>
   match-clients { 192.168.1.0/24; };<br>
<br>
    include "stdzones/stdzones.conf";<br>
<br>
    include "conf/internal-zones.conf";<br>
<br>
    include "conf/authoritativezones.conf";<br>
    include "conf/slavezones.conf";<br>
};<br>
<br>
<br>
view "external"<br>
{<br>
<br>
    match-clients        { any; };<br>
    match-destinations    { any; };<br>
<br>
    include "stdzones/stdzones.conf";<br>
<br>
    include "conf/authoritativezones.conf";<br>
    include "conf/slavezones.conf";<br>
};<br>
<br>
<br>
<br>
<blockquote style="border: 0px none;" 
cite="mid:4FD65E78.3030501@maxb.eu" type="cite">
  <div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div 
style="display:table;width:100%;border-top:1px solid 
#EDEEF0;padding-top:5px">       <div 
style="display:table-cell;vertical-align:middle;padding-right:6px;"><img
 photoaddress="_@maxb.eu" photoname="Max Bowsher" 
src="cid:part1.02000103.01090103@internet2.edu" 
name="compose-unknown-contact.jpg" height="25px" width="25px"></div>   <div
 
style="display:table-cell;white-space:nowrap;vertical-align:middle;width:100%">
        <a moz-do-not-send="true" href="mailto:_@maxb.eu" 
style="color:#737F92 
!important;padding-right:6px;font-weight:bold;text-decoration:none 
!important;">Max Bowsher</a></div>   <div 
style="display:table-cell;white-space:nowrap;vertical-align:middle;">   
  <font color="#9FA2A5"><span style="padding-left:6px">June 11, 2012 
5:09 PM</span></font></div></div></div>
  <div style="color:#888888;margin-left:24px;margin-right:24px;" 
__pbrmquotes="true" class="__pbConvBody"><div>I've inherited some 
responsibility for existing DNS system that makes<br>extensive use of 
BIND's view feature (there are 10 views; external,<br>internal-site1, 
internal-site2, ...etc...).<br><br>I'm experiencing a problem in that 
there's really only one zone that<br>differs between views, and now I'm 
facing the difficulty of wanting to<br>have these multi-viewed 
nameservers act as slaves for some additional<br>zones; with the slaved 
data being identically visible to all views.<br><br>In a perfect world, 
BIND would let me tell it that some zones were<br>global to all views, 
but this feature doesn't seem to exist.<br><br>Does anyone have any 
suggestions for how to structure a setup like this?<br><br>About the 
only possibility I can come up with is to run two different<br>sets of 
nameservers, one for the zones that need to be different across<br>views,
 and one for the zones that need to be global.<br><br>Max.<br><br><br></div><div>_______________________________________________<br>Please
 visit <a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe 
from this list<br><br>bind-users mailing list<br><a class="moz-txt-link-abbreviated" href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br><a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a></div></div>
</blockquote>
<br>
<div class="moz-signature">-- <br><span><pre wrap="">Dan Pritts, Sr. Systems Engineer
Internet2
office: +1-<span __postbox-detected-content="__postbox-detected-phone" class="__postbox-detected-content __postbox-detected-phone" style="display: inline; font-size: inherit; padding: 0pt;">734-352-4953</span> | mobile: +1-<span __postbox-detected-content="__postbox-detected-phone" class="__postbox-detected-content __postbox-detected-phone" style="display: inline; font-size: inherit; padding: 0pt;">734-834-7224</span></pre></span></div>
</body></html>