Hi,
DHCP server has options to insert leased addresses in a dynamic zone. That
works for IPv4. PCs connected to the LAN somehow discover the gateway has a
routable IPv6 address and self-assign an address in that range, besides the
fe80:: thing, without talking to a DHCP server.
Is there a
Am 03.09.2023 um 18:36:53 Uhr schrieb Alessandro Vesely:
> DHCP server has options to insert leased addresses in a dynamic zone.
> That works for IPv4. PCs connected to the LAN somehow discover the
> gateway has a routable IPv6 address and self-assign an address in
> that range, besides the fe80
Just use dynamic DNS to add the addresses to the DNS. RFC 2136 with
RFC 2931 (SIG(0)) or RFC 2845 (TSIG).
zone example.com {
type primary;
update-policy {
grant * self * ANY; // For the node to update it’s
own records.
grant admin-key s
3 matches
Mail list logo