Re: Several (>2) different views [SOLVED]

2012-07-09 Thread Rodrigo Renie Braga
You're absolutely right, I did have to set the view where the slave match the IP address as the last view in my config. I just didn't want to have a large list of "negatives" in each of my views definition, but you seem to have set a smarter way to do that in your example... Like Niall said before,

Re: Several (>2) different views [SOLVED]

2012-07-09 Thread Mark Andrews
In message , Niall O'Reilly writes : > > On 3 Jul 2012, at 21:21, Rodrigo Renie Braga wrote: > > > Just giving a feedback, this method worked great, but in my case, didn't ha > ve no negate the keys in the ACL (like the example below), I created one key > for each ACL in my configuration and us

Re: Several (>2) different views [SOLVED]

2012-07-09 Thread Niall O'Reilly
On 3 Jul 2012, at 21:21, Rodrigo Renie Braga wrote: > Just giving a feedback, this method worked great, but in my case, didn't have > no negate the keys in the ACL (like the example below), I created one key for > each ACL in my configuration and used that ACL for the "match-clients" > directi

Re: Several (>2) different views [SOLVED]

2012-07-03 Thread Rodrigo Renie Braga
Just giving a feedback, this method worked great, but in my case, didn't have no negate the keys in the ACL (like the example below), I created one key for each ACL in my configuration and used that ACL for the "match-clients" directive in the view. So, when the slave tried to sync the zone, the m

Several (>2) different views

2012-06-15 Thread Niall O'Reilly
On 15 Jun 2012, at 01:14, Rodrigo Renie Braga wrote: > I've been trying to find examples on how to use TSIG to replicate several > differents views to a slave server, but I could only find with two views, and > I just couldn't figure out how to adapt that example to 3 or more views. > > Could