Markus Roth
2014-Aug-10 17:32 UTC
[Samba] samba4 internal dns Server ddns for the reverse lookup Zone
Hi everybody, According to my ddns denied problem with bind dlz zone i tried the internal dns server from samba4. The forward lookup zone is still working correctly and do ddns updates for my win7 Client. But when i create the reverse zone with the windows remote admin tools and restart samba4 the ddns isn't working for the reverse zone. No ip adresses will be added. How can i configure reverse ddns?
Rowland Penny
2014-Aug-10 18:01 UTC
[Samba] samba4 internal dns Server ddns for the reverse lookup Zone
On 10/08/14 18:32, Markus Roth wrote:> Hi everybody, > > According to my ddns denied problem with bind dlz zone i tried the internal dns server from samba4. The forward lookup zone is still working correctly and do ddns updates for my win7 Client. But when i create the reverse zone with the windows remote admin tools and restart samba4 the ddns isn't working for the reverse zone. No ip adresses will be added. How can i configure reverse ddns?Hi, From reading your previously post and the portion of the logfile, saying 'ddns denied problem with bind dlz zone' is incorrect, you were not using bind_dlz, if you were, you would have had lines similar to these: Aug 10 18:29:24 dc1 named[19739]: samba_dlz: starting transaction on zone example.com Aug 10 18:29:24 dc1 named[19739]: samba_dlz: allowing update of signer=dhcpduser\@EXAMPLE.COM name=ThinkPad.example.com tcpaddr=127.0.0.1 type=A key=2541565829.sig-dc1.example.com/160/0 Aug 10 18:29:24 dc1 named[19739]: samba_dlz: allowing update of signer=dhcpduser\@EXAMPLE.COM name=ThinkPad.example.com tcpaddr=127.0.0.1 type=A key=2541565829.sig-dc1.example.com/160/0 Aug 10 18:29:24 dc1 named[19739]: client 127.0.0.1#50000/key dhcpduser\@EXAMPLE.COM: updating zone 'example.com/NONE': deleting rrset at 'ThinkPad.example.com' A Aug 10 18:29:24 dc1 named[19739]: samba_dlz: subtracted rdataset ThinkPad.example.com 'ThinkPad.example.com.#0113600#011IN#011A#011192.168.0.215' Aug 10 18:29:24 dc1 named[19739]: client 127.0.0.1#50000/key dhcpduser\@EXAMPLE.COM: updating zone 'example.com/NONE': adding an RR at 'ThinkPad.example.com' A Aug 10 18:29:24 dc1 named[19739]: samba_dlz: added rdataset ThinkPad.example.com 'ThinkPad.example.com.#0113600#011IN#011A#011192.168.0.215' Aug 10 18:29:24 dc1 named[19739]: samba_dlz: committed transaction on zone example.com Rowland