Skip to content

Commit b04d7f9

Browse files
hardcoded magic wan for connectors
1 parent b20d43d commit b04d7f9

File tree

7 files changed

+9
-13
lines changed

7 files changed

+9
-13
lines changed

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-virtual-connector.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { Render } from "~/components";
1616
productNameVirtual: "Virtual Connector",
1717
maintenanceURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/maintenance/",
1818
dashName: "WAN Tunnels",
19-
mwanName: "Magic WAN",
2019
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.",
2120
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.",
2221
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",

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { Render } from "~/components";
1313
params={{
1414
productName: "Magic WAN Connector",
1515
dashName: "WAN Tunnels",
16-
mwanName: "Magic WAN",
1716
virtualProductName: "Virtual Connector",
1817
gatewayURL: "/cloudflare-one/policies/gateway/",
1918
hardConnectorURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/",

src/content/docs/magic-wan/configuration/connector/configure-hardware-connector/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import { Render } from "~/components";
1414
magicWord: "hardware",
1515
productName: "Magic WAN Connector",
1616
maintenanceURL: "/magic-wan/configuration/connector/maintenance/",
17-
productOriginalName: "Magic WAN",
17+
dashName: "Magic WAN",
18+
mwanName: "Magic WAN",
1819
sfpURL: "/magic-wan/configuration/connector/configure-hardware-connector/sfp-port-information/",
1920
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.",
2021
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.",

src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Render } from "~/components";
1515
productName: "Magic WAN Connector",
1616
productNameVirtual: "Virtual Connector",
1717
maintenanceURL: "/magic-wan/configuration/connector/maintenance/",
18-
productOriginalName: "Magic WAN",
18+
dashName: "Magic WAN",
1919
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.",
2020
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.",
2121
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",

src/content/partials/networking-services/mconn/configure-connectors.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ params:
55
- productNameVirtual?
66
- maintenanceURL
77
- dashName
8-
- mwanName
98
- sfpURL?
109
- wan
1110
- lan
@@ -59,7 +58,7 @@ In this page you will find instructions on how to configure {props.productName}.
5958

6059
{ props.magicWord === "hardware" && (
6160
<>
62-
<p>You need to purchase <a href="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 <a href="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>
6362

6463
<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>
6564

@@ -71,7 +70,7 @@ In this page you will find instructions on how to configure {props.productName}.
7170
<>
7271
<Markdown
7372
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:
7574
- Intel x86 CPU architecture
7675
- ESXi hypervisor 7.0U1 or higher
7776
- 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
325324
{ props.magicWord === "hardware" && (
326325
<>
327326
<AnchorHeading title="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>
329328
<Render
330329
file="mconn/maintenance/register-hardware-appliance"
331330
product="networking-services"
@@ -378,7 +377,7 @@ You cannot enable high availability for an existing { props.magicWord === "virtu
378377

379378
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
380379

381-
<Render file="mconn/wan-two-tunnels" product="networking-services" params={{ productName: props.magicWord === "virtual" ? props.productNameVirtual : props.productName, dashName: props.dashName, mwanName: props.mwanName }} />
380+
<Render file="mconn/wan-two-tunnels" product="networking-services" params={{ productName: props.magicWord === "virtual" ? props.productNameVirtual : props.productName, dashName: props.dashName }} />
382381

383382
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 <GlossaryTooltip term="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 <GlossaryTooltip term="tunnel health-check" link={props.tunnelHealthChecksURL}>health</GlossaryTooltip>. Refer to <a href={props.wanSettingsURL}>WAN settings</a> for more details.
384383
:::note

src/content/partials/networking-services/mconn/mconn-reference.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
params:
33
- productName
44
- dashName
5-
- mwanName
65
- virtualProductName
76
- gatewayURL
87
- hardConnectorURL
@@ -96,7 +95,7 @@ When a failover occurs, traffic is moved to the new active node. It could take u
9695

9796
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.
9897

99-
<Render file="mconn/wan-two-tunnels" product="networking-services" params={{ productName: props.productName, dashName: props.dashName, mwanName: props.mwanName }} />
98+
<Render file="mconn/wan-two-tunnels" product="networking-services" params={{ productName: props.productName, dashName: props.dashName }} />
10099

101100
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 <a href={props.ecmpRoutingURL}>Equal-Cost Multi-Path (ECMP routing)</a>.
102101

src/content/partials/networking-services/mconn/wan-two-tunnels.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
params:
33
- productName
44
- dashName
5-
- mwanName
65
---
76

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

Comments
 (0)