#1007786 isc-dhcp-client: workaround for DHCPv6 + Dynamic DNS

Package:
isc-dhcp-client
Source:
isc-dhcp
Description:
DHCP client for automatically obtaining an IP address
Submitter:
Christian Kuhn
Date:
2026-08-05 17:33:03 UTC
Severity:
minor
#1007786#5
Date:
2022-03-16 18:18:34 UTC
From:
To:
Severity:   minor
Platform:   amd64

Dear Maintainer,

in an IPv4 network with DHCPv4 and Dynamic DNS, the DHCP client works
very well with the following default configuration in
/etc/dhcp/dhclient.conf:

...
option rfc3442-classless-static-routes code 121 = array of unsigned
integer 8;
send host-name = gethostname();
request subnet-mask, broadcast-address, time-offset, routers,
         domain-name, domain-name-servers, domain-search, host-name,
         dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn,
dhcp6.sntp-servers,
         netbios-name-servers, netbios-scope, interface-mtu,
         rfc3442-classless-static-routes, ntp-servers;
...

However, in a pure IPv6 network with DHCPv6 (isc-dhcp-server) and
Dynamic DNS (bind9) I need to insert additional information as
workaround in order to update the name server correctly:

...
option rfc3442-classless-static-routes code 121 = array of unsigned
integer 8;
send host-name = gethostname();
send fqdn.fqdn "hostname.domain.local";
send fqdn.encoded on;
send fqdn.server-update on;
request subnet-mask, broadcast-address, time-offset, routers,
         domain-name, domain-name-servers, domain-search, host-name,
         dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn,
dhcp6.sntp-servers,
         netbios-name-servers, netbios-scope, interface-mtu,
         rfc3442-classless-static-routes, ntp-servers;
...

It works, but it would be unusableto send hostname and domain namefor
computers (notebooks), which should be used in different IPv6 networks
configured with DHCPv6 and Dynamic DNS.

Please, can you consider this requirement?

Best regards,
Christian

#1007786#10
Date:
2026-08-05 17:31:09 UTC
From:
To:
Dear submitter,

as the package isc-dhcp has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1143544

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)