Skip to content

Commit 0df9515

Browse files
replaced spaces by tabs
1 parent 8274e34 commit 0df9515

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,29 +70,29 @@ Refer to [VMWare's documentation](https://kb.vmware.com/s/article/1003825) for m
7070

7171
2. Extract the files in the OVA image provided by your Cloudflare account team. For example:
7272

73-
```txt
74-
tar -xvf mconn-2024-1-3.ova
75-
```
73+
```txt
74+
tar -xvf mconn-2024-1-3.ova
75+
```
7676

77-
Take note of the folder where you are extracting the files to, as you will need to refer to that folder when creating the VM.
77+
Take note of the folder where you are extracting the files to, as you will need to refer to that folder when creating the VM.
7878

7979
3. Go to **Virtual Machines** > **Create/Register VM** wizard to start deploying the Virtual Connector.
8080
4. Select **Deploy a virtual machine from an OVF or OVA file** > **Next**.
8181
5. Choose a descriptive name for your virtual machine.
8282
6. Upload the files you have extracted from the OVA image. These include `mconn.ovf`, `mconn.nvram`, and `mconn.vmdk`.
8383
7. Select where you want to save the files extracted from the OVA image > **Next**.
8484
8. In **Networking mappings**, select assignments for your desired topology according to the port groups you set up previously:
85-
1. For example, map `eno1` port to `VM Network` to create your WAN, and `eno2` to `LAN0` to act as your LAN port.
86-
2. Allocate any unused ports to the `null` port group.
87-
3. Take note of your configuration. You will need this information to configure your network in the Cloudflare dashboard.
85+
1. For example, map `eno1` port to `VM Network` to create your WAN, and `eno2` to `LAN0` to act as your LAN port.
86+
2. Allocate any unused ports to the `null` port group.
87+
3. Take note of your configuration. You will need this information to configure your network in the Cloudflare dashboard.
8888
9. In **Disk provisioning**, select **Thin**.
8989
10. Before completing the deployment wizard, disable **Power on automatically**. This is important so that you can configure the license key prior to boot.
9090
11. Configure the virtual machine with the license key your account team provided you:
91-
1. Select the Virtual Connector's VM > **Settings**.
92-
2. Go to **VM Options** > **Advanced** > **Edit Configuration**.
93-
3. Select **Add parameter** to add your license key. Scroll down to the last entry (this is where VMware adds the new parameter), and add the following two new entries:
94-
- **Key**: `guestinfo.cloudflare.identity`
95-
- **Value**: `<YOUR_LICENCE_KEY>`
91+
1. Select the Virtual Connector's VM > **Settings**.
92+
2. Go to **VM Options** > **Advanced** > **Edit Configuration**.
93+
3. Select **Add parameter** to add your license key. Scroll down to the last entry (this is where VMware adds the new parameter), and add the following two new entries:
94+
- **Key**: `guestinfo.cloudflare.identity`
95+
- **Value**: `<YOUR_LICENCE_KEY>`
9696

9797
:::note
9898
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.

0 commit comments

Comments
 (0)