Configure DHCP to update IPv6 DNS records
[email protected] Fri, 13 Feb 2026 23:26:51 +0100
| Newsgroups | gmane.network.dhcp.isc.dhcp-client |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============5715194263307091390==
Content-Type: multipart/alternative;
boundary="------------WznSAGJRHvyMNCVOpy105n0v"
This is a multi-part message in MIME format.
--------------WznSAGJRHvyMNCVOpy105n0v
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
hello everyone,
i am currently adapting the IPv4 solution described in the samba wiki
(https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records)
to IPv6.
the planned solution should support the following:
- dynamic IPv6 addresses from the provider
- SLAAC
- EUI-64
- dynamic updates of the bind9 DNS server (DDNS)
- debian 12 (bookworm)
- ISC DHCP 4.4.3
the IPv4 solution works as intended. however, i am still having
problems transfering the addresses [Global Unicast Addresses (GUA) or
Unique Local Addresses (ULA)] assigned by slaac to the DNS server.
so far, the host configuration in /etc/dhcp/dhcpd6.conf contains two
variants:
a) # host deb12-01-opr1c-a {
# host-identifier option dhcp6.client-id
# 00:04:aa:f9:66:38:6a:99:a8:fb:58:6b:9b:1e:fd:59:8b:6d;
# fixed-address6 2001:db8:f2a1:2c:250:56ff:fea9:235;
# ddns-hostname "deb12-01.ad.example.org"; }
b) # host deb12-01-opr1c-b {
# hardware ethernet 00:50:56:a8:02:34;
# fixed-address6 2001:db8:f2a1:2c:250:56ff:fea8:234;
# ddns-hostname "deb12-01.ad.example.org"; }
if variant a) is activated (by removeing the comment) the "on commit"
section is never called. in case b) "on commit" is called, but the
value of "fixed-address6" is null.
it seems that i can not even register a static IPv6 address in DNS.
how can i proceed? background information is also welcome.
best regards
frank
--------------WznSAGJRHvyMNCVOpy105n0v
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<pre>hello everyone,
i am currently adapting the IPv4 solution described in the samba wiki
(<a class="moz-txt-link-freetext" href="https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records">https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records</a>)
to IPv6.
the planned solution should support the following:
- dynamic IPv6 addresses from the provider
- SLAAC
- EUI-64
- dynamic updates of the bind9 DNS server (DDNS)
- debian 12 (bookworm)
- ISC DHCP 4.4.3
the IPv4 solution works as intended. however, i am still having
problems transfering the addresses [Global Unicast Addresses (GUA) or
Unique Local Addresses (ULA)] assigned by slaac to the DNS server.
so far, the host configuration in /etc/dhcp/dhcpd6.conf contains two
variants:
a) # host deb12-01-opr1c-a {
# host-identifier option dhcp6.client-id
# 00:04:aa:f9:66:38:6a:99:a8:fb:58:6b:9b:1e:fd:59:8b:6d;
# fixed-address6 2001:db8:f2a1:2c:250:56ff:fea9:235;
# ddns-hostname "deb12-01.ad.example.org"; }
b) # host deb12-01-opr1c-b {
# hardware ethernet 00:50:56:a8:02:34;
# fixed-address6 2001:db8:f2a1:2c:250:56ff:fea8:234;
# ddns-hostname "deb12-01.ad.example.org"; }
if variant a) is activated (by removeing the comment) the "on commit"
section is never called. in case b) "on commit" is called, but the
value of "fixed-address6" is null.
it seems that i can not even register a static IPv6 address in DNS.
how can i proceed? background information is also welcome.
best regards
frank</pre>
</body>
</html>
--------------WznSAGJRHvyMNCVOpy105n0v--
--===============5715194263307091390==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--
ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.
dhcp-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/dhcp-users
--===============5715194263307091390==--