1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
|
<pre>Network Working Group S. Thomson
Request for Comments: 3596 Cisco
Obsoletes: <a href="./rfc3152">3152</a>, <a href="./rfc1886">1886</a> C. Huitema
Category: Standards Track Microsoft
V. Ksinant
6WIND
M. Souissi
AFNIC
October 2003
<span class="h1">DNS Extensions to Support IP Version 6</span>
Status of this Memo
This document specifies an Internet standards track protocol for the
Internet community, and requests discussion and suggestions for
improvements. Please refer to the current edition of the "Internet
Official Protocol Standards" (STD 1) for the standardization state
and status of this protocol. Distribution of this memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2003). All Rights Reserved.
Abstract
This document defines the changes that need to be made to the Domain
Name System (DNS) to support hosts running IP version 6 (IPv6). The
changes include a resource record type to store an IPv6 address, a
domain to support lookups based on an IPv6 address, and updated
definitions of existing query types that return Internet addresses as
part of additional section processing. The extensions are designed
to be compatible with existing applications and, in particular, DNS
implementations themselves.
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-2">2</a>. New resource record definition and domain. . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-2.1">2.1</a>. AAAA record type . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2.2">2.2</a>. AAAA data format . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2.3">2.3</a>. AAAA query . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2.4">2.4</a>. Textual format of AAAA records . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2.5">2.5</a>. IP6.ARPA domain. . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. Modifications to existing query types. . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-4">4</a>. Security Considerations. . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-5">5</a>. IANA Considerations. . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<span class="grey">Thomson, et al. Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc3596">RFC 3596</a> DNS Extensions to Support IPv6 October 2003</span>
<a href="#section-6">6</a>. Intellectual Property Statement. . . . . . . . . . . . . . . . <a href="#page-4">4</a>
Acknowledgments. . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#appendix-A">Appendix A</a>: Changes from <a href="./rfc1886">RFC 1886</a>. . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
Normative References . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
Informative References . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
Full Copyright Statement . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
Current support for the storage of Internet addresses in the Domain
Name System (DNS) [<a href="#ref-1" title=""Domain Names - Concepts and Facilities"">1</a>,<a href="#ref-2" title=""Domain Names - Implementation and Specification"">2</a>] cannot easily be extended to support IPv6
addresses [<a href="#ref-3" title=""Internet Protocol Version 6 (IPv6) Addressing Architecture"">3</a>] since applications assume that address queries return
32-bit IPv4 addresses only.
To support the storage of IPv6 addresses in the DNS, this document
defines the following extensions:
o A resource record type is defined to map a domain name to an
IPv6 address.
o A domain is defined to support lookups based on address.
o Existing queries that perform additional section processing to
locate IPv4 addresses are redefined to perform additional
section processing on both IPv4 and IPv6 addresses.
The changes are designed to be compatible with existing software.
The existing support for IPv4 addresses is retained. Transition
issues related to the co-existence of both IPv4 and IPv6 addresses in
the DNS are discussed in [<a href="#ref-4" title=""Transition Mechanisms for IPv6 Hosts and Routers"">4</a>].
The IP protocol version used for querying resource records is
independent of the protocol version of the resource records; e.g.,
IPv4 transport can be used to query IPv6 records and vice versa.
This document combines <a href="./rfc1886">RFC 1886</a> [<a href="#ref-5" title=""DNS Extensions to support IP version 6"">5</a>] and changes to <a href="./rfc1886">RFC 1886</a> made by
<a href="./rfc3152">RFC 3152</a> [<a href="#ref-6" title=""Delegation of IP6.ARPA"">6</a>], obsoleting both. Changes mainly consist in replacing
the IP6.INT domain by IP6.ARPA as defined in <a href="./rfc3152">RFC 3152</a>.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. New resource record definition and domain</span>
A record type is defined to store a host's IPv6 address. A host that
has more than one IPv6 address must have more than one such record.
<span class="grey">Thomson, et al. Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc3596">RFC 3596</a> DNS Extensions to Support IPv6 October 2003</span>
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a> AAAA record type</span>
The AAAA resource record type is a record specific to the Internet
class that stores a single IPv6 address.
The IANA assigned value of the type is 28 (decimal).
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a> AAAA data format</span>
A 128 bit IPv6 address is encoded in the data portion of an AAAA
resource record in network byte order (high-order byte first).
<span class="h3"><a class="selflink" id="section-2.3" href="#section-2.3">2.3</a> AAAA query</span>
An AAAA query for a specified domain name in the Internet class
returns all associated AAAA resource records in the answer section of
a response.
A type AAAA query does not trigger additional section processing.
<span class="h3"><a class="selflink" id="section-2.4" href="#section-2.4">2.4</a> Textual format of AAAA records</span>
The textual representation of the data portion of the AAAA resource
record used in a master database file is the textual representation
of an IPv6 address as defined in [<a href="#ref-3" title=""Internet Protocol Version 6 (IPv6) Addressing Architecture"">3</a>].
<span class="h3"><a class="selflink" id="section-2.5" href="#section-2.5">2.5</a> IP6.ARPA Domain</span>
A special domain is defined to look up a record given an IPv6
address. The intent of this domain is to provide a way of mapping an
IPv6 address to a host name, although it may be used for other
purposes as well. The domain is rooted at IP6.ARPA.
An IPv6 address is represented as a name in the IP6.ARPA domain by a
sequence of nibbles separated by dots with the suffix ".IP6.ARPA".
The sequence of nibbles is encoded in reverse order, i.e., the
low-order nibble is encoded first, followed by the next low-order
nibble and so on. Each nibble is represented by a hexadecimal digit.
For example, the reverse lookup domain name corresponding to the
address
4321:0:1:2:3:4:567:89ab
would be
b.a.9.8.7.6.5.0.4.0.0.0.3.0.0.0.2.0.0.0.1.0.0.0.0.0.0.0.1.2.3.4.IP6.
ARPA.
<span class="grey">Thomson, et al. Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc3596">RFC 3596</a> DNS Extensions to Support IPv6 October 2003</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Modifications to existing query types</span>
All existing query types that perform type A additional section
processing, i.e., name server (NS), location of services (SRV) and
mail exchange (MX) query types, must be redefined to perform both
type A and type AAAA additional section processing. These
definitions mean that a name server must add any relevant IPv4
addresses and any relevant IPv6 addresses available locally to the
additional section of a response when processing any one of the above
queries.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Security Considerations</span>
Any information obtained from the DNS must be regarded as unsafe
unless techniques specified in [<a href="#ref-7" title=""Domain Name System Security Extensions"">7</a>] or [<a href="#ref-8" title=""Secret Key Transaction Authentication for DNS (TSIG)"">8</a>] are used. The definitions
of the AAAA record type and of the IP6.ARPA domain do not change the
model for use of these techniques.
So, this specification is not believed to cause any new security
problems, nor to solve any existing ones.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. IANA Considerations</span>
There are no IANA assignments to be performed.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Intellectual Property Statement</span>
The IETF takes no position regarding the validity or scope of any
intellectual property or other rights that might be claimed to
pertain to the implementation or use of the technology described in
this document or the extent to which any license under such rights
might or might not be available; neither does it represent that it
has made any effort to identify any such rights. Information on the
IETF's procedures with respect to rights in standards-track and
standards-related documentation can be found in <a href="https://www.rfc-editor.org/bcp/bcp11">BCP-11</a>. Copies of
claims of rights made available for publication and any assurances of
licenses to be made available, or the result of an attempt made to
obtain a general license or permission for the use of such
proprietary rights by implementors or users of this specification can
be obtained from the IETF Secretariat.
The IETF invites any interested party to bring to its attention any
copyrights, patents or patent applications, or other proprietary
rights which may cover technology that may be required to practice
this standard. Please address the information to the IETF Executive
Director.
<span class="grey">Thomson, et al. Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc3596">RFC 3596</a> DNS Extensions to Support IPv6 October 2003</span>
Acknowledgments
Vladimir Ksinant and Mohsen Souissi would like to thank Sebastien
Barbin (IRISA), Luc Beloeil (France Telecom R&D), Jean-Mickael Guerin
(6WIND), Vincent Levigneron (AFNIC), Alain Ritoux (6WIND), Frederic
Roudaut (IRISA) and G6 group for their help during the <a href="./rfc1886">RFC 1886</a>
Interop tests sessions.
Many thanks to Alain Durand and Olafur Gudmundsson for their support.
<span class="grey">Thomson, et al. Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc3596">RFC 3596</a> DNS Extensions to Support IPv6 October 2003</span>
Appendix A: Changes from <a href="./rfc1886">RFC 1886</a>
The following changes were made from <a href="./rfc1886">RFC 1886</a> "DNS Extensions to
support IP version 6":
- Replaced the "IP6.INT" domain by "IP6.ARPA".
- Mentioned SRV query types in <a href="#section-3">section 3</a> "MODIFICATIONS TO
EXISTING QUERY TYPES"
- Added security considerations.
- Updated references :
* From <a href="./rfc1884">RFC 1884</a> to <a href="./rfc3513">RFC 3513</a> (IP Version 6 Addressing
Architecture).
* From "work in progress" to <a href="./rfc2893">RFC 2893</a> (Transition Mechanisms for
IPv6 Hosts and Routers).
* Added reference to <a href="./rfc1886">RFC 1886</a>, <a href="./rfc3152">RFC 3152</a>, <a href="./rfc2535">RFC 2535</a> and <a href="./rfc2845">RFC 2845</a>.
- Updated document abstract
- Added table of contents
- Added full copyright statement
- Added IANA considerations section
- Added Intellectual Property Statement
Normative References
[<a id="ref-1">1</a>] Mockapetris, P., "Domain Names - Concepts and Facilities", STD
13, <a href="./rfc1034">RFC 1034</a>, November 1987.
[<a id="ref-2">2</a>] Mockapetris, P., "Domain Names - Implementation and
Specification", STD 13, <a href="./rfc1035">RFC 1035</a>, November 1987.
[<a id="ref-3">3</a>] Hinden, R. and S. Deering, "Internet Protocol Version 6 (IPv6)
Addressing Architecture", <a href="./rfc3513">RFC 3513</a>, April 2003.
Informative References
[<a id="ref-4">4</a>] Gilligan, R. and E. Nordmark, "Transition Mechanisms for IPv6
Hosts and Routers", <a href="./rfc2893">RFC 2893</a>, August 2000.
[<a id="ref-5">5</a>] Thomson, S. and C. Huitema, "DNS Extensions to support IP
version 6", <a href="./rfc1886">RFC 1886</a>, December 1995.
[<a id="ref-6">6</a>] Bush, R., "Delegation of IP6.ARPA", <a href="https://www.rfc-editor.org/bcp/bcp49">BCP 49</a>, <a href="./rfc3152">RFC 3152</a>, August
2001.
[<a id="ref-7">7</a>] Eastlake, D., "Domain Name System Security Extensions", <a href="./rfc2535">RFC</a>
<a href="./rfc2535">2535</a>, March 1999
<span class="grey">Thomson, et al. Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc3596">RFC 3596</a> DNS Extensions to Support IPv6 October 2003</span>
[<a id="ref-8">8</a>] Vixie, P., Gudmundsson, O., Eastlake, D. and B. Wellington,
"Secret Key Transaction Authentication for DNS (TSIG)", <a href="./rfc2845">RFC</a>
<a href="./rfc2845">2845</a>, May 2000.
Authors' Addresses
Susan Thomson
Cisco Systems
499 Thornall Street, 8th floor
Edison, NJ 08837
Phone: +1 732-635-3086
EMail: sethomso@cisco.com
Christian Huitema
Microsoft Corporation
One Microsoft Way
Redmond, WA 98052-6399
EMail: huitema@microsoft.com
Vladimir Ksinant
6WIND S.A.
Immeuble Central Gare - Bat.C
1, place Charles de Gaulle
78180, Montigny-Le-Bretonneux - France
Phone: +33 1 39 30 92 36
EMail: vladimir.ksinant@6wind.com
Mohsen Souissi
AFNIC
Immeuble International
2, rue Stephenson,
78181, Saint-Quentin en Yvelines Cedex - France
Phone: +33 1 39 30 83 40
EMail: Mohsen.Souissi@nic.fr
<span class="grey">Thomson, et al. Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc3596">RFC 3596</a> DNS Extensions to Support IPv6 October 2003</span>
Full Copyright Statement
Copyright (C) The Internet Society (2003). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assignees.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Acknowledgement
Funding for the RFC Editor function is currently provided by the
Internet Society.
Thomson, et al. Standards Track [Page 8]
</pre>
|