Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f81543d
reverted to previous naming convention
marciocloudflare Oct 30, 2025
8aba7ea
top-level name
marciocloudflare Oct 30, 2025
547b89e
consistent magicword
marciocloudflare Oct 30, 2025
2afffe8
names
marciocloudflare Oct 30, 2025
4b5db41
anchor links
marciocloudflare Oct 30, 2025
b39fbad
names and links
marciocloudflare Oct 30, 2025
745267a
names
marciocloudflare Oct 30, 2025
2c54af8
link
marciocloudflare Oct 30, 2025
0e2a789
refined
marciocloudflare Oct 30, 2025
7ac766a
refined
marciocloudflare Oct 30, 2025
5d2f7bc
corrected var
marciocloudflare Oct 30, 2025
e80231a
refined solution
marciocloudflare Oct 31, 2025
0dc92a9
typo
marciocloudflare Oct 31, 2025
b20d43d
vars refine
marciocloudflare Oct 31, 2025
b04d7f9
hardcoded magic wan for connectors
marciocloudflare Oct 31, 2025
9402ebf
corrected vars
marciocloudflare Oct 31, 2025
23c4153
refined vars
marciocloudflare Oct 31, 2025
5ebe3fd
var
marciocloudflare Oct 31, 2025
018a886
vars
marciocloudflare Oct 31, 2025
f62cade
refined vars
marciocloudflare Oct 31, 2025
644f738
refined
marciocloudflare Oct 31, 2025
ecb0497
fix vars
marciocloudflare Oct 31, 2025
e4d7a8f
missing comma
marciocloudflare Oct 31, 2025
2b747d2
commas
marciocloudflare Oct 31, 2025
3e135fc
dashanme
marciocloudflare Oct 31, 2025
4acf219
typo
marciocloudflare Oct 31, 2025
39b4c58
var fix
marciocloudflare Oct 31, 2025
59dd3c6
vars
marciocloudflare Oct 31, 2025
a0730b0
hardcoded mwan
marciocloudflare Oct 31, 2025
a142f2e
var
marciocloudflare Oct 31, 2025
f04e2a8
duplicate vars
marciocloudflare Oct 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pcx_content_type: reference
sidebar:
order: 10
head: []
description: Use WAN Tunnels' different analytic options for an overview of the
description: Use Magic WAN's different analytic options for an overview of the
performance of your sites, or to troubleshoot potential issues.

---
Expand All @@ -15,7 +15,7 @@ import { Render } from "~/components";
product="networking-services"
params={{
magicWord: "WAN Tunnels",
productName: "WAN Tunnels",
productName: "Magic WAN",
analyticsAnchorHeading: "#wan-tunnels-network-analytics",
networkAnalyticsURL: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/network-analytics/",
traceRoutes: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/traceroutes/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ sidebar:
order: 2
head:
- tag: title
content: WAN Tunnels Network Analytics
content: Magic WAN Network Analytics
---

import { Render } from "~/components";

<Render file="magic-wan/analytics/network-analytics"
product="networking-services"
params={{
productName: "WAN Tunnels"
productName: "Magic WAN"

}}
/>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: configuration
title: Querying WAN Tunnels tunnel bandwidth analytics with GraphQL
title: Querying Magic WAN tunnel bandwidth analytics with GraphQL
sidebar:
order: 5

Expand All @@ -10,5 +10,5 @@ import { Render } from "~/components"

<Render file="graphql/query-magic-transit-bandwidth-graphql"
product="networking-services"
params={{ productName: "WAN Tunnels" }}
params={{ productName: "Magic WAN" }}
/>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: configuration
title: Querying WAN Tunnels tunnel health check results with GraphQL
title: Querying Magic WAN tunnel health check results with GraphQL
sidebar:
order: 6

Expand All @@ -10,4 +10,4 @@ import { Render } from "~/components"

<Render file="graphql/query-magic-transit-health-checks"
product="networking-services"
params={{ productName: "WAN Tunnels" }} />
params={{ productName: "Magic WAN" }} />
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar:
order: 1
head:
- tag: title
content: WAN Tunnels site analytics
content: Magic WAN site analytics

---

Expand All @@ -17,7 +17,7 @@ import { Render } from "~/components"
params={{
instructions: "Refer to [Set up a site](/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/sites/) for more information on how to set up a site.",
magicWord: "WAN Tunnels",
productName: "WAN Tunnels",
productName: "Magic WAN",
networkOverviewPageName: "Network visibility",
magicTunnelHcsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/configure-magic-tunnel-health-alerts/",
setGeoCoordinatesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/sites/#set-geographic-coordinates"
Expand All @@ -30,7 +30,7 @@ import { Render } from "~/components"
file="analytics/set-thresholds-site-health"
product="networking-services"
params={{
productName: "WAN Tunnels",
productName: "Magic WAN",
magicTunnelHcsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/configure-magic-tunnel-health-alerts/"
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { Render } from "~/components";
file="analytics/traceroutes"
product="networking-services"
params={{
productName: "WAN Tunnels",
productName: "Magic WAN",
dashButtonPath: "/?to=/:account/magic-wan/tunnel-healthchecks",
magicWord: "wan-tunnels",
magicWord: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
pcx_content_type: how-to
title: Configure hardware Appliances
title: Configure hardware Connector
sidebar:
order: 3
label: Configure hardware Appliances
label: Configure hardware Connector
---

import { Render } from "~/components";
Expand All @@ -12,21 +12,21 @@ import { Render } from "~/components";
product="networking-services"
params={{
magicWord: "hardware",
productName: "Appliances",
productName: "Magic WAN Connector",
maintenanceURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/maintenance/",
productOriginalName: "WAN Tunnels",
dashName: "WAN Tunnels",
sfpURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/",
wan: "refers to the physical Appliances 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 Appliance. <br/> If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to [SFP+ port information](/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
lan: "refers to the physical Appliances 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 Appliance. <br/> If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to [SFP+ port information](/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
noConnectorShows: "You need to have bought an Appliance already for it to show up here. Refer to [Prerequisites](#prerequisites) if no Appliance shows up in this list.",
wan: "refers to the physical 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](/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
lan: "refers to the physical 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](/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
noConnectorShows: "You need to have bought a Connector already for it to show up here. Refer to [Prerequisites](#prerequisites) if no Connector shows up in this list.",
networkSegmentationURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/network-segmentation/",
dhcpServerURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-server/",
dhcpRelayURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-relay/",
reserveIpAddressesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-static-address-reservation/",
shippedLanguage: "The Appliances is shipped to you deactivated",
hardSoftConn: "You need to deploy two Appliances in your premises before you can set up a site in high availability.",
shippedLanguage: "The Connector is shipped to you deactivated",
hardSoftConn: "You need to deploy two Connectors in your premises before you can set up a site in high availability.",
hcConfigsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#high-availability-configurations",
finalInstructions: "Follow the instructions in [Set up your Appliances](#set-up-your-appliances) and [Activate appliance](#activate-appliance) to finish setting up your Appliances.",
finalInstructions: "Follow the instructions in [Set up your Connector](#set-up-your-connector) and [Activate Connector](#activate-connector) to finish setting up your Connector.",
ipsecTunnelsRefURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/gre-ipsec-tunnels/#ipsec-tunnels",
trafficSteeringURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/traffic-steering/",
vlanIdURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#vlan-id",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import { Render } from "~/components";
<Render file="mconn/spf-port-info"
product="networking-services"
params={{
productName: "Appliances",
productNameVirtual: "Virtual Appliances",
productName: "Magic WAN Connector",
productNameVirtual: "Virtual Connector",
}} />
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
pcx_content_type: how-to
title: Configure Virtual Appliances
description: Learn how to configure WAN Tunnels Virtual Appliances on VMWare ESXi or Proxmox Virtual Environment
title: Configure Virtual Connector
description: Learn how to configure Magic WAN Virtual Connector on VMWare ESXi or Proxmox Virtual Environment
sidebar:
order: 4
---
Expand All @@ -12,21 +12,21 @@ import { Render } from "~/components";
product="networking-services"
params={{
magicWord: "virtual",
productName: "Appliances",
productNameVirtual: "Virtual Appliance",
productName: "Magic WAN Connector",
productNameVirtual: "Virtual Connector",
maintenanceURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/maintenance/",
productOriginalName: "WAN Tunnels",
wan: "needs to correspond to the virtual network interface on the Virtual Appliances 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.",
lan: "needs to correspond to the virtual LAN interface on the Virtual Appliances 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.",
noConnectorShows: "For a Virtual Appliance 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 Appliance 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",
dashName: "WAN Tunnels",
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.",
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.",
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",
networkSegmentationURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/network-segmentation/",
dhcpServerURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-server/",
dhcpRelayURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-relay/",
reserveIpAddressesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-static-address-reservation/",
shippedLanguage: "Virtual Appliance is deactivated after you install it",
hardSoftConn: "You need to install two Virtual Appliances before you can set up a site in high availability.",
shippedLanguage: "Virtual Connector is deactivated after you install it",
hardSoftConn: "You need to install two Virtual Connectors before you can set up a site in high availability.",
hcConfigsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#high-availability-configurations",
finalInstructions: "Follow the instructions in [Activate appliance](#activate-appliance) to finish setting up your Appliances.",
finalInstructions: "Follow the instructions in [Activate Connector](#activate-connector) to finish setting up your Connectors.",
ipsecTunnelsRefURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/gre-ipsec-tunnels/#ipsec-tunnels",
trafficSteeringURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/traffic-steering/",
vlanIdURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#vlan-id",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Render } from "~/components";
file="mconn/device-metrics"
product="networking-services"
params={{
productName: "Appliance",
productName: "Magic WAN Connector",
troubleshootingURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/troubleshooting/"
}}
/>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configure with Appliances
title: Configure with Connector
pcx_content_type: reference
sidebar:
order: 1
Expand All @@ -11,10 +11,10 @@ import { Render } from "~/components";
file="mconn/overview"
product="networking-services"
params={{
hardwareProductName: "Appliances",
hardwareProductName: "Magic WAN Connector",
ipsecRefUrl: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#security-and-other-information",
hardwareUrl: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/",
virtualProductName: "Virtual Appliances",
virtualUrl:"/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-virtual-connector/"
virtualProductName: "Virtual Connector",
virtualUrl:"/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-virtual-connector/",
}}
/>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Activate Appliances
title: Activate Connector
sidebar:
order: 2
---
Expand All @@ -11,7 +11,7 @@ import { Render } from "~/components";
file="mconn/maintenance/activate-connectors"
product="networking-services"
params={{
productName: "Appliances",
hadwareConnectorURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/#activate-appliance",
virtualConnectorURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-virtual-connector/#activate-appliance",
productName: "Magic WAN Connector",
hardwareConnectorURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/#activate-connector",
virtualConnectorURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-virtual-connector/#activate-connector",
}} />
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Render } from "~/components";
file="mconn/maintenance/add-remove-connectors"
product="networking-services"
params={{
productName: "Appliances",
wanName: "WAN Tunnels",
productName: "Magic WAN Connector",
dashName: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: how-to
title: Deactivate Appliances
title: Deactivate Connector
sidebar:
order: 8

Expand All @@ -12,7 +12,7 @@ import { Render } from "~/components";
file="mconn/maintenance/deactivate-connector"
product="networking-services"
params={{
productName: "Appliances",
wanName: "WAN Tunnels",
productName: "Magic WAN Connector",
dashName: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
pcx_content_type: how-to
title: Default password
description: Learn how to edit Appliances's default password.
description: Learn how to edit Magic WAN Connector's default password.
sidebar:
order: 8
---
Expand All @@ -12,8 +12,8 @@ import { Render } from "~/components";
file="mconn/maintenance/default-password"
product="networking-services"
params={{
productName: "Appliances",
hardwareConnectorName: "Appliances",
virtualConnectorName: "Virtual Appliances",
productName: "Magic WAN Connector",
hardwareConnectorName: "Magic WAN Connector",
virtualConnectorName: "Virtual Connector",
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Render } from "~/components";
file="mconn/maintenance/edit-basic-info"
product="networking-services"
params={{
productName: "Appliances",
wanName: "WAN Tunnels",
productName: "Magic WAN Connector",
dashName: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Render } from "~/components";
file="mconn/maintenance/edit-network-settings"
product="networking-services"
params={{
productName: "Appliances",
wanName: "WAN Tunnels",
productName: "Magic WAN Connector",
dashName: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import { Render } from "~/components";
file="mconn/maintenance/edit-sites"
product="networking-services"
params={{
wanName: "WAN Tunnels",
dashName: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Render } from "~/components";
file="mconn/maintenance/edit-traffic-steering"
product="networking-services"
params={{
productName: "Appliances",
wanName: "WAN Tunnels",
productName: "Magic WAN Connector",
dashName: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Render } from "~/components";
file="mconn/maintenance/heartbeat"
product="networking-services"
params={{
productName: "Appliance",
wanName: "WAN Tunnels",
productName: "Magic WAN Connector",
dashName: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pcx_content_type: how-to
title: Interrupt window
head: []
description: Learn how to set up when Appliances can update its systems.
description: Learn how to set up when Connector can update its systems.
sidebar:
order: 10

Expand All @@ -14,7 +14,7 @@ import { Render } from "~/components";
file="mconn/maintenance/interrupt-service-window"
product="networking-services"
params={{
productName: "Appliance",
wanName: "WAN Tunnels",
productName: "Magic WAN Connector",
dashName: "WAN Tunnels",
}}
/>
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
pcx_content_type: how-to
title: Register a hardware Appliances
title: Register a hardware Connector
sidebar:
label: Register Appliances
label: Register Connector
order: 1
---

import { Render } from "~/components";

<Render file="mconn/maintenance/register-hardware-appliance" product="networking-services" params={{ magicWord: "WAN Tunnels", productName: "Appliances" }} />
<Render file="mconn/maintenance/register-hardware-appliance" product="networking-services" params={{ dashName: "WAN Tunnels", productName: "Magic WAN Connector" }} />
Loading
Loading