Your message dated Sat, 5 Sep 2015 19:09:39 -0400
with message-id 
<CANTw=MP6f2ST=Tpw1=ezv959basym7m9e223s5fog7rcnsy...@mail.gmail.com>
and subject line Re: [pkg-dhcp-devel] Bug#715036: ddns-hostname problems - DDNS 
updates not sent
has caused the Debian Bug report #715036,
regarding ddns-hostname problems - DDNS updates not sent
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
715036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715036
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isc-dhcp-server
Version: 4.2.2.dfsg.1-5+deb70u6
Severity: important

I've found that DDNS updates are only sent if ddns-hostname is
statically defined, e.g.

ddns-hostname "some-name";

Of course, this is not useful because dhcpd will then use the value
"some-name" as the hostname of every host and the real hostnames won't
be in DNS at all.

On the client side, I've tried many different permutations, for example,
the Debian default is to send

send host-name = gethostname();

but I've also tried commenting that out and using:

send fqdn.fqdn "hostname.example.org."
send fqdn.encoded on;
send fqdn.server-update off;
also request fqdn, dhcp6.fqdn;

but it doesn't make any difference.

On the server side, I tried various permutations as well:

- not setting ddns-hostname at all

ddns-hostname = pick (option fqdn.hostname, option host-name);

and various other things I've seen in examples, such as

option host-name = config-option server.ddns-hostname;

option server.ddns-domainname = config-option host-name;

--- End Message ---
--- Begin Message ---
version: 4.3.1-1

>From what I can tell upstream fixed this in version 4.3.1.  Please
reopen if you find otherwise.

Best wishes,
Mike

--- End Message ---

Reply via email to