diff --git a/src/content/docs/magic-wan/configuration/common-settings/sites.mdx b/src/content/docs/magic-wan/configuration/common-settings/sites.mdx index 4a956d3fd34a544..79814eb1fa3348e 100644 --- a/src/content/docs/magic-wan/configuration/common-settings/sites.mdx +++ b/src/content/docs/magic-wan/configuration/common-settings/sites.mdx @@ -15,6 +15,7 @@ import { Render } from "~/components"; params={{ greIpsecTunnelsURL: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/", connectorURL: "/magic-wan/configuration/connector/", - cniURL: "/magic-wan/network-interconnect/" + cniURL: "/magic-wan/network-interconnect/", + connectorName: "Magic WAN Connector" }} /> \ No newline at end of file diff --git a/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx b/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx index ce8815b5a7f4887..dc52d5084590378 100644 --- a/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx +++ b/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx @@ -15,5 +15,6 @@ import { Render } from "~/components"; productName: "Magic WAN Connector", featureName: "Breakout traffic", trafficSteeringURL: "/magic-wan/reference/traffic-steering/", - whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering" + whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering", + mwanName: "Magic WAN" }} /> \ No newline at end of file diff --git a/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx b/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx index b410411c750b633..0bd5771ea1b90f5 100644 --- a/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx +++ b/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx @@ -14,5 +14,6 @@ import { Render } from "~/components"; magicWord: "prioritized", productName: "Magic WAN Connector", featureName: "Prioritized traffic", - whatHappensApp: "is now processed first by Connector" + whatHappensApp: "is now processed first by Connector", + mwanName: "Magic WAN" }} /> \ No newline at end of file diff --git a/src/content/partials/networking-services/magic-wan/get-started.mdx b/src/content/partials/networking-services/magic-wan/get-started.mdx index ce5181d5bcd94f5..12747f49b089bc5 100644 --- a/src/content/partials/networking-services/magic-wan/get-started.mdx +++ b/src/content/partials/networking-services/magic-wan/get-started.mdx @@ -38,7 +38,7 @@ Setting up {props.productNameManual} manually is done through a combination of t ## Prerequisites :::note -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 Configure with Connector. +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 Configure with Connector. ::: ### Use compatible tunnel endpoint routers @@ -54,7 +54,7 @@ Magic WAN relies on GRE and #### MSS clamping recommendations diff --git a/src/content/partials/networking-services/magic-wan/zero-trust/warp.mdx b/src/content/partials/networking-services/magic-wan/zero-trust/warp.mdx index aa75d4ad352b025..d3c521f60342807 100644 --- a/src/content/partials/networking-services/magic-wan/zero-trust/warp.mdx +++ b/src/content/partials/networking-services/magic-wan/zero-trust/warp.mdx @@ -97,8 +97,8 @@ To learn which IP addresses and UDP ports you should exclude to accomplish this, file="mconn/network-options/app-aware-policies/warp-traffic" product="networking-services" params={{ - connectorName: "Magic WAN Connector", - mwanName: "Magic WAN", + connectorName: props.mwanConnectorName, + mwanName: props.productName, warpFirewallURL: "/cloudflare-one/connections/connect-devices/warp/deployment/firewall/" }} /> diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index 2319c961eaf5440..eec7f9df43b54c0 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -206,7 +206,7 @@ You cannot enable high availability for an existing { props.magicWord === "virtu inline={false} /> - + - + - + - + - + 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 { 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 health. Refer to [WAN settings](/magic-wan/configuration/connector/reference/#wan-settings) for more details. :::note @@ -407,7 +407,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/sites/{sit - **Next hop**: The address of the L3 router to which the Connector should forward packets for this subnet. - **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**.
Refer to [Routed subnets](/magic-wan/configuration/connector/network-options/routed-subnets/) for more information. 8. Select **Save**. -9. Select **Done** to finish your configuration. Tunnels and static routes will be automatically created for your Magic WAN Connector, once it boots up. +9. Select **Done** to finish your configuration. Tunnels and static routes will be automatically created for your { props.magicWord === "virtual" ? props.productNameVirtual : props.productName }, once it boots up.
@@ -440,11 +440,11 @@ After setting up your LANs, you can configure your { props.magicWord === "virtua #### DHCP options -Magic WAN Connector supports different types of DHCP configurations. Connector can: +{ props.magicWord === "virtual" ? props.productNameVirtual : props.productName } supports different types of DHCP configurations. Connector can: - Connect to a DHCP server or use a static IP address instead of connecting to a DHCP server. - Act as a
DHCP server. -- Use DHCP relay to connect to a DHCP server outside the location your Magic WAN Connector is in. +- Use DHCP relay to connect to a DHCP server outside the location your { props.magicWord === "virtual" ? props.productNameVirtual : props.productName } is in. - Reserve IP addresses for specific devices on your network. ### Add your Connector to a site @@ -453,7 +453,7 @@ After finishing your { props.magicWord === "virtual" ? props.productNameVirtual { props.magicWord === "hardware" && ( <> - +

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.

@@ -461,8 +461,8 @@ After finishing your { props.magicWord === "virtual" ? props.productNameVirtual
 		{`flowchart LR
-		accTitle: Magic WAN Connector set up as a DHCP server, and connecting to the Internet.
-    a(Magic WAN Connector)--> b(Internet) --> c(Cloudflare)
+		accTitle: ${props.productName} set up as a DHCP server, and connecting to the Internet.
+    a(${props.productName})--> b(Internet) --> c(Cloudflare)
 
     subgraph Customer site
     d[LAN 1] --> a
@@ -477,8 +477,8 @@ After finishing your { props.magicWord === "virtual" ? props.productNameVirtual
 
 		
 		{`flowchart LR
-		accTitle: Magic WAN Connector connects to the router in the site, and only some of the LANs connect to Connector.
-    a(Magic WAN Connector)--> b((Site's router)) --> c(Internet) --> i(Cloudflare)
+		accTitle: ${props.productName} connects to the router in the site, and only some of the LANs connect to Connector.
+    a(${props.productName})--> b((Site's router)) --> c(Internet) --> i(Cloudflare)
 
     subgraph Customer site
     d[LAN 1] --> a
@@ -491,7 +491,7 @@ After finishing your { props.magicWord === "virtual" ? props.productNameVirtual
     class a,i orange`}
 		
-

Refer to Magic WAN Connector deployment options for a high-level explanation of the deployment options that make sense to most environments, as well as a few advanced use cases.

+

Refer to {props.productName} deployment options for a high-level explanation of the deployment options that make sense to most environments, as well as a few advanced use cases.

If there is a firewall deployed upstream of the {props.productName}, configure the firewall to allow the following traffic:

@@ -547,7 +547,7 @@ When you are ready to connect your { props.magicWord === "virtual" ? props.produ 2. Go to **Connectors**. 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. 4. In the new window, the **Status** dropdown will show as **Deactivated**. Select it to change the status to **Activated**. -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. +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. 6. Select **Update**. { props.magicWord === "virtual" && ( @@ -795,9 +795,9 @@ To set up a high availability configuration: ## IPsec tunnels and static routes -Magic WAN Connector automatically creates IPsec tunnels and static routes for you. You cannot configure these manually. +{ props.magicWord === "virtual" ? props.productNameVirtual : props.productName } automatically creates IPsec tunnels and static routes for you. You cannot configure these manually. -To check the IPsec tunnels and static routes created by your Magic WAN Connector: +To check the IPsec tunnels and static routes created by your { props.magicWord === "virtual" ? props.productNameVirtual : props.productName }: 1. In the Cloudflare dashboard, go to the **Sites** page. diff --git a/src/content/partials/networking-services/mconn/licence-keys.mdx b/src/content/partials/networking-services/mconn/licence-keys.mdx index 6f09bfda9b9b1cd..762bbc9168a849d 100644 --- a/src/content/partials/networking-services/mconn/licence-keys.mdx +++ b/src/content/partials/networking-services/mconn/licence-keys.mdx @@ -1,9 +1,10 @@ --- -{} +params: + - virtualConnectorName --- :::note -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. +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}. ::: \ No newline at end of file diff --git a/src/content/partials/networking-services/mconn/maintenance/default-password.mdx b/src/content/partials/networking-services/mconn/maintenance/default-password.mdx index 5638ee828d2e463..4e4dd6b071ee22d 100644 --- a/src/content/partials/networking-services/mconn/maintenance/default-password.mdx +++ b/src/content/partials/networking-services/mconn/maintenance/default-password.mdx @@ -13,6 +13,6 @@ Your Connector's default password is the serial number (also known as a Service ## Default password to access {props.virtualConnectorName} -Your Virtual Connector's default password is the last seven characters of your license key, all uppercase, plus an `!` (exclamation mark). +Your {props.virtualConnectorName}'s default password is the last seven characters of your license key, all uppercase, plus an `!` (exclamation mark). For example, if your license key is `mconn-abcdefghijklmnopqrstuvwxyz`, your default password will be `TUVWXYZ!`. \ No newline at end of file diff --git a/src/content/partials/networking-services/mconn/mconn-reference.mdx b/src/content/partials/networking-services/mconn/mconn-reference.mdx index 09be3efd21d98f1..bfad0b74521f82e 100644 --- a/src/content/partials/networking-services/mconn/mconn-reference.mdx +++ b/src/content/partials/networking-services/mconn/mconn-reference.mdx @@ -94,7 +94,7 @@ When a failover occurs, traffic is moved to the new active node. It could take u 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 Equal-Cost Multi-Path (ECMP routing). @@ -112,7 +112,7 @@ If you do not have more than one anycast IP configured in your account, and you ### WAN settings - **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 SFP+ port information for more information on the hardware supported.
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. -- **VLAN ID**: Allows you to have multiple virtual WANs configured over the same port on your Magic WAN Connector. Refer to VLAN ID for more information. +- **VLAN ID**: Allows you to have multiple virtual WANs configured over the same port on your {props.productName}. Refer to VLAN ID for more information. - **Priority**: Assigns a priority to the WAN interface. Lower numbers have higher priority. Refer to Traffic steering to learn more about how Cloudflare calculates priorities. - **Health check rate:** Configures the health check frequency for your WAN. Options are low, mid, and high. Refer to Update tunnel health checks frequency for more information. - **Addressing:** Configures the {props.productName} to work in a DHCP or static IP environment. @@ -120,7 +120,7 @@ If you do not have more than one anycast IP configured in your account, and you ## LAN settings - **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 SFP+ port information for more information on the hardware supported.
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. -- **VLAN ID**: Allows you to have multiple virtual LANs configured over the same port on your Magic WAN Connector. Refer to VLAN ID for more information. +- **VLAN ID**: Allows you to have multiple virtual LANs configured over the same port on your {props.productName}. Refer to VLAN ID for more information. - **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 DHCP options to learn more. - **Static NAT prefix**: Enable NAT (network address translation). This is an optional setting. - **Routed subnets:** Configures additional subnets behind a layer 3 router. Refer to Routed subnets for more information. diff --git a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx index 05e3fc09dab4370..81094688c2ed489 100644 --- a/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx +++ b/src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx @@ -5,6 +5,7 @@ params: - featureName - trafficSteeringURL? - whatHappensApp + - mwanName --- import { APIRequest, Aside, AnchorHeading, CURL, Markdown, Render, TabItem, Tabs } from "~/components"; @@ -228,8 +229,8 @@ You need to delete {props.featureName} applications for each of your existing si file="mconn/network-options/app-aware-policies/warp-traffic" product="networking-services" params={{ - connectorName: "Magic WAN Connector", - mwanName: "Magic WAN", + connectorName: props.productName, + mwanName: props.mwanName, warpFirewallURL: "/cloudflare-one/connections/connect-devices/warp/deployment/firewall/" }} /> diff --git a/src/content/partials/networking-services/mconn/overview.mdx b/src/content/partials/networking-services/mconn/overview.mdx index b76cea1bc8de29f..a8b00459aaaf1cf 100644 --- a/src/content/partials/networking-services/mconn/overview.mdx +++ b/src/content/partials/networking-services/mconn/overview.mdx @@ -9,14 +9,14 @@ params: import { DirectoryListing, GlossaryTooltip } from "~/components"; -The {props.hardwareProductName} is a lightweight appliance you can install in corporate network locations to automatically connect, steer, and shape any IP traffic through secure IPsec tunnels. Magic WAN Connector is the easiest way to onboard your network locations to Cloudflare One. It is managed remotely through the Cloudflare dashboard, so you do not require an onsite IT team. +The {props.hardwareProductName} is a lightweight appliance you can install in corporate network locations to automatically connect, steer, and shape any IP traffic through secure IPsec tunnels. {props.hardwareProductName} is the easiest way to onboard your network locations to Cloudflare One. It is managed remotely through the Cloudflare dashboard, so you do not require an onsite IT team. You can purchase {props.hardwareProductName} software pre-installed on a Cloudflare-certified device, or download and deploy {props.virtualProductName} in your own infrastructure. Either option ensures the best possible connectivity to the closest Cloudflare network location, where Cloudflare will apply security controls and send traffic on an optimized route to its destination. -Magic WAN Connector has the same type of support process as other Cloudflare Enterprise products. Contact your team account manager to learn more. +{props.hardwareProductName} has the same type of support process as other Cloudflare Enterprise products. Contact your team account manager to learn more. -Review this section to learn how to configure and deploy Magic WAN Connector. +Review this section to learn how to configure and deploy {props.hardwareProductName}. \ No newline at end of file diff --git a/src/content/partials/networking-services/mconn/vlan-tagging.mdx b/src/content/partials/networking-services/mconn/vlan-tagging.mdx index 83a13991236cf71..d13dfd1e5a4f2a6 100644 --- a/src/content/partials/networking-services/mconn/vlan-tagging.mdx +++ b/src/content/partials/networking-services/mconn/vlan-tagging.mdx @@ -1,19 +1,20 @@ --- params: - url + - virtualConnectorName --- import { Markdown } from "~/components"; :::note[VLAN tagging] -Virtual Connector supports creating subinterfaces through the use of [802.1Q VLAN tagging](https://en.wikipedia.org/wiki/IEEE_802.1Q). +{props.virtualConnectorName} supports creating subinterfaces through the use of [802.1Q VLAN tagging](https://en.wikipedia.org/wiki/IEEE_802.1Q). Use VLAN ID 0 when: - Connected to a Port Group or Distributed Port Group that is associated with a specific VLAN. - Connected to a Port Group or Distributed Port Group that is configured as a trunk that requires untagged packets. -You can also configure subinterfaces on the Virtual Connector by associating the network interface with a Port Group or Distributed Port Group trunk and specifying a VLAN ID in addition to the port associated with the network interface (VLAN ID 1-4094). +You can also configure subinterfaces on the {props.virtualConnectorName} by associating the network interface with a Port Group or Distributed Port Group trunk and specifying a VLAN ID in addition to the port associated with the network interface (VLAN ID 1-4094). Refer to for more information. ::: \ No newline at end of file diff --git a/src/content/partials/networking-services/sites/sites.mdx b/src/content/partials/networking-services/sites/sites.mdx index cd737dd69206110..5277ec05468c4b9 100644 --- a/src/content/partials/networking-services/sites/sites.mdx +++ b/src/content/partials/networking-services/sites/sites.mdx @@ -3,6 +3,7 @@ params: - greIpsecTunnelsURL - connectorURL - cniURL + - connectorName --- import { set } from "date-fns"; @@ -10,7 +11,7 @@ import { Render } from "~/components"; Sites represent the local network of a data center, office, or other physical location, and combine all on-ramps available there. Sites also allow you to check, at a glance, the state of your on-ramps and set up health alert settings so that you get notified when there are issues with the site's on-ramps. -To use a site, start by setting up your on-ramps. These can be GRE or IPsec tunnels, a Magic WAN Connector, or a direct CNI link. When you are finished setting these up, refer to the steps below to learn how to set up a site. +To use a site, start by setting up your on-ramps. These can be GRE or IPsec tunnels, a {props.connectorName}, or a direct CNI link. When you are finished setting these up, refer to the steps below to learn how to set up a site. ## Add a site