Enabling IPv6 for Hosted Applications

Page last updated: December 12, 2015

The procedure described below allows apps deployed to Cloud Foundry to be reached using IPv6 addresses.

Note: Amazon Web Services (AWS) EC2 instances currently do not support IPv6.

Cloud Foundry 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 Cloud Foundry deployment.

  2. Configure DNS to resolve application domains to an IPv6 address on your external load balancer.

    Note: Your IPv4 interface for the system domain and IPv6 interface for application domain can be configured on the same or different load balancers.

  3. 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 Cloud Foundry installation.

See Routes and Domains for more information about domains in Cloud Foundry.