[Bug 1504068] [NEW] nsupdate results in error: update failed: NOTIMP
Daniel Eiteneuer
nuesel at gruenbaer.net
Thu Oct 8 10:35:57 UTC 2015
Public bug reported:
Hello!
I would like to update my BIND configuration from the command line, but I just get the error:
/usr/bin/nsupdate -k /etc/bind/Kupdate_key.+157+10019.private
> update add new.domain 300 A 1.2.3.4
> send
; TSIG error with server: expected a TSIG or SIG(0)
update failed: NOTIMP
The BIND log keeps empty upon this command.
Does NOTIMP mean NOT IMPLEMENTED?
I created a TSIG key with:
dnssec-keygen -a HMAC-MD5 -b 512 -n HOST update_key
I added these lines to named.conf.local:
key dyndns {
algorithm HMAC-MD5;
secret "mysecret";
};
zone "subdomain.domain.com.zone" IN {
type master;
file "/etc/bind/subdomain.domain.com.zone";
allow-update { key dyndns; };
};
I extracted the string for mysecret from Kupdate_key.+157+10019.private.
I'm using Ubuntu 14.04.3 (kernel 3.19.0-30-generic) and bind 9.9.5 (version 1:9.9.5.dfsg-3ubuntu0.5).
Does anbody know, why this does not work?
Regards
Nuesel
** Affects: bind9 (Ubuntu)
Importance: Undecided
Status: New
** Tags: notimp nsupdate tsig
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/1504068
Title:
nsupdate results in error: update failed: NOTIMP
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1504068/+subscriptions
More information about the Ubuntu-server-bugs
mailing list