forked from cloudfoundry/docs-cf-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enabling_ipv6.html.md.erb
28 lines (17 loc) · 1.66 KB
/
enabling_ipv6.html.md.erb
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
---
title: Enabling IPv6 for Hosted Applications
---
<strong><%= modified_date %></strong>
The procedure described below allows apps deployed to <%= vars.product_full %> to be reached using IPv6 addresses.
<p class='note'><strong>Note</strong>: Amazon Web Services (AWS) EC2 instances currently do not support IPv6.</p>
<%= vars.product_full %> system components use a separate DNS subdomain from hosted applications. These components currently support only IPv4 DNS resolved addresses. This means that although an IPv6 address can be used for application domains, the system domain must resolve to an IPv4 address.
Complete the following steps to enable support for IPv6 application domains:
1. Set up an external load balancer for your <%= vars.product_full %> deployment. <%= vars.custom_load_balancer %>
1. Configure DNS to resolve application domains to an IPv6 address on your external load balancer.
<p class='note'><strong>Note</strong>: Your IPv4 interface for the system domain and IPv6 interface for application domain can be configured on the same or different load balancers.</p>
1. Configure the external load balancer to route requests for an IPv6 address to an IPv4 address as follows:
- If you are using the HAProxy load balancer for SSL termination, route to its IPv4 address.
- Otherwise, route directly to the IPv4 addresses of the GoRouters.
The following diagram illustrates how a single load balancer can support traffic on both IPv4 and IPv6 addresses for a <%= vars.product_full %> installation.
<%= image_tag 'cf_ipv4_ipv6.png'%>
See [Routes and Domains](../devguide/deploy-apps/routes-domains.html) for more information about domains in <%= vars.product_full %>.