Skip to content

Commit 878cf60

Browse files
committed
Corrects typo
1 parent bf057c6 commit 878cf60

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/content/docs/load-balancing/private-network/magic-wan.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Pools can be created using either the Cloudflare dashboard or the API. Refer to
2727
## 2. Create an Account Load Balancer with a Private IP
2828

2929
1. Go to **Load Balancing** at the account level and select **Create a Load Balancer**.
30-
3. Select **Private Load Balancer**.
31-
4. On the next step you can choose to associate this load balancer with either:
30+
2. Select **Private Load Balancer**.
31+
3. On the next step you can choose to associate this load balancer with either:
3232
- A CGNAT IP from the Cloudflare range or
3333
- A custom [RFC1918 address](https://datatracker.ietf.org/doc/html/rfc1918).
34-
5. Add a descriptive name to identify your Load Balancer.
35-
6. Proceed through the setup.
34+
4. Add a descriptive name to identify your Load Balancer.
35+
5. Proceed through the setup.
3636

3737
After selecting an IP address and completing the setup, you will be redirected to the Load Balancing dashboard. You can locate your load balancer using the search bar or by filtering for **Private** load balancers. Be sure to note the assigned IP address as it will be required in the following steps.
3838

@@ -44,7 +44,8 @@ Traffic from your load balancer will appear to originate from one of Cloudflare
4444

4545
If you want your load balancer and its endpoints to be transparently accessible to users via a hostname, you can create a DNS record in your internal DNS system or create an override in Cloudflare that maps the hostname to the Load Balancer's IP address. This ensures that traffic destined for the hostname resolves to the correct IP.
4646

47-
To create the follow these steps:
47+
To create the override follow these steps:
48+
4849
1. In **Gateway**, select **Firewall policies**.
4950
2. In the **DNS** tab, create an override where the **Selector** equals `Host`, the **Operator** equals `is`, and the **Value** is the hostname you wish to associate with your load balancer.
5051
3. Set the **Action** to _Override_ and in **Override Hostname**, enter the IP address of your Private Load Balancer.

0 commit comments

Comments
 (0)