<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFCC" text="#000000">
<br>
<div class="moz-cite-prefix">On 22/10/12 9:32, Stefan Midjich wrote:<br>
</div>
<blockquote
cite="mid:CAM08UfP+==4TZSRF96ho1UvrN-f1c0V81Yc2BnrOmkv6Ab0i4A@mail.gmail.com"
type="cite">I want to have an exception for certain zones that
also exist in my main "wan" view. <br>
<br>
So I created an acl for the network that needs the exception. <br>
<br>
acl OtherNetwork {<br>
<a moz-do-not-send="true" href="http://10.0.2.192/28">10.0.2.192/28</a>;<br>
};<br>
<br>
Then I made this block. <br>
<br>
view "OtherNetwork" {<br>
match-clients { OtherNetworkClients; };<br>
allow-recursion { OtherNetworkClients; };<br>
include "/etc/bind/views/othernetwork.zones";<br>
};<br>
<br>
This worked for the othernetwork.zones, but if I request any zones
outside of this view I get no response. <br>
<br>
I want requests for other zones to be forwarded to the "wan" view
where the rest of the zones are. How can I accompllish this with
Bind? The only solution I can see now is to copy and maintain
hundreds of zones for each view, there must be an easier way. <br
clear="all">
</blockquote>
You should look at each view as a separate server without any
connection to the other servers.<br>
<br>
Your "OtherNetwork" server has no other information than what you
show here, your other networks will be resolved by normal recursion
from the root up.<br>
<br>
The traditional solution here is to include a copy of the other
zones here, separate files, not a reference to the same files,
specially if any kind of dynamic DNS is valid.<br>
<blockquote
cite="mid:CAM08UfP+==4TZSRF96ho1UvrN-f1c0V81Yc2BnrOmkv6Ab0i4A@mail.gmail.com"
type="cite">
<br>
-- <br>
Hälsningar / Greetings<br>
<br>
Stefan Midjich<br>
[De omnibus dubitandum]<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
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
bind-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a></pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Best regards
Sten Carlsen
No improvements come from shouting:
"MALE BOVINE MANURE!!!"
</pre>
</body>
</html>