<div>Hi all,</div><div><br></div><div>I have this configuration in the zone.conf:</div><div><br></div><div><div>view "VIEW1" {</div><div><br></div><div>       match-clients {</div><div>          10.112.25.184;     // IPs you want to access this view</div>

<div>          10.112.25.185;     // Note: you must include the IP of</div><div>                             // the master to receive notifications.</div><div>      };</div><div><br></div><div>      server 10.112.25.184 {keys view1-resolver.; };   // master</div>

<div><br></div><div>      zone "<a href="http://test.domain.pt">test.domain.pt</a>" IN {</div><div>        type slave;</div><div>        notify no;</div><div>        masters {10.112.25.184 port 40001;};</div><div>

      };</div><div>};</div><div><br></div><div>view "VIEW2" {</div><div><br></div><div>       match-clients {</div><div>          10.112.25.184;     // IPs you want to access this view</div><div>          10.112.25.186;     // Note: you must include the IP of</div>

<div>                             // the master to receive notifications.</div><div>      };</div><div><br></div><div>      server 10.112.25.184 {keys view2-resolver.; };   // master</div><div><br></div><div>      zone "<a href="http://test.domain.pt">test.domain.pt</a>" IN {</div>

<div>        type slave;</div><div>        notify no;</div><div>        masters {10.112.25.184 port 40001;};</div><div>      };</div><div>};</div></div><div><br></div><div><br></div><div>And I sent a notify request to this element, with a TSIG key associated with View2, but apparently it didn't work since it was View 1 o requested the zone transfer. Checking the logs I've discovered this:</div>

<div><br></div><div><div>26-May-2011 15:24:09.506 notify: info: client 10.112.25.184#47627: view VIEW1: received notify for zone '<a href="http://test.domain.pt">test.domain.pt</a>': TSIG 'view2-resolver'</div>

</div><div><br></div><div>Am I doing something wrong? </div><div><br></div><div>Many thanks,</div><div>Luis</div><br><br><div class="gmail_quote">On Tue, May 24, 2011 at 3:13 AM, Mark Andrews <span dir="ltr"><<a href="mailto:marka@isc.org">marka@isc.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
In message <<a href="mailto:BANLkTimWMNeGkKN6CJgvkk39rXCFHBTHJw@mail.gmail.com">BANLkTimWMNeGkKN6CJgvkk39rXCFHBTHJw@mail.gmail.com</a>>, Luis Silva wri<br>
tes:<br>
<div class="im">> Hi Steve,<br>
><br>
> Many thanks for the answer. Just one question, when the master sends the<br>
> notification, does the slave checks all views and see if the tsig matches?<br>
><br>
> Br,<br>
> Ls<br>
<br>
</div>NOTIFY, UPDATE and QUERY messages are treated indentically in terms of<br>
view selection. i.e. first match.<br>
<font color="#888888"><br>
--<br>
Mark Andrews, ISC<br>
1 Seymour St., Dundas Valley, NSW 2117, Australia<br>
PHONE: +61 2 9871 4742                 INTERNET: <a href="mailto:marka@isc.org">marka@isc.org</a><br>
</font></blockquote></div><br>