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
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx
+46-5Lines changed: 46 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ You need to configure {props.featureName} applications for each of your existing
110
110
<Markdown
111
111
text={`
112
112
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
@@ -272,6 +272,48 @@ You need to delete {props.featureName} applications for each of your existing si
272
272
273
273
</TabItem> </Tabs>
274
274
275
+
## Designate WAN ports for breakout apps
276
+
277
+
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.
278
+
279
+
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.
280
+
281
+
To pin applications to a WAN port:
282
+
283
+
{props.mwanName==="WAN Tunnels"? (
284
+
<>
285
+
<Markdown
286
+
text={`
287
+
1. Log in to the <a href="https://one.dash.cloudflare.com/">Cloudflare One dashboard</a>, and go to **Networks**.
288
+
2. Go to **Connectors** > **Appliances** > **Profiles**.
289
+
3. Under **Profiles**, select your appliance > **Edit**.
290
+
`}
291
+
inline={false}
292
+
/>
293
+
</>
294
+
) : (
295
+
<>
296
+
<Markdown
297
+
text={`
298
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
0 commit comments