From 53f54669c31d5d2f6676cb549a3100a42b29f704 Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:10:38 +0100 Subject: [PATCH 01/18] added vmware to vmware tab --- .../mconn/configure-connectors.mdx | 31 +++++++++++++++---- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index e4e0bf83aaab92..ea4fb003ed65a0 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -14,7 +14,7 @@ import { AnchorHeading, Aside, Card, Code, GlossaryTooltip, Markdown, Render, Ta { props.magicWord === "virtual" && ( <> -

Virtual Magic WAN Connector (Virtual Connector) is a virtual appliance alternative to the hardware based Magic WAN Connector appliance. These two versions of Connector are identical otherwise.

+

Virtual Magic WAN Connector (Virtual Connector) is a virtual appliance alternative to the hardware based Magic WAN Connector appliance. These two versions of Connector are identical otherwise.

Currently, you can set up Virtual Connector on VMWare ESXi and Proxmox Virtual Environment.

) } @@ -41,7 +41,7 @@ import { AnchorHeading, Aside, Card, Code, GlossaryTooltip, Markdown, Render, Ta <> @@ -149,10 +151,14 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi { props.magicWord === "virtual" && ( <> - + + + - - **Port groups**, and prepare your vSwitch port groups and/or VLANs for your desired network topology. For example, a simple deployment typically has: @@ -245,6 +252,18 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi `} inline={false} /> + + + + + + + + + + + + ) } From f1909c6c7c45b6a5db3827d615559d7673a2a167 Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:17:42 +0100 Subject: [PATCH 02/18] added proxmox --- .../mconn/configure-connectors.mdx | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index ea4fb003ed65a0..2b13bbca9a0049 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -255,6 +255,57 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi + + + + + + From d086112232330f9ec5bcb8bd12df4c5078f52603 Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:20:02 +0100 Subject: [PATCH 03/18] added custom property --- .../configuration/connector/configure-virtual-connector.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx b/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx index abe7210a9d8e10..e38931f9ae61c2 100644 --- a/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx +++ b/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: how-to title: Configure virtual Connector +description: Learn how to configure Magic WAN Virtual Connector on VMWare ESXi or Proxmox Virtual Environment sidebar: order: 4 --- From a66d620403e336e20a559dbef077c99e5297c180 Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:28:58 +0100 Subject: [PATCH 04/18] refined text --- .../configuration/connector/configure-virtual-connector.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx b/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx index e38931f9ae61c2..a6765519013e88 100644 --- a/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx +++ b/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx @@ -15,7 +15,7 @@ import { Render } from "~/components"; productName: "Virtual Connector", 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 have already obtained your [OVA package and licence keys](#obtain-the-virtual-connector-image).", + noConnectorShows: "For a Virtual Connector to show up you need to:
  • VMWare: Have already obtained your OVA package and license keys if you are installing on VMWare.
  • Proxmox: Have already obtained your Virtual Connector Script and license keys if you are installing on Proxmox.
\nFor more information, refer to [Configure Virtual Connector](#configure-virtual-connector) and select the appropriate tab.\n", shippedLanguage: "Virtual Magic WAN 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.", finalInstructions: "Follow the instructions in [Activate Connector](#activate-connector) to finish setting up your Connectors." From b967c68e74be8b02e0a3ad3fb017ea6ce861c50d Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:30:45 +0100 Subject: [PATCH 05/18] refined text --- .../partials/networking-services/mconn/configure-connectors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index 2b13bbca9a0049..f58f9b2ea34a00 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -69,7 +69,7 @@ There are a couple of decisions you need to make when installing your {props.pro ### Determine the need for a high availability configuration -You can install up to two {props.productName}s for redundancy at each of your sites. If one of your Connectors fail, traffic will fail over to the other Connector ensuring that you never lose connectivity to that site. +You can install up to two {props.productName}s for redundancy at each of your sites. If one of your Connectors fails, traffic will fail over to the other Connector ensuring that you never lose connectivity to that site. In this type of high availability (HA) configuration, you will choose a reliable LAN interface as the HA link which will be used to monitor the health of the peer connector. HA links can be dedicated links or can be shared with other LAN traffic. From 020f04a5fa4eac6b74d313614d57ee9eb8ca04fa Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:32:03 +0100 Subject: [PATCH 06/18] refined text --- .../partials/networking-services/mconn/configure-connectors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index f58f9b2ea34a00..01ca3d98cc84c6 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -73,7 +73,7 @@ You can install up to two {props.productName}s for redundancy at each of your si In this type of high availability (HA) configuration, you will choose a reliable LAN interface as the HA link which will be used to monitor the health of the peer connector. HA links can be dedicated links or can be shared with other LAN traffic. -You must decide the type of configuration you want for your site from the beginning: no redundancy or with redundancy. You cannot add redundancy after finishing configuring your dashboard settings. If, at a later stage, you decide to enable redundancy, you will need to delete your Connector on-ramp in the Cloudflare dashboard, and start again. +You must decide the type of configuration you want for your site from the beginning: no redundancy or with redundancy. You cannot add redundancy after finishing the configuration of your dashboard settings. If, at a later stage, you decide to enable redundancy, you will need to delete your Connector on-ramp in the Cloudflare dashboard, and start again. From f3a96dcf5c0b4c1f00339a436cf81ed28de3023d Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:42:03 +0100 Subject: [PATCH 07/18] added aside --- .../networking-services/mconn/configure-connectors.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index 01ca3d98cc84c6..71490a6c71eb75 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -271,10 +271,18 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi 2. You will be prompted to create a new Virtual Connector. Select **yes** to proceed. 3. Set up your Virtual Connector name. 4. Enter your license key. + `} + inline={false} + /> + + + + From 1be6e8173a4651b8fa5199fbb7d33db004e72bbb Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:51:16 +0100 Subject: [PATCH 08/18] added vlan tagging to partial --- .../mconn/configure-connectors.mdx | 40 ++----------------- .../mconn/licence-keys.mdx | 7 ++++ .../mconn/vlan-tagging.mdx | 21 ++++++++++ 3 files changed, 32 insertions(+), 36 deletions(-) create mode 100644 src/content/partials/networking-services/mconn/licence-keys.mdx create mode 100644 src/content/partials/networking-services/mconn/vlan-tagging.mdx diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index 71490a6c71eb75..20654ec2a7b417 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -183,23 +183,7 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi inline={false} /> - + - + - + - + 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. \ 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 new file mode 100644 index 00000000000000..7fd7e5e6550174 --- /dev/null +++ b/src/content/partials/networking-services/mconn/vlan-tagging.mdx @@ -0,0 +1,21 @@ +--- +params: + - url +--- + +import { Aside, Markdown } from "~/components"; + + \ No newline at end of file From 84a8bb93c8ca218db05e543e5664e6d399b62a88 Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 24 Jun 2025 10:55:22 +0100 Subject: [PATCH 09/18] refined text --- .../networking-services/mconn/configure-connectors.mdx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index 20654ec2a7b417..42347bea9b06f2 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -282,15 +282,7 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi inline={false} /> - - - - - - - - ) } @@ -524,7 +516,7 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network Date: Tue, 24 Jun 2025 11:01:02 +0100 Subject: [PATCH 10/18] refined text --- .../networking-services/mconn/configure-connectors.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index 42347bea9b06f2..f266588afe59fb 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -152,8 +152,9 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi { props.magicWord === "virtual" && ( <> +

Select the appropriate tab below to learn how to configure Virtual Connector on VMWare ESXi or Proxmox Virtual Environment.

- + - + Date: Tue, 24 Jun 2025 11:07:35 +0100 Subject: [PATCH 11/18] renamed to configure virtual machine --- .../configuration/connector/configure-virtual-connector.mdx | 2 +- .../partials/networking-services/mconn/configure-connectors.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx b/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx index a6765519013e88..72c52d3e7ca7da 100644 --- a/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx +++ b/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx @@ -15,7 +15,7 @@ import { Render } from "~/components"; productName: "Virtual Connector", 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:
  • VMWare: Have already obtained your OVA package and license keys if you are installing on VMWare.
  • Proxmox: Have already obtained your Virtual Connector Script and license keys if you are installing on Proxmox.
\nFor more information, refer to [Configure Virtual Connector](#configure-virtual-connector) and select the appropriate tab.\n", + noConnectorShows: "For a Virtual Connector to show up you need to:
  • VMWare: Have already obtained your OVA package and license keys if you are installing on VMWare.
  • Proxmox: Have already obtained your Virtual Connector Script and license keys if you are installing on Proxmox.
\nFor more information, refer to [Configure a virtual machine](#configure-a-virtual-machine) and select the appropriate tab.\n", shippedLanguage: "Virtual Magic WAN 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.", finalInstructions: "Follow the instructions in [Activate Connector](#activate-connector) to finish setting up your Connectors." diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index f266588afe59fb..a22ff4688b3623 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -151,7 +151,7 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi { props.magicWord === "virtual" && ( <> - +

Select the appropriate tab below to learn how to configure Virtual Connector on VMWare ESXi or Proxmox Virtual Environment.

From 5bab55fbc4f4df40babdde520c8eb19dfee37c3d Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 25 Jun 2025 11:19:55 +0100 Subject: [PATCH 12/18] removed numbers from setup cf dash --- .../networking-services/mconn/configure-connectors.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index a22ff4688b3623..e57f0ded415d59 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -292,7 +292,7 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi ## Set up Cloudflare dashboard -### 1. Add a Connector on-ramp +### Add a Connector on-ramp You need to add your Connector to your Cloudflare dashboard and configure its settings before connecting it to the Internet. @@ -309,7 +309,7 @@ To add a Connector on-ramp: 9. The Connector will be added to your account with an **Interrupt window** defined. The interrupt window is the time period when the Magic WAN Connector software can update, which may result in interruption to existing connections. You can change this later. 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. 10. Select **Continue** to proceed to creating your WAN and LAN networks. -### 2. Create a WAN +### Create a WAN @@ -352,7 +352,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/sites/{sit -### 3. Create a LAN +### Create a LAN From b85b48ad62d806db34dd66abb1791f9fcb281ddf Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 25 Jun 2025 14:06:29 +0100 Subject: [PATCH 13/18] added beta --- .../networking-services/mconn/configure-connectors.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index e57f0ded415d59..dd2546bb8f2c91 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -14,7 +14,7 @@ import { AnchorHeading, Aside, Card, Code, GlossaryTooltip, Markdown, Render, Ta { props.magicWord === "virtual" && ( <> -

Virtual Magic WAN Connector (Virtual Connector) is a virtual appliance alternative to the hardware based Magic WAN Connector appliance. These two versions of Connector are identical otherwise.

Currently, you can set up Virtual Connector on VMWare ESXi and Proxmox Virtual Environment.

+

Virtual Magic WAN Connector (Virtual Connector) is a virtual appliance alternative to the hardware based Magic WAN Connector appliance. These two versions of Connector are identical otherwise.

Currently, you can set up Virtual Connector on VMWare ESXi and Proxmox Virtual Environment. Support for Proxmox is currently in beta.

) } @@ -238,7 +238,7 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi inline={false} /> -
+ Date: Wed, 25 Jun 2025 14:08:31 +0100 Subject: [PATCH 14/18] corrected name --- .../configuration/connector/configure-virtual-connector.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx b/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx index 72c52d3e7ca7da..58b3aead6cd583 100644 --- a/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx +++ b/src/content/docs/magic-wan/configuration/connector/configure-virtual-connector.mdx @@ -1,6 +1,6 @@ --- pcx_content_type: how-to -title: Configure virtual Connector +title: Configure Virtual Connector description: Learn how to configure Magic WAN Virtual Connector on VMWare ESXi or Proxmox Virtual Environment sidebar: order: 4 From 59fa1c03b05998227798f99127662d43bbd4b6d5 Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 25 Jun 2025 14:12:17 +0100 Subject: [PATCH 15/18] reordered components --- .../partials/networking-services/mconn/configure-connectors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index dd2546bb8f2c91..6cfd5d37ed8055 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -10,7 +10,7 @@ params: - finalInstructions --- -import { AnchorHeading, Aside, Card, Code, GlossaryTooltip, Markdown, Render, TabItem, Tabs } from "~/components"; +import { AnchorHeading, Aside, Card, Code, GlossaryTooltip, Markdown, Render, Tabs, TabItem } from "~/components"; { props.magicWord === "virtual" && ( <> From 441309955f88d1486f9d463c0d8d4aa99eaefafa Mon Sep 17 00:00:00 2001 From: Marcio Date: Thu, 10 Jul 2025 16:28:52 +0100 Subject: [PATCH 16/18] refined step 1 of boot vm --- .../partials/networking-services/mconn/configure-connectors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index 38a484054c4642..a3220c3c07a7a9 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -537,7 +537,7 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network Date: Fri, 11 Jul 2025 09:35:36 +0100 Subject: [PATCH 17/18] added elevated privileges --- .../partials/networking-services/mconn/configure-connectors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index a3220c3c07a7a9..63a901b9918f2d 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -250,7 +250,7 @@ You cannot enable high availability for an existing Connector on-ramp. To add hi The following instructions assume you already have Proxmox Virtual Environment installed with sufficient resources. Refer to [Prerequisites](#prerequisites) for more information. - 1. In the terminal prompt of your Proxmox server, load the script provided by your account team. For example: \`bash YOUR_SCRIPT\`. + 1. In the terminal prompt of your Proxmox server, load the script provided by your account team. For example: \`bash YOUR_SCRIPT\`. You need elevated privileges to run the script. 2. You will be prompted to create a new Virtual Connector. Select **yes** to proceed. 3. Set up your Virtual Connector name. 4. Enter your license key. From e0b68214c142b177087d36edbc5f6ef2315479f4 Mon Sep 17 00:00:00 2001 From: Marcio Date: Mon, 21 Jul 2025 17:13:12 +0100 Subject: [PATCH 18/18] refined text --- .../partials/networking-services/mconn/configure-connectors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/mconn/configure-connectors.mdx b/src/content/partials/networking-services/mconn/configure-connectors.mdx index 7a855d0726fae3..0f23b81ac6b966 100644 --- a/src/content/partials/networking-services/mconn/configure-connectors.mdx +++ b/src/content/partials/networking-services/mconn/configure-connectors.mdx @@ -14,7 +14,7 @@ import { AnchorHeading, Aside, Card, Code, GlossaryTooltip, Markdown, Render, Ta { props.magicWord === "virtual" && ( <> -

Virtual Magic WAN Connector (Virtual Connector) is a virtual appliance alternative to the hardware based Magic WAN Connector appliance. These two versions of Connector are identical otherwise.

Currently, you can set up Virtual Connector on VMWare ESXi and Proxmox Virtual Environment. Support for Proxmox is currently in beta.

+

Virtual Magic WAN Connector (Virtual Connector) is a virtual appliance alternative to the hardware based Magic WAN Connector appliance. These two versions of Connector are identical otherwise.

Currently, you can set up Virtual Connector on VMWare ESXi and Proxmox Virtual Environment. Support for Proxmox is in beta.

) }