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 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
|
<pre>Internet Engineering Task Force (IETF) T. Huth
Request for Comments: 5970 J. Freimann
Category: Standards Track IBM Germany R&D GmbH
ISSN: 2070-1721 V. Zimmer
Intel
D. Thaler
Microsoft
September 2010
<span class="h1">DHCPv6 Options for Network Boot</span>
Abstract
The Dynamic Host Configuration Protocol for IPv6 (DHCPv6) provides a
framework for passing configuration information to nodes on a
network. This document describes new options for DHCPv6 that SHOULD
be used for booting a node from the network.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc5970">http://www.rfc-editor.org/info/rfc5970</a>.
Copyright Notice
Copyright (c) 2010 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) 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. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
<span class="grey">Huth, 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="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
Table of Contents
<a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
<a href="#section-2">2</a>. Conventions .....................................................<a href="#page-3">3</a>
<a href="#section-3">3</a>. Options .........................................................<a href="#page-3">3</a>
<a href="#section-3.1">3.1</a>. Boot File Uniform Resource Locator (URL) Option ............<a href="#page-3">3</a>
<a href="#section-3.2">3.2</a>. Boot File Parameters Option ................................<a href="#page-4">4</a>
<a href="#section-3.3">3.3</a>. Client System Architecture Type Option .....................<a href="#page-5">5</a>
<a href="#section-3.4">3.4</a>. Client Network Interface Identifier Option .................<a href="#page-6">6</a>
<a href="#section-4">4</a>. Appearance of the Options .......................................<a href="#page-7">7</a>
<a href="#section-5">5</a>. Download Protocol Considerations ................................<a href="#page-7">7</a>
<a href="#section-6">6</a>. IANA Considerations .............................................<a href="#page-7">7</a>
<a href="#section-7">7</a>. Security Considerations .........................................<a href="#page-8">8</a>
<a href="#section-8">8</a>. Acknowledgements ................................................<a href="#page-8">8</a>
<a href="#section-9">9</a>. References ......................................................<a href="#page-9">9</a>
<a href="#section-9.1">9.1</a>. Normative References .......................................<a href="#page-9">9</a>
<a href="#section-9.2">9.2</a>. Informative References .....................................<a href="#page-9">9</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
This document describes DHCPv6 options that SHOULD be used to provide
configuration information for a node that must be booted using the
network rather than from local storage.
Network booting is used, for example, in some environments where
administrators have to maintain a large number of nodes. By serving
all boot and configuration files from a central server, the effort
required to maintain these nodes is greatly reduced.
A typical boot file would be, for example, an operating system kernel
or a boot-loader program. To be able to execute such a file, the
firmware running on the client node must perform the following two
steps (see Figure 1): First get all information that is required for
downloading and executing the boot file. Second, download the boot
file and execute it.
+------+
_______________________\| DHCP |
/ 1 Get boot file info /|Server|
+------+ +------+
| Host |
+------+ +------+
\_______________________\| File |
2 Download boot file /|Server|
+------+
Figure 1: Network Boot Sequence
<span class="grey">Huth, 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="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
The information that is required for booting over the network MUST
include at least the details about the server on which the boot files
can be found, the protocol to be used for the download (for example,
HTTP [<a href="./rfc2616" title=""Hypertext Transfer Protocol -- HTTP/1.1"">RFC2616</a>] or TFTP [<a href="./rfc1350" title=""The TFTP Protocol (Revision 2)"">RFC1350</a>]), and the path and name of the boot
file on the server. Additionally, the server and client MAY exchange
information about the parameters that should be passed to the OS
kernel or boot-loader program, respectively, or information about the
supported boot environment.
DHCPv6 allows client nodes to ask a DHCPv6 server for configuration
parameters. This document provides new options that a client can
request from the DHCPv6 server to satisfy its requirements for
booting. It also introduces a new IANA registry for processor
architecture types that are used by the OPTION_CLIENT_ARCH_TYPE
option (see <a href="#section-3.3">Section 3.3</a>).
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Conventions</span>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in <a href="./rfc2119">RFC 2119</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
Terminology specific to IPv6 and DHCPv6 are used in the same way as
is defined in the "Terminology" sections of [<a href="./rfc3315" title=""Dynamic Host Configuration Protocol for IPv6 (DHCPv6)"">RFC3315</a>].
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Options</span>
Option formats comply with DHCPv6 options per [<a href="./rfc3315" title=""Dynamic Host Configuration Protocol for IPv6 (DHCPv6)"">RFC3315</a>] (<a href="#section-6">Section 6</a>).
The boot-file-url option (see <a href="#section-3.1">Section 3.1</a>) is mandatory for booting,
all other options are optional.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Boot File Uniform Resource Locator (URL) Option</span>
The server sends this option to inform the client about a URL to a
boot file.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OPT_BOOTFILE_URL | option-len |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
. boot-file-url (variable length) .
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
<span class="grey">Huth, 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="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
Format description:
option-code OPT_BOOTFILE_URL (59).
option-len Length of the boot-file-url in octets.
boot-file-url This string is the URL for the boot file. It MUST
comply with STD 66 [<a href="./rfc3986" title=""Uniform Resource Identifier (URI): Generic Syntax"">RFC3986</a>]. The string is not
NUL-terminated.
If the host in the URL is expressed using an IPv6 address rather than
a domain name, the address in the URL then MUST be enclosed in "["
and "]" characters, conforming to [<a href="./rfc3986" title=""Uniform Resource Identifier (URI): Generic Syntax"">RFC3986</a>]. Clients that have DNS
implementations SHOULD support the use of domain names in the URL.
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Boot File Parameters Option</span>
This option is sent by the server to the client. It consists of
multiple UTF-8 ([<a href="./rfc3629" title=""UTF-8, a transformation format of ISO 10646"">RFC3629</a>]) strings. They are used to specify
parameters for the boot file (similar to the command line arguments
in most modern operating systems). For example, these parameters
could be used to specify the root file system of the OS kernel, or
the location from which a second-stage boot-loader program can
download its configuration file.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OPT_BOOTFILE_PARAM | option-len |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| param-len 1 | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ parameter 1 .
. (variable length) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
. .
. <multiple Parameters> .
. .
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| param-len n | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ parameter n .
. (variable length) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
<span class="grey">Huth, 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="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
Format description:
option-code OPT_BOOTFILE_PARAM (60).
option-len Length of the Boot File Parameters option in octets
(not including the size of the option-code and
option-len fields).
param-len 1...n This is a 16-bit integer that specifies the length
of the following parameter in octets (not including
the parameter-length field).
parameter 1...n These UTF-8 strings are parameters needed for
booting, e.g., kernel parameters. The strings are
not NUL-terminated.
When the boot firmware executes the boot file that has been specified
in the OPT_BOOTFILE_URL option, it MUST pass these parameters, if
present, in the order that they appear in the OPT_BOOTFILE_PARAM
option.
<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>. Client System Architecture Type Option</span>
This option provides parity with the Client System Architecture Type
option defined for DHCPv4 in <a href="./rfc4578#section-2.1">Section 2.1 of [RFC4578]</a>.
The format of the option is:
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OPTION_CLIENT_ARCH_TYPE | option-len |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
. .
. architecture-types (variable length) .
. .
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
option-code OPTION_CLIENT_ARCH_TYPE (61).
option-len Length of the "architecture-types" field in
octets. It MUST be an even number greater than
zero. See <a href="./rfc4578#section-2.1">Section 2.1 of [RFC4578]</a> for details.
architecture-types A list of one or more architecture types, as
specified in <a href="./rfc4578#section-2.1">Section 2.1 of [RFC4578]</a>. Each
architecture type identifier in this list is a
16-bit value that describes the pre-boot runtime
<span class="grey">Huth, 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="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
environment of the client machine. A list of
valid values is maintained by the IANA (see
<a href="#section-6">Section 6</a>).
The client MAY use this option to send a list of supported
architecture types to the server, so the server can decide which boot
file should be provided to the client. If a client supports more
than one pre-boot environment (for example, both 32-bit and 64-bit
executables), the most preferred architecture type MUST be listed as
first item, followed by the others with descending priority.
If the client used this option in the request, the server SHOULD
include this option to inform the client about the pre-boot
environments that are supported by the boot file. The list MUST only
contain architecture types that have initially been queried by the
client. The items MUST also be listed in order of descending
priority.
<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a>. Client Network Interface Identifier Option</span>
If the client supports the Universal Network Device Interface (UNDI)
(see [<a href="#ref-PXE21" title=""Preboot Execution Environment (PXE) Specification"">PXE21</a>] and [<a href="#ref-UEFI23" title=""Unified Extensible Firmware Interface Specification, Version 2.3"">UEFI23</a>]), it may send the Client Network Interface
Identifier option to a DHCP server to provide information about its
level of UNDI support.
This option provides parity with the Client Network Interface
Identifier option defined for DHCPv4 in <a href="./rfc4578#section-2.2">Section 2.2 of [RFC4578]</a>.
The format of the option is:
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OPTION_NII | option-len |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Major | Minor |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
option-code OPTION_NII (62).
option-len 3
Type As specified in <a href="./rfc4578#section-2.2">Section 2.2 of [RFC4578]</a>.
Major As specified in <a href="./rfc4578#section-2.2">Section 2.2 of [RFC4578]</a>.
Minor As specified in <a href="./rfc4578#section-2.2">Section 2.2 of [RFC4578]</a>.
<span class="grey">Huth, 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="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
The list of valid Type, Major, and Minor values is maintained in the
Unified Extensible Firmware Interface specification [<a href="#ref-UEFI23" title=""Unified Extensible Firmware Interface Specification, Version 2.3"">UEFI23</a>].
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Appearance of the Options</span>
These options MUST NOT appear in DHCPv6 messages other than the types
Solicit, Advertise, Request, Renew, Rebind, Information-Request, and
Reply.
The option-codes of these options MAY appear in the Option Request
option in the DHCPv6 message types Solicit, Request, Renew, Rebind,
Information-Request, and Reconfigure.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Download Protocol Considerations</span>
The Boot File URL option does not place any constraints on the
protocol used for downloading the boot file, other than that it MUST
be possible to specify it in a URL. For the sake of administrative
simplicity, we strongly recommend that, at a minimum, implementers of
network boot loaders implement the well-known and established
HyperText Transfer Protocol (HTTP) [<a href="./rfc2616" title=""Hypertext Transfer Protocol -- HTTP/1.1"">RFC2616</a>] for downloading. Please
note that for IPv6, this supersedes [<a href="./rfc906" title=""Bootstrap Loading using TFTP"">RFC906</a>], which recommended using
TFTP for downloading (see [<a href="./rfc3617" title=""Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP)"">RFC3617</a>] for the 'tftp' URL definition).
When using the Internet Small Computer System Interface (iSCSI) for
booting, the 'iscsi' URI is formed as defined in [<a href="./rfc4173" title=""Bootstrapping Clients using the Internet Small Computer System Interface (iSCSI) Protocol"">RFC4173</a>]. The
functionality attributed in <a href="./rfc4173">RFC 4173</a> to a root path option is
provided for IPv6 by the Boot File URL option instead.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. IANA Considerations</span>
The following options have been assigned by the IANA from the option
number space defined in <a href="#section-24">Section 24</a> of the DHCPv6 RFC [<a href="./rfc3315" title=""Dynamic Host Configuration Protocol for IPv6 (DHCPv6)"">RFC3315</a>].
+-------------------------+-------+--------------+
| Option name | Value | Specified in |
+-------------------------+-------+--------------+
| OPT_BOOTFILE_URL | 59 | <a href="#section-3.1">Section 3.1</a> |
| OPT_BOOTFILE_PARAM | 60 | <a href="#section-3.2">Section 3.2</a> |
| OPTION_CLIENT_ARCH_TYPE | 61 | <a href="#section-3.3">Section 3.3</a> |
| OPTION_NII | 62 | <a href="#section-3.4">Section 3.4</a> |
+-------------------------+-------+--------------+
This document also introduces a new IANA registry for processor
architecture types. The name of this registry is "Processor
Architecture Types". Registry entries consist of a 16-bit integer
recorded in decimal format and a descriptive name. The initial
values of this registry can be found in <a href="./rfc4578#section-2.1">[RFC4578], Section 2.1</a>.
<span class="grey">Huth, 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="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
The assignment policy for values is through Expert Review (see
[<a href="./rfc5226" title="">RFC5226</a>]), and any requests for values must supply the descriptive
name for the processor architecture type.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Security Considerations</span>
In untrusted networks, a rogue DHCPv6 server could send the new
DHCPv6 options described in this document. The booting clients could
then be provided with a wrong URL so that either the boot fails or,
even worse, the client boots the wrong operating system that has been
provided by a malicious file server. To prevent this kind of attack,
clients SHOULD use authentication of DHCPv6 messages (see <a href="./rfc3315#section-21">Section 21
in [RFC3315]</a>).
Note also that DHCPv6 messages are sent unencrypted by default. So
the boot file URL options are sent unencrypted over the network, too.
This can become a security risk since the URLs can contain sensitive
information like user names and passwords (for example, a URL like
"<a href="ftp://username:password@servername/path/file">ftp://username:password@servername/path/file</a>"). At the current
point in time, there is no possibility to send encrypted DHCPv6
messages, so it is strongly RECOMMENDED not to use sensitive
information in the URLs in untrusted networks (using passwords in
URLs is deprecated anyway, according to [<a href="./rfc3986" title=""Uniform Resource Identifier (URI): Generic Syntax"">RFC3986</a>]).
Even if the DHCPv6 transaction is secured, this does not protect
against attacks on the boot file download channel. Consequently, we
recommend that either (a) implementers use protocols like HTTPS
[<a href="./rfc2818" title=""HTTP Over TLS"">RFC2818</a>] or Transport Layer Security (TLS) within HTTP [<a href="./rfc2817" title=""Upgrading to TLS Within HTTP/1.1"">RFC2817</a>] to
prevent spoofing or (b) the boot-loader software implement a
mechanism for signing boot images and a configurable signing key.
The latter is done so that if a malicious image is provided, it can
be detected and rejected.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Acknowledgements</span>
The authors would like to thank Ruth Li, Dong Wei, Kathryn Hampton,
Phil Dorah, Richard Chan, and Fiona Jensen for discussions that led
to this document.
The authors would also like to thank Ketan P. Pancholi, Alfred
Hoenes, Gabriel Montenegro, and Ted Lemon for corrections and
suggestions.
<span class="grey">Huth, et al. Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. References</span>
<span class="h3"><a class="selflink" id="section-9.1" href="#section-9.1">9.1</a>. Normative References</span>
[<a id="ref-PXE21">PXE21</a>] Johnston, M., "Preboot Execution Environment (PXE)
Specification", September 1999,
<<a href="http://www.pix.net/software/pxeboot/archive/pxespec.pdf">http://www.pix.net/software/pxeboot/archive/pxespec.pdf</a>>.
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC3315">RFC3315</a>] Droms, R., Bound, J., Volz, B., Lemon, T., Perkins, C.,
and M. Carney, "Dynamic Host Configuration Protocol for
IPv6 (DHCPv6)", <a href="./rfc3315">RFC 3315</a>, July 2003.
[<a id="ref-RFC3629">RFC3629</a>] Yergeau, F., "UTF-8, a transformation format of ISO
10646", STD 63, <a href="./rfc3629">RFC 3629</a>, November 2003.
[<a id="ref-RFC3986">RFC3986</a>] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
Resource Identifier (URI): Generic Syntax", STD 66,
<a href="./rfc3986">RFC 3986</a>, January 2005.
[<a id="ref-RFC4173">RFC4173</a>] Sarkar, P., Missimer, D., and C. Sapuntzakis,
"Bootstrapping Clients using the Internet Small Computer
System Interface (iSCSI) Protocol", <a href="./rfc4173">RFC 4173</a>,
September 2005.
[<a id="ref-RFC4578">RFC4578</a>] Johnston, M. and S. Venaas, "Dynamic Host Configuration
Protocol (DHCP) Options for the Intel Preboot eXecution
Environment (PXE)", <a href="./rfc4578">RFC 4578</a>, November 2006.
[<a id="ref-RFC5226">RFC5226</a>] Narten, T. and H. Alvestrand, "Guidelines for Writing an
IANA Considerations Section in RFCs", <a href="https://www.rfc-editor.org/bcp/bcp26">BCP 26</a>, <a href="./rfc5226">RFC 5226</a>,
May 2008.
[<a id="ref-UEFI23">UEFI23</a>] UEFI Forum, "Unified Extensible Firmware Interface
Specification, Version 2.3", May 2009,
<<a href="http://www.uefi.org/">http://www.uefi.org/</a>>.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Informative References</span>
[<a id="ref-RFC906">RFC906</a>] Finlayson, R., "Bootstrap Loading using TFTP", <a href="./rfc906">RFC 906</a>,
June 1984.
[<a id="ref-RFC1350">RFC1350</a>] Sollins, K., "The TFTP Protocol (Revision 2)", STD 33,
<a href="./rfc1350">RFC 1350</a>, July 1992.
<span class="grey">Huth, et al. Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
[<a id="ref-RFC2616">RFC2616</a>] Fielding, R., Gettys, J., Mogul, J., Frystyk, H.,
Masinter, L., Leach, P., and T. Berners-Lee, "Hypertext
Transfer Protocol -- HTTP/1.1", <a href="./rfc2616">RFC 2616</a>, June 1999.
[<a id="ref-RFC2817">RFC2817</a>] Khare, R. and S. Lawrence, "Upgrading to TLS Within
HTTP/1.1", <a href="./rfc2817">RFC 2817</a>, May 2000.
[<a id="ref-RFC2818">RFC2818</a>] Rescorla, E., "HTTP Over TLS", <a href="./rfc2818">RFC 2818</a>, May 2000.
[<a id="ref-RFC3617">RFC3617</a>] Lear, E., "Uniform Resource Identifier (URI) Scheme and
Applicability Statement for the Trivial File Transfer
Protocol (TFTP)", <a href="./rfc3617">RFC 3617</a>, October 2003.
<span class="grey">Huth, et al. Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc5970">RFC 5970</a> DHCPv6 Options for Network Boot September 2010</span>
Authors' Addresses
Thomas H. Huth
IBM Germany Research & Development GmbH
Schoenaicher Strasse 220
Boeblingen 71032
Germany
Phone: +49-7031-16-2183
EMail: thuth@de.ibm.com
Jens T. Freimann
IBM Germany Research & Development GmbH
Schoenaicher Strasse 220
Boeblingen 71032
Germany
Phone: +49-7031-16-1122
EMail: jfrei@de.ibm.com
Vincent Zimmer
Intel
2800 Center Drive
DuPont WA 98327
USA
Phone: +1 253 371 5667
EMail: vincent.zimmer@intel.com
Dave Thaler
Microsoft
One Microsoft Way
Redmond WA 98052
USA
Phone: +1 425 703-8835
EMail: dthaler@microsoft.com
Huth, et al. Standards Track [Page 11]
</pre>
|