[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[dhcwg] SLAAC and DDNS
There has been some discussions on the ISC DHCP mailing list about folks wanting to perform DDNS in an environment where clients are doing stateless address auto-config. One solution offered is that the client perform the update after it gets the DNS server(s) and domain(s) from a stateless DHCPv6 server.
I think the only drawback to this solution is that doing DDNS updates from the client makes it difficult to secure the updates using TSIG, for example. Distributing the TSIG key(s) to the clients is really not an option in most cases. However, there is tremendous benefit to supporting DDNS in a SLAAC (stateless address auto-config) environment. One option would be to require client to put their FQDN option in the Info-Request message sent to a stateless DHCPv6 server. The source address of the Info-Request message is the client's SLAAC address, so the stateless DHCPv6 server would know the IP, and if the FQDN option were included, it would have enough information to update both the AAAA and PTR records. The problem here is that a stateless DHCPv6 server will not know when the records should be removed from DNS, but stale records could be cleaned via some other "scavenging" mechanism.
Is there any interest in this approach? If so, I would consider writing a draft to include the FQDN option in Info-Request messages.
Regards,
Greg Rabil