Re: DHCPv6 DDNS registration with FQDN
- From: Alexander Groß <agross therightstuff de>
- To: networkmanager-list gnome org
- Subject: Re: DHCPv6 DDNS registration with FQDN
- Date: Tue, 3 Feb 2015 12:05:23 +0100
I have some more findings after several debugging sessions.
The Domain Name part of the option carries all or part of the FQDN of a DHCPv6 client. ... A client MAY be configured with a fully qualified domain name or with a partial name that is not fully qualified. ... To send a fully qualified domain name, the Domain Name field is set to the DNS-encoded domain name including the terminating zero-length label. To send a partial name, the Domain Name field is set to the DNS-encoded domain name without the terminating zero-length label.
According to this, Windows clients send a partial host name, e.g. "FOO", without a terminating NULL character. dhclient, on the other hand, always sends a FQDN including the terminating NULL making the value fully qualified. I found a possibly unrelated discussion about this issue here:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1088682
As such, send fqdn.fqdn "foo.example.local." must always be a fully qualified domain name (as NULL is automatically appended), otherwise the DDNS update won't happen in the correct DNS zone.
Any idea how to achieve that given that NM always overwrites fqdn.fqdn values found in custom (merged) dhclient6.confs?
Thanks,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]