LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-11-2018, 02:44 AM   #1
meymona
LQ Newbie
 
Registered: May 2018
Posts: 1

Rep: Reputation: Disabled
Bind9 does not update Windows DNS Zone - tsig verify failure


I am trying to have the DNS server of our Active Directory (Windows 2016 server) updated by a Debian client with Bind9.

If the Windows DNS server receives a DNS update, it is transmitted without error to the bind9 slave client.

Only in the other direction it doesn't work: If the client assigns a new address and tries to pass it on to the master server, the error message appears: "Unable to add forward map from <fqdn new client> to <ip new client>: tsig verify failure".

Any ideas?

Server:
Code:
Windows 2016
DNS: -> Zone -> Properties -> General: Dynamic Updates: secure and unsecure
DNS: -> Zone -> Properties -> Nameserver: <ip debian client> as nameserver
DNS: -> Zone -> Zone Transfers -> (x) Allow Zone Transfers; (x) Only to servers listed on the Name Servers Tab.
client:
Code:
/etc/bind/named.conf.local

key DDNS_UPDATE {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret "<password>";
};

zone "<fqdn zone name>" {
        type slave;
        masters {<ip Windows Server>; };
        notify yes;
        file "/var/cache/bind/db.windns";
        allow-update {key DDNS_UPDATE; 127.0.0.1; };
        allow-update-forwarding {key DDNS_UPDATE; 127.0.0.1; };
};
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I find file zone in the slave zone to the do a transfer of zone from Windows Server 2012 as master dns and CentOS as slave DNS. To learn Linux - Newbie 1 09-02-2016 09:36 AM
dns forwarding and zone transfer to the same set of server with tsig sarath@slashroot.in Linux - Software 0 09-28-2013 11:56 AM
Windows 03 DNS zone transfer to BIND9 on Suse 10 Enterprise clincoln Linux - Networking 11 08-15-2008 01:03 AM
Bind - tsig verify failure (BADKEY) -bad DNS key kudos Linux - Server 2 08-02-2008 05:58 AM
DNS Zone x-fer - From one zone to another / Debian 3.1 + BIND9 kenwoodgt Linux - Software 0 11-01-2006 10:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration