Skip to content

Commit 4ac3aad

Browse files
added content
1 parent 6e811aa commit 4ac3aad

File tree

1 file changed

+46
-5
lines changed

1 file changed

+46
-5
lines changed

src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You need to configure {props.featureName} applications for each of your existing
110110
<Markdown
111111
text={`
112112
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
113-
2. Select **Magic WAN** > **Connector on-ramps (beta)**.
113+
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
114114
`}
115115
inline={false}
116116
/>
@@ -119,7 +119,7 @@ You need to configure {props.featureName} applications for each of your existing
119119
}
120120
<Markdown
121121
text={`
122-
3. Select the Connector you want to configure > **Edit**.
122+
3. Select the ${props.productName} you want to configure > **Edit**.
123123
4. Select **Traffic Steering**.
124124
5. In **${props.featureName}**, select **Add**.
125125
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}
204204
<Markdown
205205
text={`
206206
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
207-
2. Select **Magic WAN** > **Connector on-ramps (beta)**.
207+
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
208208
`}
209209
inline={false}
210210
/>
@@ -272,6 +272,48 @@ You need to delete {props.featureName} applications for each of your existing si
272272

273273
</TabItem> </Tabs>
274274

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.
299+
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
300+
3. Select your Connector > **Edit**.
301+
`}
302+
inline={false}
303+
/>
304+
</>
305+
)
306+
}
307+
<Markdown
308+
text={`
309+
4. In **Traffic steering** > **Breakout Traffic** find the application you want to pin to a WAN port.
310+
5. Select the three dots next to it > **Edit application traffic**.
311+
6. From the **Preferred breakout port** dropdown, select the WAN port you want to assign to the applications.
312+
7. Select **Save**.
313+
`}
314+
inline={false}
315+
/>
316+
275317
{ props.magicWord === "breakout" && (
276318
<>
277319
<AnchorHeading title="WARP traffic" depth={2} />
@@ -286,5 +328,4 @@ You need to delete {props.featureName} applications for each of your existing si
286328
/>
287329
</>
288330
)
289-
}
290-
331+
}

0 commit comments

Comments
 (0)