Hi all,
I have this configuration in the zone.conf:
view "VIEW1" {
match-clients {
10.112.25.184; // IPs you want to access this view
10.112.25.185; // Note: you must include the IP of
// the master to receive notifications.
};
server 10.112.25.184 {keys view1-resolver.; }; // master
zone "test.domain.pt" IN {
type slave;
notify no;
masters {10.112.25.184 port 40001;};
};
};
view "VIEW2" {
match-clients {
10.112.25.184; // IPs you want to access this view
10.112.25.186; // Note: you must include the IP of
// the master to receive notifications.
};
server 10.112.25.184 {keys view2-resolver.; }; // master
zone "test.domain.pt" IN {
type slave;
notify no;
masters {10.112.25.184 port 40001;};
};
};
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:
26-May-2011 15:24:09.506 notify: info: client 10.112.25.184#47627: view
VIEW1: received notify for zone 'test.domain.pt': TSIG 'view2-resolver'
Am I doing something wrong?
Many thanks,
Luis
On Tue, May 24, 2011 at 3:13 AM, Mark Andrews <[email protected]> wrote:
>
> In message <[email protected]>, Luis
> Silva wri
> tes:
> > Hi Steve,
> >
> > Many thanks for the answer. Just one question, when the master sends the
> > notification, does the slave checks all views and see if the tsig
> matches?
> >
> > Br,
> > Ls
>
> NOTIFY, UPDATE and QUERY messages are treated indentically in terms of
> view selection. i.e. first match.
>
> --
> Mark Andrews, ISC
> 1 Seymour St., Dundas Valley, NSW 2117, Australia
> PHONE: +61 2 9871 4742 INTERNET: [email protected]
>
_______________________________________________
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users