In our case, our on-campus public recursive servers run 2 instances, one for local applications only and the other for the public. We implemented it almost exactly as you describe and it works great.<br><br>Scott<br><br><div class="gmail_quote">
On Fri, May 18, 2012 at 10:48 AM, Barry Margolin <span dir="ltr"><<a href="mailto:barmar@alum.mit.edu" target="_blank">barmar@alum.mit.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In article <<a href="mailto:mailman.820.1337354587.63724.bind-users@lists.isc.org">mailman.820.1337354587.63724.bind-users@lists.isc.org</a>>,<br>
"Amira Othman" <<a href="mailto:a.othman@cairosource.com">a.othman@cairosource.com</a>> wrote:<br>
<br>
> Hi all<br>
> I am using bind 9 on centos 5.8 and I want to configure second instance on<br>
> bind with another ip. Is that possible with bind and how can I do that?<br>
<br>
Give them each their own named.conf file, and it would probably be best<br>
for them to have different default directories. Use the listen-on<br>
option in each named.conf to specify the IP that it uses.<br>
<br>
However, for most purposes where you might want to have multiple<br>
instances, you can achieve the same thing with views. What are you<br>
trying to do that views doesn't accommodate?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Barry Margolin<br>
Arlington, MA<br>
_______________________________________________<br>
Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</font></span></blockquote></div><br>