DHCP dynamic Updates to zentyal server
-
Hi
I was wondering if someone could shed some light on the issue im having,
Currently i have zentyal server as my AD/DC and pfsense as my gateway, the issue is that on zentyal it was not updating my dynamic DNS because using /22 mask and it seems to be a bug on zentyal not resolving on range 192.168.0.x 192.168.1.x so disabled the DHCP server on zentyal, and ran it on pfSense, But what happens is that if a computer named computer0001 was resolving to 192.168.0.69 and with the new DHCP of pfSense which gives a 192.168.0.200 to that computer not updating the DNS to zentyal.
My question is how can i send the new updates to the DNS of zentyal from pfSense?on my zentyal there is the rndc.key
root@zentyal:~# cat /etc/bind/rndc.key key "rndc-key" { algorithm hmac-md5; secret "IXixy1Eqj5YD8FaMA9025Q=="; };
then on pfsense i added this
then checked the logs on zentyal but im getting this
Apr 7 20:10:18 zentyal named[6021]: samba_dlz: cancelling transaction on zone test.local Apr 7 20:10:21 zentyal named[6021]: samba_dlz: starting transaction on zone test.local Apr 7 20:10:21 zentyal named[6021]: client @0x7fc8f8089550 192.168.0.12#52032: update 'test.local/IN' denied Apr 7 20:10:21 zentyal named[6021]: samba_dlz: cancelling transaction on zone test.local Apr 7 20:10:21 zentyal named[6021]: samba_dlz: starting transaction on zone test.local Apr 7 20:10:21 zentyal named[6021]: samba_dlz: disallowing update of signer=WINDOWS10-PC\$\@TEST.LOCAL name=windows10-pc.test.local type=AAAA error=insufficient access rights Apr 7 20:10:21 zentyal named[6021]: client @0x7fc91508b970 192.168.0.12#50962/key WINDOWS10-PC\$\@TEST.LOCAL: updating zone 'test.local/NONE': update failed: rejected by secure update (REFUSED) Apr 7 20:10:21 zentyal named[6021]: samba_dlz: cancelling transaction on zone test.local Apr 7 20:14:41 zentyal samba[2181]: [2022/04/07 20:14:41.350457, 0] ../lib/util/util_runcmd.c:327(samba_runcmd_io_handler) Apr 7 20:14:41 zentyal samba[2181]: /usr/sbin/samba_kcc: ldb_wrap open of secrets.ldb
Thank you