Skip to content

Commit 9baa5a1

Browse files
[Tunnel] Private Load Balancer IP range (#26473)
* Update warp-to-tunnel.mdx * clarify custom ip * Update src/content/docs/load-balancing/private-network/warp-to-tunnel.mdx * Update src/content/docs/load-balancing/private-network/warp-to-tunnel.mdx Co-authored-by: Patricia Santa Ana <[email protected]> --------- Co-authored-by: Patricia Santa Ana <[email protected]>
1 parent 8f0014e commit 9baa5a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/docs/load-balancing/private-network/warp-to-tunnel.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ graph LR
4949
The components in the diagram include:
5050

5151
- **cloudflared**: Each data center is connected to Cloudflare with its own Cloudflare Tunnel. `cloudflared` installs on one or [more](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/tunnel-availability/#cloudflared-replicas) host machines in the network.
52-
- **Private load balancer IP**: End users connect to the application using the load balancer's IP address. This can either be a Cloudflare-assigned CGNAT IP (`100.64.0.0/10`) or a custom [RFC 1918](https://datatracker.ietf.org/doc/html/rfc1918) IP.
52+
- **Private load balancer IP**: End users connect to the application using the load balancer's IP address. This can either be a Cloudflare-assigned IP in `100.112.0.0/16` or a custom `/32` IP in an [RFC 1918 range](https://datatracker.ietf.org/doc/html/rfc1918).
5353
- **Load balancer pool**: The load balancer is configured with one [pool](/load-balancing/understand-basics/load-balancing-components/#pools) per tunnel.
5454
- **Load balancer endpoint**: A pool contains one or more endpoints, where each endpoint is a server behind `cloudflared` that is running the application. If your servers have overlapping IPs, you can assign a distinct [virtual network (VNET)](/cloudflare-one/networks/connectors/cloudflare-tunnel/private-net/cloudflared/tunnel-virtual-networks/) per tunnel so that Load Balancer can deterministically route requests to the correct endpoint.
5555

@@ -116,7 +116,9 @@ The following example adds a Cloudflare Tunnel endpoint to an existing Load Bala
116116

117117
2. Select **Create a Load Balancer**.
118118
3. Select **Private Load Balancer**.
119-
4. On the next step you can choose to associate this load balancer with either: - A Cloudflare-assigned IP from the `100.64.0.0/10` range - A custom [RFC 1918 address](https://datatracker.ietf.org/doc/html/rfc1918)
119+
4. On the next step you can choose to associate this load balancer with either:
120+
- A Cloudflare-assigned IP from the `100.112.0.0/16` range
121+
- A custom `/32` IP in an [RFC 1918 range](https://datatracker.ietf.org/doc/html/rfc1918)
120122
5. Add a descriptive name to identify your load balancer.
121123
6. Proceed through the setup.
122124

0 commit comments

Comments
 (0)