From 4ac3aad6d674e9003ab96b77b3a85375937b8398 Mon Sep 17 00:00:00 2001 From: Marcio Date: Thu, 30 Oct 2025 10:33:57 +0000 Subject: [PATCH 1/8] added content --- .../breakout-prioritized.mdx | 51 +++++++++++++++++-- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx index 93e3871c88c338f..9bb19c6809c5d25 100644 --- a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx +++ b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx @@ -110,7 +110,7 @@ You need to configure {props.featureName} applications for each of your existing **Connector on-ramps (beta)**. + 2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**. `} inline={false} /> @@ -119,7 +119,7 @@ You need to configure {props.featureName} applications for each of your existing } **Edit**. +3. Select the ${props.productName} you want to configure > **Edit**. 4. Select **Traffic Steering**. 5. In **${props.featureName}**, select **Add**. 6. Select one or more applications that should bypass Cloudflare filtering from the list. You can also use the search box. @@ -204,7 +204,7 @@ inline={false} **Connector on-ramps (beta)**. + 2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**. `} inline={false} /> @@ -272,6 +272,48 @@ You need to delete {props.featureName} applications for each of your existing si +## Designate WAN ports for breakout apps + +You can pin applications to a specific WAN port in {props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, {props.productName} automatically fails over to a standard configured WAN port priority. + +With this preferred breakout port, customers have direct control over their local Internet breakout traffic. You can designate a specific WAN uplink as the primary path for your critical applications configured to bypass the Cloudflare network. This provides the predictability and control needed for performance-sensitive applications, ensuring your critical traffic always takes the path you choose. + +To pin applications to a WAN port: + +{ props.mwanName === "WAN Tunnels" ? ( + <> + Cloudflare One dashboard, and go to **Networks**. + 2. Go to **Connectors** > **Appliances** > **Profiles**. + 3. Under **Profiles**, select your appliance > **Edit**. + `} + inline={false} + /> + +) : ( + <> + **Magic WAN** > **Connector on-ramps (beta)**. + 3. Select your Connector > **Edit**. + `} + inline={false} + /> + +) +} + **Breakout Traffic** find the application you want to pin to a WAN port. +5. Select the three dots next to it > **Edit application traffic**. +6. From the **Preferred breakout port** dropdown, select the WAN port you want to assign to the applications. +7. Select **Save**. +`} +inline={false} +/> + { props.magicWord === "breakout" && ( <> @@ -286,5 +328,4 @@ You need to delete {props.featureName} applications for each of your existing si /> ) -} - +} \ No newline at end of file From 1f96bf46c77370460854dc75d5bde6e707172e32 Mon Sep 17 00:00:00 2001 From: Marcio Date: Thu, 30 Oct 2025 10:36:50 +0000 Subject: [PATCH 2/8] refined var --- .../application-based-policies/breakout-traffic.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/application-based-policies/breakout-traffic.mdx b/src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/application-based-policies/breakout-traffic.mdx index 0bad31440bd72fe..2366d3fd6ddff2a 100644 --- a/src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/application-based-policies/breakout-traffic.mdx +++ b/src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/application-based-policies/breakout-traffic.mdx @@ -12,7 +12,7 @@ import { Render } from "~/components"; product="networking-services" params={{ magicWord: "breakout", - productName: "Appliances", + productName: "Appliance", featureName: "Breakout traffic", trafficSteeringURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/traffic-steering/", whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering", From cead6cde8b06564dd031b9936ae495ee81de9291 Mon Sep 17 00:00:00 2001 From: Marcio Date: Thu, 30 Oct 2025 10:39:46 +0000 Subject: [PATCH 3/8] added content --- .../app-aware-policies/breakout-prioritized.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx index 9bb19c6809c5d25..c24659c0984fdb9 100644 --- a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx +++ b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx @@ -121,9 +121,10 @@ You need to configure {props.featureName} applications for each of your existing text={` 3. Select the ${props.productName} you want to configure > **Edit**. 4. Select **Traffic Steering**. -5. In **${props.featureName}**, select **Add**. +5. In **${props.featureName}**, select **Assign application traffic**. 6. Select one or more applications that should bypass Cloudflare filtering from the list. You can also use the search box. -7. Select **Save**. +7. (Optional) You can also pin an application to a WAN port. In Preferred breakout port, select the WAN you want to assign your applications to. Refer to Designate WAN ports for breakout apps for more information. +8. Select **Save**. The traffic for the application you chose ${props.whatHappensApp}. `} From 14863ae18ce635a81d69d97ec76704ed74e1af0d Mon Sep 17 00:00:00 2001 From: Marcio Date: Thu, 30 Oct 2025 10:47:26 +0000 Subject: [PATCH 4/8] cond render breakout --- .../breakout-prioritized.mdx | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx index c24659c0984fdb9..bf6dbeecb96aaa9 100644 --- a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx +++ b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx @@ -123,13 +123,40 @@ text={` 4. Select **Traffic Steering**. 5. In **${props.featureName}**, select **Assign application traffic**. 6. Select one or more applications that should bypass Cloudflare filtering from the list. You can also use the search box. +`} +inline={false} +/> + +{ props.magicWord === "breakout" && ( + +) +} + +{ props.magicWord === "breakout" ? ( + + `} + inline={false} + /> +) : ( + +) +} From e37c5a5262cad55c356b379bf50fff7215ccde81 Mon Sep 17 00:00:00 2001 From: Marcio Date: Thu, 30 Oct 2025 10:49:31 +0000 Subject: [PATCH 5/8] cond render --- .../breakout-prioritized.mdx | 71 ++++++++++--------- 1 file changed, 38 insertions(+), 33 deletions(-) diff --git a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx index bf6dbeecb96aaa9..786b2db4b00a61d 100644 --- a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx +++ b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx @@ -300,47 +300,52 @@ You need to delete {props.featureName} applications for each of your existing si -## Designate WAN ports for breakout apps +{ props.magicWord === "breakout" && ( + <> + ## Designate WAN ports for breakout apps -You can pin applications to a specific WAN port in {props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, {props.productName} automatically fails over to a standard configured WAN port priority. + You can pin applications to a specific WAN port in {props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, {props.productName} automatically fails over to a standard configured WAN port priority. -With this preferred breakout port, customers have direct control over their local Internet breakout traffic. You can designate a specific WAN uplink as the primary path for your critical applications configured to bypass the Cloudflare network. This provides the predictability and control needed for performance-sensitive applications, ensuring your critical traffic always takes the path you choose. + With this preferred breakout port, customers have direct control over their local Internet breakout traffic. You can designate a specific WAN uplink as the primary path for your critical applications configured to bypass the Cloudflare network. This provides the predictability and control needed for performance-sensitive applications, ensuring your critical traffic always takes the path you choose. -To pin applications to a WAN port: + To pin applications to a WAN port: -{ props.mwanName === "WAN Tunnels" ? ( - <> - Cloudflare One dashboard, and go to **Networks**. - 2. Go to **Connectors** > **Appliances** > **Profiles**. - 3. Under **Profiles**, select your appliance > **Edit**. - `} - inline={false} - /> - -) : ( - <> + { props.mwanName === "WAN Tunnels" ? ( + <> + Cloudflare One dashboard, and go to **Networks**. + 2. Go to **Connectors** > **Appliances** > **Profiles**. + 3. Under **Profiles**, select your appliance > **Edit**. + `} + inline={false} + /> + + ) : ( + <> + **Magic WAN** > **Connector on-ramps (beta)**. + 3. Select your Connector > **Edit**. + `} + inline={false} + /> + + ) + } **Magic WAN** > **Connector on-ramps (beta)**. - 3. Select your Connector > **Edit**. - `} - inline={false} - /> + text={` + 4. In **Traffic steering** > **Breakout Traffic** find the application you want to pin to a WAN port. + 5. Select the three dots next to it > **Edit application traffic**. + 6. From the **Preferred breakout port** dropdown, select the WAN port you want to assign to the applications. + 7. Select **Save**. + `} + inline={false} + /> ) } - **Breakout Traffic** find the application you want to pin to a WAN port. -5. Select the three dots next to it > **Edit application traffic**. -6. From the **Preferred breakout port** dropdown, select the WAN port you want to assign to the applications. -7. Select **Save**. -`} -inline={false} -/> { props.magicWord === "breakout" && ( <> From a31de837776a7f4e3c58c48e83ad5e64612794ab Mon Sep 17 00:00:00 2001 From: Marcio Date: Thu, 30 Oct 2025 10:50:46 +0000 Subject: [PATCH 6/8] anchor heading --- .../network-options/app-aware-policies/breakout-prioritized.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx index 786b2db4b00a61d..07579abc2fb9f33 100644 --- a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx +++ b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx @@ -302,7 +302,7 @@ You need to delete {props.featureName} applications for each of your existing si { props.magicWord === "breakout" && ( <> - ## Designate WAN ports for breakout apps + You can pin applications to a specific WAN port in {props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, {props.productName} automatically fails over to a standard configured WAN port priority. From 95546a3af93e06e56d0275833a48209c11736987 Mon Sep 17 00:00:00 2001 From: Marcio Date: Thu, 30 Oct 2025 10:54:35 +0000 Subject: [PATCH 7/8] markdown --- .../app-aware-policies/breakout-prioritized.mdx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx index 07579abc2fb9f33..a9f21f130b9204b 100644 --- a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx +++ b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx @@ -130,7 +130,7 @@ inline={false} { props.magicWord === "breakout" && ( @@ -304,11 +304,16 @@ You need to delete {props.featureName} applications for each of your existing si <> - You can pin applications to a specific WAN port in {props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, {props.productName} automatically fails over to a standard configured WAN port priority. + { props.mwanName === "WAN Tunnels" ? ( <> @@ -316,7 +321,7 @@ You need to delete {props.featureName} applications for each of your existing si text={` 1. Log in to the Cloudflare One dashboard, and go to **Networks**. 2. Go to **Connectors** > **Appliances** > **Profiles**. - 3. Under **Profiles**, select your appliance > **Edit**. + 3. Select the Appliance you want to configure> **Edit**. `} inline={false} /> From d49a346b540c413e76136399d10fbdcf12235e28 Mon Sep 17 00:00:00 2001 From: marciocloudflare <83226960+marciocloudflare@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:22:14 +0000 Subject: [PATCH 8/8] Update src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx Co-authored-by: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com> --- .../network-options/app-aware-policies/breakout-prioritized.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx index a9f21f130b9204b..469f86c6cc6a2fb 100644 --- a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx +++ b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx @@ -130,7 +130,7 @@ inline={false} { props.magicWord === "breakout" && (