<div dir="ltr"><span style="font-size:12.8000001907349px">I'm running BIND 9.9.5-3 on Ubuntu 14.04.1.</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I'm trying to figure out how to change the match-clients prefixes in a view without having to restart BIND or do full config reload. My actual BIND config has many views and restarts can take several minutes.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Here is my simple test set up.</div><div style="font-size:12.8000001907349px"><br></div><i style="font-size:12.8000001907349px">view "view1" {<br>    match-clients { <a href="http://204.57.0.0/24" target="_blank">204.57.0.0/24</a>; <a href="http://204.57.5.0/24" target="_blank">204.57.5.0/24</a>; };<br>    zone "<a href="http://domaintest.com/" target="_blank">domaintest.com</a>" in {<br>        type master;<br>        file "/etc/bind/view1.zone";<br>    };<br>};<br><br>view "view2" {<br>    match-clients { <a href="http://216.55.18.0/24" target="_blank">216.55.18.0/24</a>; };<br>    zone "<a href="http://domaintest.com/" target="_blank">domaintest.com</a>" in {<br>        type master;<br>        file "/etc/bind/view2.zone";<br>    };<br>};</i><br style="font-size:12.8000001907349px"><br style="font-size:12.8000001907349px"><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Say I move </span><a href="http://204.57.0.0/24" target="_blank" style="font-size:12.8000001907349px">204.57.0.0/24</a><span style="font-size:12.8000001907349px"> from view1 to view2, my hope was that I could simply do</span><br style="font-size:12.8000001907349px"><br style="font-size:12.8000001907349px"><i style="font-size:12.8000001907349px">$ rndc reload <a href="http://domaintest.com/" target="_blank">domaintest.com</a> in view1<br>$ rndc reload <a href="http://domaintest.com/" target="_blank">domaintest.com</a> in view2</i><br style="font-size:12.8000001907349px"><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">and match-clients would also be updated but this doesn’t work. I increment the serial of view1.zone and view2.zone, but </span><a href="http://204.57.0.0/24" target="_blank" style="font-size:12.8000001907349px">204.57.0.0/24</a><span style="font-size:12.8000001907349px"> is still matched by view1. Is there any way to accomplish this?</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Thanks,</div><div style="font-size:12.8000001907349px">Matt</div></div>