however these windows machines keep saying bad key, I know i'm missing something obvious but how do i get this to work?happy to be able to give the key to the windows boxes if anyone knows but i'm drawing a blankRegardsCade
acl !dynamic-test-site1 {
192.168.2.1/32; // HostA
};
acl !dynamic-test-site2 {
192.168.5.1/32; // HostB
};
acl !dynamic-test-site1 {
192.168.2.1/32; // HostA
};
acl !dynamic-test-site2 {
192.168.5.1/32; // HostB
};
however these windows machines keep saying bad key, I know i'm missing something obvious but how do i get this to work?happy to be able to give the key to the windows boxes if anyone knows but i'm drawing a blankRegardsCade
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
bind-users mailing list
bind-...@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users
http://serverfault.com/questions/376578/bind9-combining-key-and-acl-for-allow-update For testing purposes, start with a simpler acl, like:acl dynamic-TEST-tsig {key TEST-key;
};And see if that works.
acl !dynamic-test-site1 {
192.168.2.1/32; // HostA
};
acl !dynamic-test-site2 {
192.168.5.1/32; // HostB
};
"acl !" seems wrong to me. Is that a legal syntax? And if so, what does it mean?--Bob Harold
however these windows machines keep saying bad key, I know i'm missing something obvious but how do i get this to work?
Bobthanks for the reply and the correction ( the acl dones't have a ! it was a cut and paste error when i was trying to remove some information.the TSIG works when from other linux machine via nsupdate etc, however i'm trying to figure out how to get the windows machines to do the same and was trying to follow thishttp://serverfault.com/questions/376578/bind9-combining-key-and-acl-for-allow-updateRegardsPete
On Wed, May 13, 2020 at 3:20 AM Pete Fry <cade...@googlemail.com> wrote:Bobthanks for the reply and the correction ( the acl dones't have a ! it was a cut and paste error when i was trying to remove some information.the TSIG works when from other linux machine via nsupdate etc, however i'm trying to figure out how to get the windows machines to do the same and was trying to follow thishttp://serverfault.com/questions/376578/bind9-combining-key-and-acl-for-allow-updateRegardsPete
Your ACL looks right. I think Ben has the key - Windows uses GSS-TSIG, not regular TSIG. Not sure how or if that can be solved.