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 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893
|
<pre>Internet Engineering Task Force (IETF) T. Pauly
Request for Comments: 8598 Apple Inc.
Category: Standards Track P. Wouters
ISSN: 2070-1721 Red Hat
May 2019
<span class="h1">Split DNS Configuration</span>
<span class="h1">for the Internet Key Exchange Protocol Version 2 (IKEv2)</span>
Abstract
This document defines two Configuration Payload Attribute Types
(INTERNAL_DNS_DOMAIN and INTERNAL_DNSSEC_TA) for the Internet Key
Exchange Protocol version 2 (IKEv2). These payloads add support for
private (internal-only) DNS domains. These domains are intended to
be resolved using non-public DNS servers that are only reachable
through the IPsec connection. DNS resolution for other domains
remains unchanged. These Configuration Payloads only apply to split-
tunnel configurations.
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="./rfc7841#section-2">Section 2 of RFC 7841</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="https://www.rfc-editor.org/info/rfc8598">https://www.rfc-editor.org/info/rfc8598</a>.
<span class="grey">Pauly & Wouters Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
Copyright Notice
Copyright (c) 2019 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="https://trustee.ietf.org/license-info">https://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.
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-1.1">1.1</a>. Requirements Language . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-2">2</a>. Applicability . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3">3</a>. Protocol Exchange . . . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-3.1">3.1</a>. Configuration Request . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-3.2">3.2</a>. Configuration Reply . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-3.3">3.3</a>. Mapping DNS Servers to Domains . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-3.4">3.4</a>. Example Exchanges . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-3.4.1">3.4.1</a>. Simple Case . . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-3.4.2">3.4.2</a>. Requesting Domains and DNSSEC Trust Anchors . . . . . <a href="#page-7">7</a>
<a href="#section-4">4</a>. Payload Formats . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
4.1. INTERNAL_DNS_DOMAIN Configuration Attribute Type Request
and Reply . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-4.2">4.2</a>. INTERNAL_DNSSEC_TA Configuration Attribute . . . . . . . <a href="#page-9">9</a>
<a href="#section-5">5</a>. INTERNAL_DNS_DOMAIN Usage Guidelines . . . . . . . . . . . . <a href="#page-11">11</a>
<a href="#section-6">6</a>. INTERNAL_DNSSEC_TA Usage Guidelines . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#section-7">7</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . . <a href="#page-13">13</a>
<a href="#section-8">8</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-14">14</a>
<a href="#section-9">9</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-15">15</a>
<a href="#section-9.1">9.1</a>. Normative References . . . . . . . . . . . . . . . . . . <a href="#page-15">15</a>
<a href="#section-9.2">9.2</a>. Informative References . . . . . . . . . . . . . . . . . <a href="#page-16">16</a>
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-16">16</a>
<span class="grey">Pauly & Wouters Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
Split-tunnel Virtual Private Network (VPN) configurations only send
packets with a specific destination IP range, usually chosen from
[<a href="./rfc1918" title=""Address Allocation for Private Internets"">RFC1918</a>], via the VPN. All other traffic is not sent via the VPN.
This allows an enterprise deployment to offer remote access VPN
services without needing to accept and forward all the non-
enterprise-related network traffic generated by their remote users.
Resources within the enterprise can be accessed by the user via the
VPN, while all other traffic generated by the user is not sent over
the VPN.
These internal resources tend to only have internal-only DNS names
and require the use of special internal-only DNS servers to get
resolved. Split DNS [<a href="./rfc2775" title=""Internet Transparency"">RFC2775</a>] is commonly configured as part of
split-tunnel VPN configurations to allow remote access users to use
special internal-only domain names.
The IKEv2 protocol [<a href="./rfc7296" title=""Internet Key Exchange Protocol Version 2 (IKEv2)"">RFC7296</a>] negotiates configuration parameters
using Configuration Payload Attribute Types. This document defines
two Configuration Payload Attribute Types that add support for
trusted Split DNS domains.
The INTERNAL_DNS_DOMAIN attribute type is used to convey that the
specified DNS domain MUST be resolved using the provided DNS
nameserver IP addresses as specified in the INTERNAL_IP4_DNS and
INTERNAL_IP6_DNS Configuration Payloads, causing these requests to
use the IPsec connection.
The INTERNAL_DNSSEC_TA attribute type is used to convey a DNSSEC
trust anchor for such a domain. This is required if the external
view uses DNSSEC, which would prove the internal view does not exist
or would expect a different DNSSEC key on the different versions
(internal and external) of the enterprise domain.
If an INTERNAL_DNS_DOMAIN is sent by the responder, the responder
MUST also include one or more INTERNAL_IP4_DNS or INTERNAL_IP6_DNS
attributes that contain the IPv4 or IPv6 address of the internal DNS
server.
For the purposes of this document, DNS resolution servers accessible
through an IPsec connection will be referred to as "internal DNS
servers", and other DNS servers will be referred to as "external DNS
servers".
Other tunnel-establishment protocols already support the assignment
of Split DNS domains. For example, there are proprietary extensions
to IKEv1 that allow a server to assign Split DNS domains to a client.
<span class="grey">Pauly & Wouters Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
However, the IKEv2 standard does not include a method to configure
this option. This document defines a standard way to negotiate this
option for IKEv2.
<span class="h3"><a class="selflink" id="section-1.1" href="#section-1.1">1.1</a>. Requirements Language</span>
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
<a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>] [<a href="./rfc8174" title=""Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words"">RFC8174</a>] when, and only when, they appear in all
capitals, as shown here.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Applicability</span>
If the negotiated IPsec connection is not a split-tunnel
configuration, the INTERNAL_DNS_DOMAIN and INTERNAL_DNSSEC_TA
Configuration Payloads MUST be ignored. This prevents generic (non-
enterprise) VPN services from overriding the public DNS hierarchy,
which could lead to malicious overrides of DNS and DNSSEC.
Such configurations SHOULD instead use only the INTERNAL_IP4_DNS and
INTERNAL_IP6_DNS Configuration Payloads to ensure all of the user's
DNS traffic is sent through the IPsec connection and does not leak
unencrypted information onto the local network, as the local network
is often explicitly exempted from IPsec encryption.
For split-tunnel configurations, an enterprise can require one or
more DNS domains to be resolved via internal DNS servers. This can
be a special domain, such as "corp.example.com" for an enterprise
that is publicly known to use "example.com". In this case, the
remote user needs to be informed what the internal-only domain names
are and what the IP addresses of the internal DNS servers are. An
enterprise can also run a different version of its public domain on
its internal network. In that case, the VPN client is instructed to
send DNS queries for the enterprise public domain (e.g.,
"example.com") to the internal DNS servers. A configuration for this
deployment scenario is referred to as a Split DNS configuration.
Split DNS configurations are often preferable to sending all DNS
queries to the enterprise. This allows the remote user to only send
DNS queries for the enterprise to the internal DNS servers. The
enterprise remains unaware of all non-enterprise (DNS) activity of
the user. It also allows the enterprise DNS servers to only be
configured for the enterprise DNS domains, which removes the legal
and technical responsibility of the enterprise to resolve every DNS
domain potentially asked for by the remote user.
<span class="grey">Pauly & Wouters Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
A client using these Configuration Payloads will be able to request
and receive Split DNS configurations using the INTERNAL_DNS_DOMAIN
and INTERNAL_DNSSEC_TA configuration attributes. These attributes
MUST be accompanied by one or more INTERNAL_IP4_DNS or
INTERNAL_IP6_DNS configuration attributes. The client device can
then use the internal DNS server(s) for any DNS queries within the
assigned domains. DNS queries for other domains SHOULD be sent to
the regular DNS service of the client unless it prefers to use the
IPsec tunnel for all its DNS queries. For example, the client could
trust the IPsec-provided DNS servers more than the locally provided
DNS servers, especially in the case of connecting to unknown or
untrusted networks (e.g., coffee shops or hotel networks). Or the
client could prefer the IPsec-based DNS servers because they provide
additional features compared to the local DNS servers.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Protocol Exchange</span>
In order to negotiate which domains are considered internal to an
IKEv2 tunnel, initiators indicate support for Split DNS in their
CFG_REQUEST payloads, and responders assign internal domains (and
DNSSEC trust anchors) in their CFG_REPLY payloads. When Split DNS
has been negotiated, the INTERNAL_IP4_DNS and INTERNAL_IP6_DNS DNS
server configuration attributes will be interpreted as internal DNS
servers that can resolve hostnames within the internal domains.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Configuration Request</span>
To indicate support for Split DNS, an initiator includes one or more
INTERNAL_DNS_DOMAIN attributes as defined in <a href="#section-4">Section 4</a> as part of the
CFG_REQUEST payload. If an INTERNAL_DNS_DOMAIN attribute is included
in the CFG_REQUEST, the initiator MUST also include one or more
INTERNAL_IP4_DNS or INTERNAL_IP6_DNS attributes in the CFG_REQUEST.
The INTERNAL_DNS_DOMAIN attribute sent by the initiator is usually
empty but MAY contain a suggested domain name.
The absence of INTERNAL_DNS_DOMAIN attributes in the CFG_REQUEST
payload indicates that the initiator does not support or is unwilling
to accept a Split DNS configuration.
To indicate support for receiving DNSSEC trust anchors for Split DNS
domains, an initiator includes one or more INTERNAL_DNSSEC_TA
attributes as defined in <a href="#section-4">Section 4</a> as part of the CFG_REQUEST
payload. If an INTERNAL_DNSSEC_TA attribute is included in the
CFG_REQUEST, the initiator MUST also include one or more
INTERNAL_DNS_DOMAIN attributes in the CFG_REQUEST. If the initiator
<span class="grey">Pauly & Wouters Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
includes an INTERNAL_DNSSEC_TA attribute but does not include an
INTERNAL_DNS_DOMAIN attribute, the responder MAY still respond with
both INTERNAL_DNSSEC_TA and INTERNAL_DNS_DOMAIN attributes.
An initiator MAY convey its current DNSSEC trust anchors for the
domain specified in the INTERNAL_DNS_DOMAIN attribute. A responder
can use this information to determine that it does not need to send a
different trust anchor. If the initiator does not wish to convey
this information, it MUST use a length of 0.
The absence of INTERNAL_DNSSEC_TA attributes in the CFG_REQUEST
payload indicates that the initiator does not support or is unwilling
to accept the DNSSEC trust anchor configuration.
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Configuration Reply</span>
Responders MAY send one or more INTERNAL_DNS_DOMAIN attributes in
their CFG_REPLY payload. If an INTERNAL_DNS_DOMAIN attribute is
included in the CFG_REPLY, the responder MUST also include one or
both of the INTERNAL_IP4_DNS and INTERNAL_IP6_DNS attributes in the
CFG_REPLY. These DNS server configurations are necessary to define
which servers can receive queries for hostnames in internal domains.
If the CFG_REQUEST included an INTERNAL_DNS_DOMAIN attribute but the
CFG_REPLY does not include an INTERNAL_DNS_DOMAIN attribute, the
initiator MUST behave as if Split DNS configurations are not
supported by the server, unless the initiator has been configured
with local policy to define a set of Split DNS domains to use by
default.
Each INTERNAL_DNS_DOMAIN represents a domain that the DNS server
addresses listed in INTERNAL_IP4_DNS and INTERNAL_IP6_DNS can
resolve.
If the CFG_REQUEST included INTERNAL_DNS_DOMAIN attributes with non-
zero lengths, the content MAY be ignored or be interpreted as a
suggestion by the responder.
For each DNS domain specified in an INTERNAL_DNS_DOMAIN attribute,
one or more INTERNAL_DNSSEC_TA attributes MAY be included by the
responder. This attribute lists the corresponding internal DNSSEC
trust anchor information of a DS record (see [<a href="./rfc4034" title=""Resource Records for the DNS Security Extensions"">RFC4034</a>]). The
INTERNAL_DNSSEC_TA attribute MUST immediately follow the
INTERNAL_DNS_DOMAIN attribute that it applies to.
<span class="grey">Pauly & Wouters Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>. Mapping DNS Servers to Domains</span>
All DNS servers provided in the CFG_REPLY MUST support resolving
hostnames within all INTERNAL_DNS_DOMAIN domains. In other words,
the INTERNAL_DNS_DOMAIN attributes in a CFG_REPLY payload form a
single list of Split DNS domains that applies to the entire list of
INTERNAL_IP4_DNS and INTERNAL_IP6_DNS attributes.
<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a>. Example Exchanges</span>
<span class="h4"><a class="selflink" id="section-3.4.1" href="#section-3.4.1">3.4.1</a>. Simple Case</span>
In this example exchange, the initiator requests INTERNAL_IP4_DNS,
INTERNAL_IP6_DNS, and INTERNAL_DNS_DOMAIN attributes in the
CFG_REQUEST but does not specify any value for either. This
indicates that it supports Split DNS but has no preference for which
DNS requests will be routed through the tunnel.
The responder replies with two DNS server addresses and two internal
domains, "example.com" and "city.other.test".
Any subsequent DNS queries from the initiator for domains such as
"www.example.com" SHOULD use 198.51.100.2 or 198.51.100.4 to resolve.
CP(CFG_REQUEST) =
INTERNAL_IP4_ADDRESS()
INTERNAL_IP4_DNS()
INTERNAL_IP6_ADDRESS()
INTERNAL_IP6_DNS()
INTERNAL_DNS_DOMAIN()
CP(CFG_REPLY) =
INTERNAL_IP4_ADDRESS(198.51.100.234)
INTERNAL_IP4_DNS(198.51.100.2)
INTERNAL_IP4_DNS(198.51.100.4)
INTERNAL_IP6_ADDRESS(2001:DB8:0:1:2:3:4:5/64)
INTERNAL_IP6_DNS(2001:DB8:99:88:77:66:55:44)
INTERNAL_DNS_DOMAIN(example.com)
INTERNAL_DNS_DOMAIN(city.other.test)
<span class="h4"><a class="selflink" id="section-3.4.2" href="#section-3.4.2">3.4.2</a>. Requesting Domains and DNSSEC Trust Anchors</span>
In this example exchange, the initiator requests INTERNAL_IP4_DNS,
INTERNAL_IP6_DNS, INTERNAL_DNS_DOMAIN and INTERNAL_DNSSEC_TA
attributes in the CFG_REQUEST.
<span class="grey">Pauly & Wouters Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
Any subsequent DNS queries from the initiator for domains such as
"www.example.com" or "city.other.test" would be DNSSEC validated
using the DNSSEC trust anchor received in the CFG_REPLY.
In this example, the initiator has no existing DNSSEC trust anchors
for the requested domain. The "example.com" domain has DNSSEC trust
anchors that are returned, while the "other.test" domain has no
DNSSEC trust anchors.
CP(CFG_REQUEST) =
INTERNAL_IP4_ADDRESS()
INTERNAL_IP4_DNS()
INTERNAL_IP6_ADDRESS()
INTERNAL_IP6_DNS()
INTERNAL_DNS_DOMAIN()
INTERNAL_DNSSEC_TA()
CP(CFG_REPLY) =
INTERNAL_IP4_ADDRESS(198.51.100.234)
INTERNAL_IP4_DNS(198.51.100.2)
INTERNAL_IP4_DNS(198.51.100.4)
INTERNAL_IP6_ADDRESS(2001:DB8:0:1:2:3:4:5/64)
INTERNAL_IP6_DNS(2001:DB8:99:88:77:66:55:44)
INTERNAL_DNS_DOMAIN(example.com)
INTERNAL_DNSSEC_TA(43547,8,1,B6225AB2CC613E0DCA7962BDC2342EA4...)
INTERNAL_DNSSEC_TA(31406,8,2,F78CF3344F72137235098ECBBD08947C...)
INTERNAL_DNS_DOMAIN(city.other.test)
<span class="grey">Pauly & Wouters Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Payload Formats</span>
All multi-octet fields representing integers are laid out in big-
endian order (also known as "most significant byte first" or "network
byte order").
<span class="h3"><a class="selflink" id="section-4.1" href="#section-4.1">4.1</a>. INTERNAL_DNS_DOMAIN Configuration Attribute Type Request and Reply</span>
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
+-+-----------------------------+-------------------------------+
|R| Attribute Type | Length |
+-+-----------------------------+-------------------------------+
| |
~ Domain Name in DNS presentation format ~
| |
+---------------------------------------------------------------+
o Reserved (1 bit) - Defined in IKEv2 RFC [<a href="./rfc7296" title=""Internet Key Exchange Protocol Version 2 (IKEv2)"">RFC7296</a>].
o Attribute Type (15 bits) - set to value 25 for
INTERNAL_DNS_DOMAIN.
o Length (2 octets) - Length of domain name.
o Domain Name (0 or more octets) - A Fully Qualified Domain Name
used for Split DNS rules, such as "example.com", in DNS
presentation format and using an Internationalized Domain Names
for Applications (IDNA) A-label [<a href="./rfc5890" title=""Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework"">RFC5890</a>]. Implementors need to
be careful that this value is not null terminated.
<span class="h3"><a class="selflink" id="section-4.2" href="#section-4.2">4.2</a>. INTERNAL_DNSSEC_TA Configuration Attribute</span>
An INTERNAL_DNSSEC_TA Configuration Attribute can either be empty, or
it can contain one trust anchor by containing a non-zero Length with
a DNSKEY Key Tag, DNSKEY Algorithm, Digest Type and Digest Data
fields.
<span class="grey">Pauly & Wouters Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
An empty INTERNAL_DNSSEC_TA CFG attribute:
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
+-+-----------------------------+-------------------------------+
|R| Attribute Type | Length (set to 0) |
+-+-----------------------------+-------------------------------+
o Reserved (1 bit) - Defined in IKEv2 RFC [<a href="./rfc7296" title=""Internet Key Exchange Protocol Version 2 (IKEv2)"">RFC7296</a>].
o Attribute Type (15 bits) - set to value 26 for INTERNAL_DNSSEC_TA.
o Length (2 octets) - Set to 0 for an empty attribute.
A non-empty INTERNAL_DNSSEC_TA CFG attribute:
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
+-+-----------------------------+-------------------------------+
|R| Attribute Type | Length |
+-+-----------------------------+---------------+---------------+
| DNSKEY Key Tag | DNSKEY Alg | Digest Type |
+-------------------------------+---------------+---------------+
| |
~ Digest Data ~
| |
+---------------------------------------------------------------+
o Reserved (1 bit) - Defined in IKEv2 RFC [<a href="./rfc7296" title=""Internet Key Exchange Protocol Version 2 (IKEv2)"">RFC7296</a>].
o Attribute Type (15 bits) - set to value 26 for INTERNAL_DNSSEC_TA.
o Length (2 octets) - Length of DNSSEC trust anchor data (4 octets
plus the length of the Digest Data).
o DNSKEY Key Tag (2 octets) - Delegation Signer (DS) Key Tag as
specified in <a href="./rfc4034#section-5.1">Section 5.1 of [RFC4034]</a>.
o DNSKEY Algorithm (1 octet) - DNSKEY algorithm value from the IANA
DNS Security Algorithm Numbers Registry.
o Digest Type (1 octet) - DS algorithm value from the IANA
Delegation Signer (DS) Resource Record (RR) Type Digest Algorithms
Registry.
o Digest Data (1 or more octets) - The DNSKEY digest as specified in
<a href="./rfc4034#section-5.1">Section 5.1 of [RFC4034]</a> in presentation format.
<span class="grey">Pauly & Wouters Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
Each INTERNAL_DNSSEC_TA attribute in the CFG_REPLY payload MUST
immediately follow a corresponding INTERNAL_DNS_DOMAIN attribute. As
the INTERNAL_DNSSEC_TA format itself does not contain the domain
name, it relies on the preceding INTERNAL_DNS_DOMAIN to provide the
domain for which it specifies the trust anchor. Any
INTERNAL_DNSSEC_TA attribute that is not immediately preceded by an
INTERNAL_DNS_DOMAIN or another INTERNAL_DNSSEC_TA attribute applying
to the same domain name MUST be ignored.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. INTERNAL_DNS_DOMAIN Usage Guidelines</span>
If a CFG_REPLY payload contains no INTERNAL_DNS_DOMAIN attributes,
the client MAY use the provided INTERNAL_IP4_DNS or INTERNAL_IP6_DNS
servers as the default DNS server(s) for all queries.
If a client is configured by local policy to only accept a limited
set of INTERNAL_DNS_DOMAIN values, the client MUST ignore any other
INTERNAL_DNS_DOMAIN values.
For each INTERNAL_DNS_DOMAIN entry in a CFG_REPLY payload that is not
prohibited by local policy, the client MUST use the provided
INTERNAL_IP4_DNS or INTERNAL_IP6_DNS DNS servers as the only
resolvers for the listed domains and its subdomains, and it MUST NOT
attempt to resolve the provided DNS domains using its external DNS
servers. Other domain names SHOULD be resolved using some other
external DNS resolver(s) that are configured independently from IKE.
Queries for these other domains MAY be sent to the internal DNS
resolver(s) listed in that CFG_REPLY message, but they have no
guarantee of being answered. For example, if the INTERNAL_DNS_DOMAIN
attribute specifies "example.test", then "example.test",
"www.example.test", and "mail.eng.example.test" MUST be resolved
using the internal DNS resolver(s), but "otherexample.test" and
"ple.test" MUST NOT be resolved using the internal resolver and MUST
use the system's external DNS resolver(s).
The initiator SHOULD allow the DNS domains listed in the
INTERNAL_DNS_DOMAIN attributes to resolve to special IP address
ranges, such as those of [<a href="./rfc1918" title=""Address Allocation for Private Internets"">RFC1918</a>], even if the initiator host is
otherwise configured to block a DNS answer containing these special
IP address ranges.
When an IKE Security Association (SA) is terminated, the DNS
forwarding MUST be unconfigured. This includes deleting the DNS
forwarding rules; flushing all cached data for DNS domains provided
by the INTERNAL_DNS_DOMAIN attribute, including negative cache
entries; removing any obtained DNSSEC trust anchors from the list of
trust anchors; and clearing the outstanding DNS request queue.
<span class="grey">Pauly & Wouters Standards Track [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
INTERNAL_DNS_DOMAIN attributes SHOULD only be used on split-tunnel
configurations where only a subset of traffic is routed into a
private remote network using the IPsec connection. If all traffic is
routed over the IPsec connection, the existing global
INTERNAL_IP4_DNS and INTERNAL_IP6_DNS can be used without creating
specific DNS or DNSSEC exemptions.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. INTERNAL_DNSSEC_TA Usage Guidelines</span>
DNS records can be used to publish specific records containing trust
anchors for applications. The most common record type is the TLSA
record specified in [<a href="./rfc6698" title=""The DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS) Protocol: TLSA"">RFC6698</a>]. This DNS record type publishes which
Certification Authority (CA) certificate or End Entity (EE)
certificate to expect for a certain host name. These records are
protected by DNSSEC and thus are trustable by the application.
Whether to trust TLSA records instead of the traditional Web PKI
depends on the local policy of the client. By accepting an
INTERNAL_DNSSEC_TA trust anchor via IKE from the remote IKE server,
the IPsec client might be allowing the remote IKE server to override
the trusted certificates for TLS. Similar override concerns apply to
other public key or fingerprint-based DNS records, such as
OPENPGPKEY, SMIMEA, or IPSECKEY records.
Thus, installing an INTERNAL_DNSSEC_TA trust anchor can be seen as
the equivalent of installing an Enterprise CA certificate. It allows
the remote IKE/IPsec server to modify DNS answers, including DNSSEC
cryptographic signatures, by overriding existing DNS information with
a trust anchor conveyed via IKE and (temporarily) installed on the
IKE client. Of specific concern is the overriding of TLSA records
based on [<a href="./rfc6698" title=""The DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS) Protocol: TLSA"">RFC6698</a>], which represents a confirmation or override of an
existing Web PKI TLS certificate. Other DNS record types that convey
cryptographic materials (public keys or fingerprints) are OPENPGPKEY,
SMIMEA, SSHP, and IPSECKEY records.
IKE clients willing to accept INTERNAL_DNSSEC_TA attributes MUST use
a whitelist of one or more domains that can be updated out of band.
IKE clients with an empty whitelist MUST NOT use any
INTERNAL_DNSSEC_TA attributes received over IKE. Such clients MAY
interpret receiving an INTERNAL_DNSSEC_TA attribute for a non-
whitelisted domain as an indication that their local configuration
may need to be updated out of band.
IKE clients should take care to only whitelist domains that apply to
internal or managed domains rather than to generic Internet traffic.
The DNS root zone (".") MUST be ignored if it appears in a whitelist.
Other generic or public domains, such as Top-Level Domains (TLDs),
similarly MUST be ignored if they appear in a whitelist unless the
entity actually is the operator of the TLD. To determine this, an
<span class="grey">Pauly & Wouters Standards Track [Page 12]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-13" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
implementation MAY interactively ask the user when a VPN profile is
installed or activated to confirm this. Alternatively, it MAY
provide a special override keyword in its provisioning configuration
to ensure non-interactive agreement can be achieved only by the party
provisioning the VPN client, who presumably is a trusted entity by
the end user. Similarly, an entity might be using a special domain
name, such as ".internal", for its internal-only view and might wish
to force its provisioning system to accept such a domain in a Split
DNS configuration.
Any updates to this whitelist of domain names MUST happen via
explicit human interaction or by a trusted automated provision system
to prevent malicious invisible installation of trust anchors in case
of an IKE server compromise.
IKE clients SHOULD accept any INTERNAL_DNSSEC_TA updates for
subdomain names of the whitelisted domain names. For example, if
"example.net" is whitelisted, then INTERNAL_DNSSEC_TA received for
"antartica.example.net" SHOULD be accepted.
IKE clients MUST ignore any received INTERNAL_DNSSEC_TA attributes
for a Fully Qualified Domain Name (FQDN) for which it did not receive
and accept an INTERNAL_DNS_DOMAIN Configuration Payload.
In most deployment scenarios, the IKE client has an expectation that
it is connecting to a specific organization or enterprise using a
split-network setup. A recommended policy would be to only accept
INTERNAL_DNSSEC_TA directives from that organization's DNS names.
However, this might not be possible in all deployment scenarios, such
as one where the IKE server is handing out a number of domains that
are not within one parent domain.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. IANA Considerations</span>
This document defines two new IKEv2 Configuration Payload Attribute
Types, which are allocated from the "IKEv2 Configuration Payload
Attribute Types" namespace.
Multi-
Value Attribute Type Valued Length Reference
------ ------------------- ------ ---------- ---------------
25 INTERNAL_DNS_DOMAIN YES 0 or more <a href="./rfc8598">RFC 8598</a>
26 INTERNAL_DNSSEC_TA YES 0 or more <a href="./rfc8598">RFC 8598</a>
Figure 1
<span class="grey">Pauly & Wouters Standards Track [Page 13]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-14" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Security Considerations</span>
As stated in <a href="#section-2">Section 2</a>, if the negotiated IPsec connection is not a
split-tunnel configuration, the INTERNAL_DNS_DOMAIN and
INTERNAL_DNSSEC_TA Configuration Payloads MUST be ignored.
Otherwise, generic VPN service providers could maliciously override
DNSSEC-based trust anchors of public DNS domains.
An initiator MUST only accept INTERNAL_DNSSEC_TAs for which it has a
whitelist, since this mechanism allows the credential used to
authenticate an IKEv2 association to be leveraged into authenticating
credentials for other connections. Initiators should ensure that
they have sufficient trust in the responder when using this
mechanism. An initiator MAY treat a received INTERNAL_DNSSEC_TA for
a non-whitelisted domain as a signal to update the whitelist via a
non-IKE provisioning mechanism. See <a href="#section-6">Section 6</a> for additional
security considerations for DNSSEC trust anchors.
The use of Split DNS configurations assigned by an IKEv2 responder is
predicated on the trust established during IKE SA authentication.
However, if IKEv2 is being negotiated with an anonymous or unknown
endpoint (such as for Opportunistic Security [<a href="./rfc7435" title=""Opportunistic Security: Some Protection Most of the Time"">RFC7435</a>]), the
initiator MUST ignore Split DNS configurations assigned by the
responder.
If a host connected to an authenticated IKE peer is connecting to
another IKE peer that attempts to claim the same domain via the
INTERNAL_DNS_DOMAIN attribute, the IKE connection SHOULD only process
the DNS information if the two connections are part of the same
logical entity. Otherwise, the client SHOULD refuse the DNS
information and potentially warn the end user. For example, if a VPN
profile for "Example Corporation" is installed that provides two
IPsec connections, one covering 192.168.100.0/24 and one covering
10.13.14.0/24, it could be that both connections negotiate the same
INTERNAL_DNS_DOMAIN and INTERNAL_DNSSEC_TA values. Since these are
part of the same remote organization (or provisioning profile), the
Configuration Payloads can be used. However, if a user installs two
VPN profiles from two different unrelated independent entities, both
could be configured to use the same domain -- for example,
".internal". These two connections MUST NOT be allowed to be active
at the same time.
If the initiator is using DNSSEC validation for a domain in its
public DNS view and it requests and receives an INTERNAL_DNS_DOMAIN
attribute without an INTERNAL_DNSSEC_TA, it will need to reconfigure
its DNS resolver to allow for an insecure delegation. It SHOULD NOT
accept insecure delegations for domains that are DNSSEC signed in the
<span class="grey">Pauly & Wouters Standards Track [Page 14]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-15" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
public DNS view for which it has not explicitly requested such
delegation, i.e., for which it has not used an INTERNAL_DNS_DOMAIN
request to specify the domain.
Deployments that configure INTERNAL_DNS_DOMAIN domains should pay
close attention to their use of indirect reference RRtypes in their
internal-only domain names. Examples of such RRtypes are NS, CNAME,
DNAME, MX, or SRV records. For example, if the MX record for
"internal.example.com" points to "mx.internal.example.net", then both
"internal.example.com" and "internal.example.net" should be sent
using an INTERNAL_DNS_DOMAIN Configuration Payload.
IKE clients MAY want to require whitelisted domains for Top-Level
Domains (TLDs) and Second-Level Domains (SLDs) to further prevent
malicious DNS redirections for well-known domains. This prevents
users from unknowingly giving DNS queries to third parties. This is
even more important if those well-known domains are not deploying
DNSSEC, as the VPN service provider could then even modify the DNS
answers without detection.
The content of INTERNAL_DNS_DOMAIN and INTERNAL_DNSSEC_TA may be
passed to another (DNS) program for processing. As with any network
input, the content SHOULD be considered untrusted and handled
accordingly.
<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-RFC1918">RFC1918</a>] Rekhter, Y., Moskowitz, B., Karrenberg, D., de Groot, G.,
and E. Lear, "Address Allocation for Private Internets",
<a href="https://www.rfc-editor.org/bcp/bcp5">BCP 5</a>, <a href="./rfc1918">RFC 1918</a>, DOI 10.17487/RFC1918, February 1996,
<<a href="https://www.rfc-editor.org/info/rfc1918">https://www.rfc-editor.org/info/rfc1918</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>,
DOI 10.17487/RFC2119, March 1997,
<<a href="https://www.rfc-editor.org/info/rfc2119">https://www.rfc-editor.org/info/rfc2119</a>>.
[<a id="ref-RFC4034">RFC4034</a>] Arends, R., Austein, R., Larson, M., Massey, D., and S.
Rose, "Resource Records for the DNS Security Extensions",
<a href="./rfc4034">RFC 4034</a>, DOI 10.17487/RFC4034, March 2005,
<<a href="https://www.rfc-editor.org/info/rfc4034">https://www.rfc-editor.org/info/rfc4034</a>>.
[<a id="ref-RFC5890">RFC5890</a>] Klensin, J., "Internationalized Domain Names for
Applications (IDNA): Definitions and Document Framework",
<a href="./rfc5890">RFC 5890</a>, DOI 10.17487/RFC5890, August 2010,
<<a href="https://www.rfc-editor.org/info/rfc5890">https://www.rfc-editor.org/info/rfc5890</a>>.
<span class="grey">Pauly & Wouters Standards Track [Page 15]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-16" ></span>
<span class="grey"><a href="./rfc8598">RFC 8598</a> Split DNS Configuration for IKEv2 May 2019</span>
[<a id="ref-RFC6698">RFC6698</a>] Hoffman, P. and J. Schlyter, "The DNS-Based Authentication
of Named Entities (DANE) Transport Layer Security (TLS)
Protocol: TLSA", <a href="./rfc6698">RFC 6698</a>, DOI 10.17487/RFC6698, August
2012, <<a href="https://www.rfc-editor.org/info/rfc6698">https://www.rfc-editor.org/info/rfc6698</a>>.
[<a id="ref-RFC7296">RFC7296</a>] Kaufman, C., Hoffman, P., Nir, Y., Eronen, P., and T.
Kivinen, "Internet Key Exchange Protocol Version 2
(IKEv2)", STD 79, <a href="./rfc7296">RFC 7296</a>, DOI 10.17487/RFC7296, October
2014, <<a href="https://www.rfc-editor.org/info/rfc7296">https://www.rfc-editor.org/info/rfc7296</a>>.
[<a id="ref-RFC8174">RFC8174</a>] Leiba, B., "Ambiguity of Uppercase vs Lowercase in <a href="./rfc2119">RFC</a>
<a href="./rfc2119">2119</a> Key Words", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc8174">RFC 8174</a>, DOI 10.17487/RFC8174,
May 2017, <<a href="https://www.rfc-editor.org/info/rfc8174">https://www.rfc-editor.org/info/rfc8174</a>>.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Informative References</span>
[<a id="ref-RFC2775">RFC2775</a>] Carpenter, B., "Internet Transparency", <a href="./rfc2775">RFC 2775</a>,
DOI 10.17487/RFC2775, February 2000,
<<a href="https://www.rfc-editor.org/info/rfc2775">https://www.rfc-editor.org/info/rfc2775</a>>.
[<a id="ref-RFC7435">RFC7435</a>] Dukhovni, V., "Opportunistic Security: Some Protection
Most of the Time", <a href="./rfc7435">RFC 7435</a>, DOI 10.17487/RFC7435,
December 2014, <<a href="https://www.rfc-editor.org/info/rfc7435">https://www.rfc-editor.org/info/rfc7435</a>>.
Authors' Addresses
Tommy Pauly
Apple Inc.
One Apple Park Way
Cupertino, California 95014
United States of America
Email: tpauly@apple.com
Paul Wouters
Red Hat
Email: pwouters@redhat.com
Pauly & Wouters Standards Track [Page 16]
</pre>
|