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", 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..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 @@ -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,17 +119,45 @@ 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**. +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**. - -The traffic for the application you chose ${props.whatHappensApp}. `} inline={false} /> +{ props.magicWord === "breakout" && ( + +) +} + +{ props.magicWord === "breakout" ? ( + +) : ( + +) +} + @@ -204,7 +232,7 @@ inline={false} **Connector on-ramps (beta)**. + 2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**. `} inline={false} /> @@ -272,6 +300,58 @@ You need to delete {props.featureName} applications for each of your existing si +{ props.magicWord === "breakout" && ( + <> + + + + + { props.mwanName === "WAN Tunnels" ? ( + <> + Cloudflare One dashboard, and go to **Networks**. + 2. Go to **Connectors** > **Appliances** > **Profiles**. + 3. Select the Appliance you want to configure> **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 +366,4 @@ You need to delete {props.featureName} applications for each of your existing si /> ) -} - +} \ No newline at end of file