Internet-Draft | Resinfo DNS64 | October 2024 |
Obser | Expires 24 April 2025 | [Page] |
This document specifies a DNS Resolver Information Key/Value pair to inform DNS clients of the presence of DNS64.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 24 April 2025.¶
Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document.¶
DNS64 [RFC6147] performed by a DNS resolver together with NAT64 [RFC6146] allows an IPv6-only client to initiate communications by name to an IPv4-only server. To achieve this, the DNS resolver synthesizes AAAA records from A records. However, this breaks DNSSEC [RFC4033] [RFC4034] [RFC4035] validation for DNS clients of the resolver if they perform their own validation. [RFC6147] Section 3 discusses this in detail. In general, a validating DNS client has to be aware that a resolver is performing DNS64.¶
[RFC9606] specifies a DNS resource record (RR) type RESINFO to allow resolvers to publish information about their capabilities and policies. This can be used to inform DNS clients that DNS64 is performed by the DNS resolver.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
[RFC7050] describes a heuristic to learn the IPv6 prefix used by a NAT64 gateway. Nodes can use this information to perform local address synthesis, for example using 464XLAT [RFC6877].¶
This has security implications, making [RFC7050] difficult to deploy. A modern mechanism, like PREF64 [RFC8781] is easier to deploy, leading to a desire to deprecate [RFC7050] entirely.¶
A validating DNS client on the other hand still needs to know about the presence of DNS64 on the DNS resolver it uses, as noted in the introduction. Using the [RFC9606] RESINFO mechanism and not using the learned information for address synthesis avoids the security problems of [RFC7050].¶
The presence of this key indicates that the DNS resolver performs address synthesis.¶
Note that, per the rules for the keys defined in Section 6.4 of [RFC6763], if there is no '=' in a key, then it is a boolean attribute, simply identified as being present, with no value.¶
The DNS resolver MAY return an IPv6 prefix or a comma separated list of prefixes to indicate not just that DNS64 is being performed but also to let the client know which prefix or prefixes are in use. The prefixes MUST be represented using the canonical representation format of [RFC5952].¶
DNS64 address synthesis is performed by the DNS resolver. No information about the used prefix is given.¶
resolver.example.net. 7200 IN RESINFO dns64¶
DNS64 address synthesis is performed. The [RFC6052] Well-Known Prefix 64:ff9b::/96 is used.¶
resolver.example.net. 7200 IN RESINFO dns64=64:ff9b::/96¶
DNS64 address synthesis is performed. The [RFC6052] Well-Known Prefix 64:ff9b::/96 and the Network-Specific Prefix 2001:db8:64::/56 are used.¶
resolver.example.net. 7200 IN RESINFO dns64=64:ff9b::/96,2001:db8:64::/56¶
The IANA is requested to add the key "dns64", with the description of "The presence of the key indicates that DNS64 address synthesis is performed", and a reference to this document.¶
Name | Description | Reference |
---|---|---|
dns64 | The presence of the key indicates that DNS64 address synthesis is performed. | RFC EDITOR: THIS DOCUMENT |