diff --git a/src/content/docs/magic-wan/configuration/manually/how-to/configure-routes.mdx b/src/content/docs/magic-wan/configuration/manually/how-to/configure-routes.mdx index 3287ad662e5a239..f507d36d9660e1b 100644 --- a/src/content/docs/magic-wan/configuration/manually/how-to/configure-routes.mdx +++ b/src/content/docs/magic-wan/configuration/manually/how-to/configure-routes.mdx @@ -22,7 +22,8 @@ import { Render } from "~/components" chooseWeights: "/magic-wan/reference/traffic-steering/#set-priority-and-weights-for-static-routes", publicAsnMT: " ", productGatewayOrEgress: "Magic WAN with Gateway", - dashButtonPath: "/?to=/:account/magic-wan/configuration" + dashButtonPath: "/?to=/:account/magic-wan/configuration", + cfTunnelURL: "/magic-wan/zero-trust/cloudflare-tunnel/", }} /> diff --git a/src/content/partials/networking-services/reference/traffic-steering.mdx b/src/content/partials/networking-services/reference/traffic-steering.mdx index 30f3fd21801b4eb..06f165b02ebaa6b 100644 --- a/src/content/partials/networking-services/reference/traffic-steering.mdx +++ b/src/content/partials/networking-services/reference/traffic-steering.mdx @@ -47,16 +47,14 @@ The following IPv4 address ranges are allowed in the Magic Routing table: { props.magicWord === "Magic WAN" && ( <> - Cloudflare Tunnel. - - For prefixes outside RFC 1918 contact your Cloudflare customer service manager. - `} - inline={false} - /> + ) } diff --git a/src/content/partials/networking-services/routing/configure-routes.mdx b/src/content/partials/networking-services/routing/configure-routes.mdx index 13e74e7484bfd49..12ebe1100c5eae0 100644 --- a/src/content/partials/networking-services/routing/configure-routes.mdx +++ b/src/content/partials/networking-services/routing/configure-routes.mdx @@ -9,6 +9,7 @@ params: - chooseWeights - productGatewayOrEgress - dashButtonPath + - cfTunnelURL? --- import { Aside, APIRequest, Markdown, Render, TabItem, Tabs, DashButton } from "~/components"; @@ -29,6 +30,21 @@ Refer to Traffic Steering for more infor ## Configure static routes +{ props.magicWord === "Magic WAN" && ( + <> +

The following IPv4 address ranges are allowed in the Magic Routing table:

+ + +) +} + ### Create a static route diff --git a/src/content/partials/networking-services/routing/magic-wan-allowed-ip-ranges.mdx b/src/content/partials/networking-services/routing/magic-wan-allowed-ip-ranges.mdx new file mode 100644 index 000000000000000..4ff139896cc46bf --- /dev/null +++ b/src/content/partials/networking-services/routing/magic-wan-allowed-ip-ranges.mdx @@ -0,0 +1,18 @@ +--- +params: + - productName + - cfTunnelURL +--- + +import { Markdown } from "~/components"; + +Cloudflare Tunnel. + +For prefixes outside RFC 1918 contact your Cloudflare customer service manager. + `} + inline={false} +/>