diff --git a/src/content/docs/magic-wan/configuration/connector/reference.mdx b/src/content/docs/magic-wan/configuration/connector/reference.mdx
index 1c005cb64dc8f49..4c76ea862d890c5 100644
--- a/src/content/docs/magic-wan/configuration/connector/reference.mdx
+++ b/src/content/docs/magic-wan/configuration/connector/reference.mdx
@@ -6,7 +6,7 @@ sidebar:
---
-import { GlossaryTooltip } from "~/components"
+import { GlossaryTooltip, Render } from "~/components"
Magic WAN Connector software is certified for use on the [Dell Networking Virtual Edge Platform](https://www.dell.com/support/home/en-us/product-support/product/dell-emc-networking-vep1445-vep1485/docs). It can be purchased with software pre-installed through our partner network for plug-and-play connectivity to Cloudflare One.
@@ -79,7 +79,9 @@ When a failover occurs, traffic is moved to the new active node. It could take u
## WAN settings
-This is where you add and configure your WAN connections. Each configured WAN will create one IPsec tunnel.
+This is where you add and configure your WAN connections. Each configured WAN will create one IPsec tunnel, unless you have more than one anycast IP configured in your account.
+
+
When you have multiple WANs you can attribute different priorities to each one. Lower values mean a higher priority. This translates in Connector routing traffic through the higher priority WANs or, more precisely, over the IPsec tunnels established over that interface. On the other hand, if you configure multiple WANs of equal priority, traffic will be distributed over those links through [(Equal-Cost Multi-Path) ECMP routing](/magic-wan/reference/traffic-steering/#equal-cost-multi-path-routing).
@@ -91,7 +93,7 @@ For high-capacity use cases, multiple tunnels can be established with equal prio
### Configure multiple tunnels in the same WAN profile
-If you need to configure multiple tunnels for the same WAN profile, [set up multiple WAN connections](/magic-wan/configuration/connector/configure-hardware-connector/#create-a-wan). Each WAN is assigned one IPsec tunnel.
+If you do not have more than one anycast IP configured in your account, and you need to configure multiple tunnels for the same WAN profile, [set up multiple WAN connections](/magic-wan/configuration/connector/configure-hardware-connector/#create-a-wan). Each WAN is assigned one IPsec tunnel.
### WAN settings
diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx
index 2dd5c346b6a503b..88f882edbc72e63 100644
--- a/src/content/partials/networking-services/mconn/configure-connectors.mdx
+++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx
@@ -11,16 +11,16 @@ params:
---
import {
- AnchorHeading,
- Aside,
- Card,
- Code,
- GlossaryTooltip,
- Markdown,
- Render,
- Tabs,
- TabItem,
- DashButton,
+ AnchorHeading,
+ Aside,
+ Card,
+ Code,
+ GlossaryTooltip,
+ Markdown,
+ Render,
+ Tabs,
+ TabItem,
+ DashButton,
} from "~/components";
{ props.magicWord === "virtual" && (
@@ -333,6 +333,8 @@ To add a Connector on-ramp:
+
+
1. In **WAN configuration**, select **Create**. You can create one or more [wide area networks (WANs)](https://www.cloudflare.com/learning/network-layer/what-is-a-wan/). Configuring multiple WANs will create multiple IPsec tunnels (one IPsec tunnel per WAN port). This allows the Connector to load balance traffic over WANs of equal priority. It also allows Connector to failover between circuits according to their health. Refer to [WAN settings](/magic-wan/configuration/connector/reference/#wan-settings) for more details.
:::note
This is not the same as a high availability (HA) configuration. HA configurations need two Connectors to work. Refer to [About high availability configurations](#about-high-availability-configurations) for more information.
diff --git a/src/content/partials/networking-services/mconn/wan-two-tunnels.mdx b/src/content/partials/networking-services/mconn/wan-two-tunnels.mdx
new file mode 100644
index 000000000000000..8b699a9a3fac30d
--- /dev/null
+++ b/src/content/partials/networking-services/mconn/wan-two-tunnels.mdx
@@ -0,0 +1,5 @@
+---
+{}
+---
+
+When you have more than one anycast IP configured in your account (set up during your Magic WAN onboarding), Connector will automatically create at most two tunnels per WAN port. This improves reliability and performance, and requires no additional configuration on your part.
\ No newline at end of file