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/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,6 @@ import { Render } from "~/components";
Copy file name to clipboardExpand all lines: src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,6 @@ import { Render } from "~/components";
14
14
magicWord: "prioritized",
15
15
productName: "Magic WAN Connector",
16
16
featureName: "Prioritized traffic",
17
-
whatHappensApp: "is now processed first by Connector"
17
+
whatHappensApp: "is now processed first by Connector",
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/magic-wan/get-started.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Setting up {props.productNameManual} manually is done through a combination of t
38
38
## Prerequisites
39
39
40
40
:::note
41
-
The list of prerequisites below is only for customers planning to connect manually to Cloudflare with a third-party device. If you plan on using Magic WAN Connector, skip this section and refer to <ahref={props.configureConnectorUrl}>Configure with Connector</a>.
41
+
The list of prerequisites below is only for customers planning to connect manually to Cloudflare with a third-party device. If you plan on using {props.productNameConnector}, skip this section and refer to <ahref={props.configureConnectorUrl}>Configure with Connector</a>.
42
42
:::
43
43
44
44
### Use compatible tunnel endpoint routers
@@ -54,7 +54,7 @@ Magic WAN relies on <a href={props.greReferenceURL}>GRE</a> and <a href={props.i
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 Connector to failover between circuits according to their <GlossaryTooltipterm="tunnel health-check"link="/magic-wan/reference/tunnel-health-checks/">health</GlossaryTooltip>. Refer to [WAN settings](/magic-wan/configuration/connector/reference/#wan-settings) for more details.
-**Next hop**: The address of the L3 router to which the Connector should forward packets for this subnet.
408
408
-**Static NAT prefix**: Optional setting. If you want to enable NAT for a routed subnet, supply an "external" prefix for the overlay-facing side of the NAT to use. It must be the same size as **Prefix**. <br /> Refer to [Routed subnets](/magic-wan/configuration/connector/network-options/routed-subnets/) for more information.
409
409
8. Select **Save**.
410
-
9. Select **Done** to finish your configuration. Tunnels and <GlossaryTooltipterm="static route">static routes</GlossaryTooltip> will be automatically created for your Magic WAN Connector, once it boots up.
410
+
9. Select **Done** to finish your configuration. Tunnels and <GlossaryTooltipterm="static route">static routes</GlossaryTooltip> will be automatically created for your {props.magicWord==="virtual"?props.productNameVirtual:props.productName}, once it boots up.
411
411
412
412
</TabItem> <TabItemlabel="API">
413
413
@@ -440,11 +440,11 @@ After setting up your LANs, you can configure your { props.magicWord === "virtua
440
440
441
441
#### DHCP options
442
442
443
-
Magic WAN Connector supports different types of DHCP configurations. Connector can:
443
+
{props.magicWord==="virtual"?props.productNameVirtual:props.productName} supports different types of DHCP configurations. Connector can:
444
444
445
445
- Connect to a DHCP server or use a static IP address instead of connecting to a DHCP server.
446
446
- Act as a <ahref={props.dhcpServerURL}>DHCP server</a>.
447
-
- Use <ahref={props.dhcpRelayURL}>DHCP relay</a> to connect to a DHCP server outside the location your Magic WAN Connector is in.
447
+
- Use <ahref={props.dhcpRelayURL}>DHCP relay</a> to connect to a DHCP server outside the location your {props.magicWord==="virtual"?props.productNameVirtual:props.productName} is in.
448
448
- <ahref={props.reserveIpAddressesURL}>Reserve IP addresses</a> for specific devices on your network.
449
449
450
450
### Add your Connector to a site
@@ -453,16 +453,16 @@ After finishing your { props.magicWord === "virtual" ? props.productNameVirtual
453
453
454
454
{props.magicWord==="hardware"&& (
455
455
<>
456
-
<AnchorHeadingtitle="Set up your Magic WAN Connector"depth={2} />
456
+
<AnchorHeadingtitle={`Set up your ${props.productName}`}depth={2} />
<p>There are several deployment options for {props.productName}. {props.productName} can act like a DHCP server for your local network, or integrate with your local setup and have static IP addresses assigned to it.</p>
460
460
<p>When {props.productName} acts like the WAN router for your site, deployment will be something like this:</p>
461
461
462
462
<preclass="mermaid">
463
463
{`flowchart LR
464
-
accTitle: Magic WAN Connector set up as a DHCP server, and connecting to the Internet.
465
-
a(Magic WAN Connector)--> b(Internet) --> c(Cloudflare)
464
+
accTitle: ${props.productName} set up as a DHCP server, and connecting to the Internet.
@@ -491,7 +491,7 @@ After finishing your { props.magicWord === "virtual" ? props.productNameVirtual
491
491
class a,i orange`}
492
492
</pre>
493
493
494
-
<p>Refer to <ahref="/reference-architecture/diagrams/sase/magic-wan-connector-deployment/">Magic WAN Connector deployment options</a> for a high-level explanation of the deployment options that make sense to most environments, as well as a few advanced use cases.</p>
494
+
<p>Refer to <ahref="/reference-architecture/diagrams/sase/magic-wan-connector-deployment/">{props.productName} deployment options</a> for a high-level explanation of the deployment options that make sense to most environments, as well as a few advanced use cases.</p>
<p>If there is a firewall deployed upstream of the {props.productName}, configure the firewall to allow the following traffic:</p>
@@ -547,7 +547,7 @@ When you are ready to connect your { props.magicWord === "virtual" ? props.produ
547
547
2. Go to **Connectors**.
548
548
3. Find the Connector you want to activate, select the three dots next to it > **Edit**. Make sure you verify the serial number to choose the right connector you want to activate.
549
549
4. In the new window, the **Status** dropdown will show as **Deactivated**. Select it to change the status to **Activated**.
550
-
5. The **Interrupt window** is the time period when the Magic WAN Connector software can update, which may result in interruption to existing connections. Choose a time period to minimize disruption to your sites. Refer to [Interrupt window](/magic-wan/configuration/connector/maintenance/interrupt-service-window/) for more details on how to define when the Connector can update its systems.
550
+
5. The **Interrupt window** is the time period when the {props.magicWord==="virtual"?props.productNameVirtual:props.productName} software can update, which may result in interruption to existing connections. Choose a time period to minimize disruption to your sites. Refer to [Interrupt window](/magic-wan/configuration/connector/maintenance/interrupt-service-window/) for more details on how to define when the Connector can update its systems.
551
551
6. Select **Update**.
552
552
553
553
{props.magicWord==="virtual"&& (
@@ -795,9 +795,9 @@ To set up a high availability configuration:
795
795
796
796
## IPsec tunnels and static routes
797
797
798
-
Magic WAN Connector automatically creates <ahref={props.ipsecTunnelsRefURL}>IPsec tunnels</a> and <ahref={props.staticRoutesRefURL}>static routes</a> for you. You cannot configure these manually.
798
+
{props.magicWord==="virtual"?props.productNameVirtual:props.productName} automatically creates <ahref={props.ipsecTunnelsRefURL}>IPsec tunnels</a> and <ahref={props.staticRoutesRefURL}>static routes</a> for you. You cannot configure these manually.
799
799
800
-
To check the IPsec tunnels and static routes created by your Magic WAN Connector:
800
+
To check the IPsec tunnels and static routes created by your {props.magicWord==="virtual"?props.productNameVirtual:props.productName}:
801
801
802
802
1. In the Cloudflare dashboard, go to the **Sites** page.
You cannot use the same license key twice, or reuse a key once the virtual machine has been registered with Cloudflare. You need a new key from your account team for every new Virtual Connector.
9
+
You cannot use the same license key twice, or reuse a key once the virtual machine has been registered with Cloudflare. You need a new key from your account team for every new {props.virtualConnectorName}.
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/mconn/mconn-reference.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ When a failover occurs, traffic is moved to the new active node. It could take u
94
94
95
95
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.
96
96
97
-
<Renderfile="mconn/wan-two-tunnels"product="networking-services"params={{ productName: "Magic WAN Connector" }} />
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>.
100
100
@@ -112,15 +112,15 @@ If you do not have more than one anycast IP configured in your account, and you
112
112
### WAN settings
113
113
114
114
-**Interface number:** When using the hardware version of {props.productName}, this refers to the Ethernet port that you are using for your WAN. If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to <ahref={props.sfpURL}>SFP+ port information</a> for more information on the hardware supported. <br /> If you are using {props.virtualProductName}, this needs to correspond to the virtual network interface on the {props.virtualProductName} instance you have set up in VMware.
115
-
-**VLAN ID**: Allows you to have multiple virtual WANs configured over the same port on your Magic WAN Connector. Refer to <ahref={props.vlanIdURL}>VLAN ID</a> for more information.
115
+
-**VLAN ID**: Allows you to have multiple virtual WANs configured over the same port on your {props.productName}. Refer to <ahref={props.vlanIdURL}>VLAN ID</a> for more information.
116
116
-**Priority**: Assigns a priority to the WAN interface. Lower numbers have higher priority. Refer to <ahref={props.trafficSteeringURL}>Traffic steering</a> to learn more about how Cloudflare calculates priorities.
117
117
-**Health check rate:** Configures the health check frequency for your WAN. Options are low, mid, and high. Refer to <ahref={props.hcFrequencyURL}>Update tunnel health checks frequency</a> for more information.
118
118
-**Addressing:** Configures the {props.productName} to work in a DHCP or static IP environment.
119
119
120
120
## LAN settings
121
121
122
122
-**Interface number:** When using the hardware version of {props.productName}, this refers to the Ethernet port that you are using for your LAN. If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to <ahref={props.sfpURL}>SFP+ port information</a> for more information on the hardware supported. <br /> If you are using the {props.virtualProductName}, this needs to correspond to the virtual LAN interface on the {props.virtualProductName} instance you have set up in VMware.
123
-
-**VLAN ID**: Allows you to have multiple virtual LANs configured over the same port on your Magic WAN Connector. Refer to <ahref={props.vlanIdURL}>VLAN ID</a> for more information.
123
+
-**VLAN ID**: Allows you to have multiple virtual LANs configured over the same port on your {props.productName}. Refer to <ahref={props.vlanIdURL}>VLAN ID</a> for more information.
124
124
-**Static addressing:** Configures the type of IP addressing for your Connector. Depending on your use case, this is where you configure your LAN interface IP address, or enable DHCP server or DHCP relay. Refer to <ahref={props.dhcpURL}>DHCP options</a> to learn more.
125
125
-**Static NAT prefix**: Enable NAT (network address translation). This is an optional setting.
126
126
-**Routed subnets:** Configures additional subnets behind a layer 3 router. Refer to <ahref={props.routedSubnetsURL}>Routed subnets</a> for more information.
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx
0 commit comments