From 2bd5d98d526a3e454209af077c4f80d7c56048c6 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Thu, 3 Apr 2025 15:10:57 -0500 Subject: [PATCH] Add load balancing section --- .../policies/gateway/egress-policies/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/policies/gateway/egress-policies/index.mdx b/src/content/docs/cloudflare-one/policies/gateway/egress-policies/index.mdx index 77d1575cee47ea1..8ba05e86baf793b 100644 --- a/src/content/docs/cloudflare-one/policies/gateway/egress-policies/index.mdx +++ b/src/content/docs/cloudflare-one/policies/gateway/egress-policies/index.mdx @@ -8,7 +8,6 @@ sidebar: import { Render } from "~/components"; :::note - Only available on Enterprise plans. ::: @@ -20,6 +19,10 @@ Cloudflare does not publish WARP egress IP ranges. WARP egress IPs are not docum +## Load balancing + +Gateway traffic that does not match an egress policy will egress from the closest Cloudflare data center with a default Gateway egress IP. If there are two data centers of equal distance from the user, Gateway will split the traffic between the two data centers, and the load balancer will retain the same user selection and egress IP regardless of data center. + ## Force IP version To control whether only IPv4 or IPv6 is used to egress, ensure you are [filtering DNS traffic](/cloudflare-one/policies/gateway/initial-setup/dns/), then create a DNS policy to [block AAAA or A records](/cloudflare-one/policies/gateway/dns-policies/common-policies/#control-ip-version).