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
[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]>
|`{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`|
62
62
63
63
</Example>
64
64
@@ -193,7 +193,7 @@ While the DNS record proxy status and address map will determine how Cloudflare'
193
193
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:
194
194
195
195
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).
197
197
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:
198
198
199
199
- Directly over the Internet in a Magic Transit direct server return model
0 commit comments