Skip to content

Commit e916063

Browse files
[BYOIP] Fix example Magic Transit protected prefix (#19522)
* Update magic-transit-with-cdn.mdx Fixed the Magic Transit protected prefix from 203.0.113.100/24 to 203.0.113.0/24 to match the examples below. * Fix remaining 203.0.113.100/24 and clarify parenthesis --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 9ea09b7 commit e916063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/byoip/service-bindings/magic-transit-with-cdn.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Although it is possible to add discrete bindings for non-contiguous CIDR blocks,
2222

2323
<Details header="Example">
2424

25-
**Magic Transit protected prefix:** `203.0.113.100/24`
25+
**Magic Transit protected prefix:** `203.0.113.0/24`
2626

2727
**IPs to upgrade to the CDN:**
2828

@@ -58,7 +58,7 @@ At this point, continuing the [example](#before-you-begin), you should have a ma
5858
| Variables | Description |
5959
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
6060
| `{service_id}` | The ID of the CDN service within Cloudflare. <br /><br /> Example: `969xxxxxxxx000xxx0000000x00001bf` |
61-
| `{prefix_id}` | The ID of the Magic Transit protected prefix (`203.0.113.100/24`) you want to configure. <br /><br /> Example: `6b25xxxxxxx000xxx0000000x0000cfc` |
61+
| `{prefix_id}` | The ID of the Magic Transit protected prefix (`203.0.113.0/24`) you want to configure. <br /><br /> Example: `6b25xxxxxxx000xxx0000000x0000cfc` |
6262

6363
</Example>
6464

@@ -193,7 +193,7 @@ While the DNS record proxy status and address map will determine how Cloudflare'
193193
At this point, if an address map for a zone `example.com` specifies that Cloudflare should use `203.0.113.100` for proxied records and the above record exists in the same zone, you can expect the following:
194194

195195
1. Cloudflare responds to DNS requests with `203.0.113.100`.
196-
2. Cloudflare proxies requests through the CDN and then routes the requests via [GRE](/magic-transit/reference/tunnels/) or [CNI](/magic-transit/network-interconnect/) to the origin server `203.0.113.150` (Magic Transit protected prefix).
196+
2. Cloudflare proxies requests through the CDN and then routes the requests via [GRE](/magic-transit/reference/tunnels/) or [CNI](/magic-transit/network-interconnect/) to the origin server `203.0.113.150` (which is within the Magic Transit protected prefix).
197197
3. Depending on whether Magic Transit is implemented with [direct server return model or with Magic Transit egress](/magic-transit/how-to/configure-tunnels/#bidirectional-vs-unidirectional-health-checks), the origin server responds back to Cloudflare either:
198198

199199
- Directly over the Internet in a Magic Transit direct server return model

0 commit comments

Comments
 (0)