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/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-virtual-connector.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ import { Render } from "~/components";
wan: "needs to correspond to the virtual network interface on the Virtual Connector instance you have set up in VMware. Following our example from the previous steps, you need to choose port `1` since that is what corresponds to the `eno1` port we set up in VMware.",
21
20
lan: "needs to correspond to the virtual LAN interface on the Virtual Connector instance you have set up in VMware. Following our example from the previous steps, you need to choose port `2` since that is what corresponds to the `eno2` port we set up in VMware.",
22
21
noConnectorShows: "For a Virtual Connector to show up you need to: <br /><ul><li><strong>VMWare:</strong> Have already obtained your OVA package and license keys if you are installing on VMWare.</li><li><strong>Proxmox:</strong> Have already obtained your Virtual Connector Script and license keys if you are installing on Proxmox.</li></ul>\nFor more information, refer to [Configure a virtual machine](#configure-a-virtual-machine) and select the appropriate tab.\n",
wan: "refers to the physical Magic WAN Connector Ethernet port that you are using for your WAN. The ports are labeled `GE1`, `GE2`, `GE3`, `GE4`, `GE5`, and `GE6`. Choose the number corresponding to the port that you are using in Connector. <br/> If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to [SFP+ port information](/magic-wan/configuration/connector/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
20
21
lan: "refers to the physical Magic WAN Connector Ethernet port that you are using for your WAN. The ports are labeled `GE1`, `GE2`, `GE3`, `GE4`, `GE5`, and `GE6`. Choose a number corresponding to the port that you are using in Connector. <br/> If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to [SFP+ port information](/magic-wan/configuration/connector/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
wan: "needs to correspond to the virtual network interface on the Virtual Connector instance you have set up in VMware. Following our example from the previous steps, you need to choose port `1` since that is what corresponds to the `eno1` port we set up in VMware.",
20
20
lan: "needs to correspond to the virtual LAN interface on the Virtual Connector instance you have set up in VMware. Following our example from the previous steps, you need to choose port `2` since that is what corresponds to the `eno2` port we set up in VMware.",
21
21
noConnectorShows: "For a Virtual Connector to show up you need to: <br /><ul><li><strong>VMWare:</strong> Have already obtained your OVA package and license keys if you are installing on VMWare.</li><li><strong>Proxmox:</strong> Have already obtained your Virtual Connector Script and license keys if you are installing on Proxmox.</li></ul>\nFor more information, refer to [Configure a virtual machine](#configure-a-virtual-machine) and select the appropriate tab.\n",
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/mconn/configure-connectors.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ params:
5
5
- productNameVirtual?
6
6
- maintenanceURL
7
7
- dashName
8
-
- mwanName
9
8
- sfpURL?
10
9
- wan
11
10
- lan
@@ -59,7 +58,7 @@ In this page you will find instructions on how to configure {props.productName}.
59
58
60
59
{props.magicWord==="hardware"&& (
61
60
<>
62
-
<p>You need to purchase <ahref="https://www.cloudflare.com/magic-wan">{props.mwanName}</a> before you can purchase and use {props.productName}. {props.productName} can function as your primary edge device for your network, or be deployed in-line with existing network gear.</p>
61
+
<p>You need to purchase <ahref="https://www.cloudflare.com/magic-wan">Magic WAN</a> before you can purchase and use {props.productName}. {props.productName} can function as your primary edge device for your network, or be deployed in-line with existing network gear.</p>
63
62
64
63
<p>You also need to purchase {props.productName} before you can start configuring your settings in the Cloudflare dashboard. Contact your account representative to learn more about purchasing options for {props.productName}.</p>
65
64
@@ -71,7 +70,7 @@ In this page you will find instructions on how to configure {props.productName}.
71
70
<>
72
71
<Markdown
73
72
text={`
74
-
Before you can install ${props.productNameVirtual}, you need an Enterprise account with ${props.mwanName}. Additionally, you need to have a VMware or Proxmox host with sufficient compute, memory, and storage to run the virtual machine with ${props.productNameVirtual}. This includes:
73
+
Before you can install ${props.productNameVirtual}, you need an Enterprise account with Magic WAN. Additionally, you need to have a VMware or Proxmox host with sufficient compute, memory, and storage to run the virtual machine with ${props.productNameVirtual}. This includes:
75
74
- Intel x86 CPU architecture
76
75
- ESXi hypervisor 7.0U1 or higher
77
76
- 4 virtual CPUs per virtual connector (We recommend deployment with a 1:1 virtual CPU to physical core allocation to avoid CPU over contention which will cause packet loss.)
@@ -325,7 +324,7 @@ You cannot enable high availability for an existing { props.magicWord === "virtu
325
324
{props.magicWord==="hardware"&& (
326
325
<>
327
326
<AnchorHeadingtitle="Register your Connector"depth={3} />
328
-
<p>To set up and use {props.mwanName}, you first need to register it with your account.</p>
327
+
<p>To set up and use Magic WAN, you first need to register it with your account.</p>
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 <GlossaryTooltipterm="IPsec tunnel">IPsec</GlossaryTooltip> tunnels (one IPsec tunnel per WAN port). This allows {props.magicWord==="virtual"?props.productNameVirtual:props.productName} to load balance traffic over WANs of equal priority. It also allows {props.magicWord==="virtual"?props.productNameVirtual:props.productName} to failover between circuits according to their <GlossaryTooltipterm="tunnel health-check"link={props.tunnelHealthChecksURL}>health</GlossaryTooltip>. Refer to <ahref={props.wanSettingsURL}>WAN settings</a> for more details.
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/mconn/mconn-reference.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
params:
3
3
- productName
4
4
- dashName
5
-
- mwanName
6
5
- virtualProductName
7
6
- gatewayURL
8
7
- hardConnectorURL
@@ -96,7 +95,7 @@ When a failover occurs, traffic is moved to the new active node. It could take u
96
95
97
96
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 {props.productName} 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 <ahref={props.ecmpRoutingURL}>Equal-Cost Multi-Path (ECMP routing)</a>.
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/mconn/wan-two-tunnels.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
params:
3
3
- productName
4
4
- dashName
5
-
- mwanName
6
5
---
7
6
8
-
When you have more than one anycast IP configured in your account (set up during your {props.mwanName} onboarding), {props.productName} will automatically create at most two tunnels per WAN port. This improves reliability and performance, and requires no additional configuration on your part.
7
+
When you have more than one anycast IP configured in your account (set up during your Magic WAN onboarding), {props.productName} will automatically create at most two tunnels per WAN port. This improves reliability and performance, and requires no additional configuration on your part.
0 commit comments