You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/load-balancing/private-network/warp-to-tunnel.mdx
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The components in the diagram include:
45
45
-**cloudflared**: Each data center is connected to Cloudflare with its own Cloudflare Tunnel. `cloudflared` installs on one or [more](/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-availability/#cloudflared-replicas) host machines in the network.
46
46
-**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.
47
47
-**Load balancer pool**: The load balancer is configured with one [pool](/load-balancing/understand-basics/load-balancing-components/#pools) per tunnel.
48
-
-**Load balancer endpoint**: A pool contains one or more endpoints, where each endpoint is a server behind `cloudflared` that is running the application. We recommend defining endpoints using the server's private hostname (`server1.internal.local`) to avoid issues with overlapping IP ranges. If you prefer to manage endpoints using their IP, you can assign a distinct [virtual network (VNET)](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/) per tunnel so that Load Balancer can deterministically route requests to the correct endpoint.
48
+
-**Load balancer endpoint**: A pool contains one or more endpoints, where each endpoint is a server behind `cloudflared` that is running the application. We recommend defining endpoints using the server's private hostname (`server1.internal.local`) to avoid issues with overlapping IP ranges. If you prefer to manage endpoints using IPs, you can assign a distinct [virtual network (VNET)](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/) per tunnel so that Load Balancer can deterministically route requests to the correct endpoint.
49
49
50
50
## Prerequisites
51
51
@@ -55,10 +55,6 @@ The components in the diagram include:
55
55
56
56
Load balancer pools are logical groupings of endpoints, typically organized by physical datacenter or geographic region. The endpoints in the pool are the destinations where traffic is ultimately routed.
57
57
58
-
:::note[Limitation]
59
-
A pool cannot have multiple endpoints with the same IP address, even when using different virtual networks. You can assign endpoints with overlapping IPs to different pools, as shown in the [example diagram](#_top).
60
-
:::
61
-
62
58
Pools can be created using either the Cloudflare dashboard or the API.
63
59
64
60
<TabssyncKey="dashPlusAPI">
@@ -67,8 +63,9 @@ Pools can be created using either the Cloudflare dashboard or the API.
67
63
68
64
To create a pool using the dashboard, refer to the [Create a pool](/load-balancing/pools/create-pool/#create-a-pool) documentation.
69
65
70
-
:::note
71
-
All endpoints with private IPs must have a virtual network (VNET) specified.
66
+
:::note[Endpoint IP address limitations]
67
+
- All endpoints with private IPs must have a virtual network (VNET) specified.
68
+
- A pool cannot have multiple endpoints with the same IP address, even when using different virtual networks. You can assign endpoints with overlapping IPs to different pools, as shown in the [example diagram](#_top). Alternatively, add endpoints using their [private hostnames](/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-private-hostname/) instead of IPs.
72
69
:::
73
70
74
71
</TabItem>
@@ -81,12 +78,6 @@ Enable virtual/private IP support by adding the `virtual_network_id` field to th
81
78
82
79
The following example adds a Cloudflare Tunnel endpoint to an existing Load Balancer pool:
83
80
84
-
:::note
85
-
86
-
All endpoints with private IPs must have `virtual_network_id` specified.
0 commit comments