Your message dated Wed, 05 Aug 2026 17:31:09 +0000
with message-id <[email protected]>
and subject line Bug#1143544: Removed package(s) from unstable
has caused the Debian Bug report #1007786,
regarding isc-dhcp-client: workaround for DHCPv6 + Dynamic DNS
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.)


-- 
1007786: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007786
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isc-dhcp-client
Version:    4.4.1-2.3
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

--- End Message ---
--- Begin Message ---
Version: 4.4.3-P1-8+rm

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
[email protected].

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

--- End Message ---

Reply via email to