Skip to content

Commit 41e8326

Browse files
[MWAN Connector] Added to maintenance section (#24170)
* added register appliance page * created register hard appliance partial * added partial * added content to register mconn page * refined text * added content * changed name * refined text * changed page order * changed page order * added instro * corrected typo * changed page name * refined text * corrected step name * added edit sites page * added activate mconn page * removed space * added default pass page * page order * broke edit connectors into several pages * refined text * added description * Apply suggestions from code review Co-authored-by: Jun Lee <[email protected]> * corrected dhcp --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 5e065f1 commit 41e8326

File tree

14 files changed

+136
-16
lines changed

14 files changed

+136
-16
lines changed

src/content/docs/magic-wan/configuration/common-settings/sites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use a site, start by setting up your on-ramps. These can be [GRE or IPsec tun
1717

1818
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
1919
2. Go to **Magic WAN** > **Network overview (beta)**.
20-
3. Select **Create site**. If this is not the first time you are adding a site, you will have the option **Add site** instead.
20+
3. Select **Add site**.
2121
4. Add a name and description for your new site. Optionally, you can also add the geographical coordinates for your site in **Latitude** and **Longitude**. If you add geographical coordinates, once created your site's location will show in the map.
2222
5. Select **Create and continue**.
2323
6. Choose one or more on-ramps for your site from the list. Remember to only choose the on-ramps available to that particular site, as the list might show on-ramps available on other locations.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Activate Magic WAN Connector
4+
sidebar:
5+
order: 2
6+
---
7+
8+
Before you can activate your Connector, you need to follow Cloudflare's instructions regarding DHCP. For full instructions on this, refer to:
9+
10+
- The [hardware version of Connector](/magic-wan/configuration/connector/configure-hardware-connector/#activate-connector)
11+
- The [virtual version of Connector](/magic-wan/configuration/connector/configure-virtual-connector/#activate-connector)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Add or remove connectors
4+
sidebar:
5+
order: 4
6+
---
7+
8+
To add a new Connector you first need to remove the one associated with the on-ramp. You can only have more than one Connector if you initially enabled high availability on your on-ramp.
9+
10+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
11+
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
12+
3. Find the on-ramp that you want to edit > select the three dots next to it > **Edit**.
13+
4. In **Connectors**, remove the Connector associated with the on-ramp.
14+
5. Select **Add Connector** to add a different Connector to your on-ramp.
15+
6. Select **Save**.

src/content/docs/magic-wan/configuration/connector/maintenance/deactivate-connector.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
pcx_content_type: how-to
33
title: Deactivate Magic WAN Connector
4+
sidebar:
5+
order: 8
46

57
---
68

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Default password
4+
description: Learn how to edit Magic WAN Connector's default password.
5+
sidebar:
6+
order: 8
7+
---
8+
9+
Magic WAN Connector ships to you with a default password that enables you to access the hardware box or the virtual machine. Cloudflare recommends that you change this password after the first boot.
10+
11+
## Default password to access hardware Connector
12+
13+
Your Connector's default password is the serial number (also known as a Service Tag for Dell devices), all uppercase followed by an `!` (exclamation mark). For example, `A1B2C3D!`
14+
15+
## Default password to access Virtual Connector
16+
17+
Your Virtual Connector's default password is the last seven characters of your license key, all uppercase, plus an `!` (exclamation mark).
18+
19+
For example, if your license key is `mconn-abcdefghijklmnopqrstuvwxyz`, your default password will be `TUVWXYZ!`.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Edit basic information
4+
sidebar:
5+
order: 3
6+
---
7+
8+
In **Basic information**, you can change the name and description of your on-ramp.
9+
10+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
11+
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
12+
3. Find the on-ramp that you want to edit > select the three dots next to it > **Edit**.
13+
4. In **Basic information** make the necessary changes.
14+
5. Select **Save**.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Edit network settings
4+
sidebar:
5+
order: 5
6+
---
7+
8+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
9+
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
10+
3. Find the on-ramp that you want to edit > select the three dots next to it > **Edit**.
11+
4. Go to **Network configuration** > **WAN configuration** or **LAN configuration**.
12+
5. Find the WAN/LAN you want to edit > select the three dots next to it > **Edit**.
13+
6. Make the necessary changes.
14+
7. Select **Save**.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Edit sites
4+
sidebar:
5+
order: 7
6+
---
7+
8+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
9+
2. Go to **Magic WAN** > **Network overview (beta)**.
10+
3. Find the site you want to make changes on > select the three dots next to it > **Edit**.
11+
4. In **Basic information**, make changes to the site's name, description, and geographic coordinates.
12+
5. In **On-ramps**, add new on-ramps to your site. You can also remove existing ones.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Edit traffic steering settings
4+
sidebar:
5+
order: 6
6+
---
7+
8+
You can only add or remove applications to Breakout traffic and Prioritized traffic. To add or remove applications:
9+
10+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
11+
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
12+
3. Find the on-ramp that you want to edit > select the three dots next to it > **Edit**.
13+
4. Go to **Traffic steering** > **Breakout traffic** or **Prioritized traffic**.
14+
5. Select **Add** to add a new application.
15+
6. To delete an application, find the one you want to delete from **Breakout traffic** or **Prioritized traffic** > select the three dots next to it > **Remove**.

src/content/docs/magic-wan/configuration/connector/maintenance/heartbeat.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
pcx_content_type: how-to
33
title: Heartbeat
4+
sidebar:
5+
order: 9
46

57
---
68

0 commit comments

Comments
 (0)