You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/partials/magic-cloud-networking/magic-wan-on-ramps.mdx
+24-9Lines changed: 24 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
2
inputParameters: mwanAccount
3
-
4
3
---
5
4
6
-
import { Markdown } from"~/components"
5
+
import { Markdown } from"~/components";
7
6
8
7
Magic Cloud Networking (beta) allows you to create on-ramps from your cloud networks to Magic WAN. Cloudflare will create virtual private network (VPN) tunnels between Magic WAN and your virtual private cloud (VPC), configuring both sides of the connection on your behalf. Cloudflare orchestrates the cloud provider's native VPN functionality, without requiring deployment of any additional compute virtual machines (VMs).
9
8
@@ -25,26 +24,32 @@ Magic Cloud Networking has the following cloud on-ramps integrations:
25
24
26
25
Refer to [Reference](/magic-cloud-networking/reference/) to learn more about how Cloudflare orchestrates VPN connectivity to your cloud networks.
27
26
28
-
## Create a Magic WAN cloud on-ramp
27
+
---
28
+
29
+
## Set up on-ramps
30
+
31
+
### Create a Magic WAN cloud on-ramp
29
32
30
33
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
31
34
2. Select **Magic WAN** > **Cloud on-ramps**.
32
35
3. Select **Add new on-ramp**.
33
36
4. Give your new on-ramp a descriptive name.
34
37
5. Select the network you want to connect to, and select **Continue**.
35
38
6.**Configure on-ramp** shows where Cloudflare will install the new routes. Installing these routes is required to correctly configure both Magic WAN and your cloud provider, and ensure successful communication between them:
39
+
36
40
-**Add routes for your Magic WAN address space to your cloud network**: Select this option to install routes for reaching Magic WAN in your cloud network's route tables (refer to [Magic WAN Address Space](#magic-wan-address-space) to learn what routes are installed and how to customize them). If you prefer to do this manually, unselect this option.
37
-
:::caution
38
-
Cloudflare recommends that you leave this option selected. If you unselect **Add routes for your Magic WAN address space to your cloud network**, you will need to manually create all the required configurations to allow Magic WAN to connect to your cloud, like routing tables, transit gateways, and VPNs. Refer to the [Magic WAN How to](/magic-wan/configuration/manually/how-to/) section, or consult the documentation for your cloud provider for more information.
39
-
:::
41
+
:::caution
42
+
Cloudflare recommends that you leave this option selected. If you unselect **Add routes for your Magic WAN address space to your cloud network**, you will need to manually create all the required configurations to allow Magic WAN to connect to your cloud, like routing tables, transit gateways, and VPNs. Refer to the [Magic WAN How to](/magic-wan/configuration/manually/how-to/) section, or consult the documentation for your cloud provider for more information.
43
+
:::
40
44
41
45
-**Add routes for your cloud network to Magic WAN**: Select this option to create routes for reaching your cloud network in Magic WAN.
46
+
42
47
7. Select **Continue**. Applying your settings might take a few seconds to complete.
43
48
8. Review the changes in your cloud environment, and select **Approve changes**.
44
49
45
50
You have successfully created your Magic WAN on-ramp. However, on-ramp creation can take up to an hour before you can use it.
46
51
47
-
## Edit a Magic WAN cloud on-ramp
52
+
###Edit a Magic WAN cloud on-ramp
48
53
49
54
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
50
55
2. Select **Magic WAN** > **Cloud on-ramps**.
@@ -58,7 +63,7 @@ You have successfully created your Magic WAN on-ramp. However, on-ramp creation
58
63
If you uncheck any of the Propagation settings, you will have to manually configure Magic WAN or your cloud provider to ensure successful communication between them. Refer to the [How to](/magic-wan/configuration/manually/how-to/) section of Magic WAN, or consult the documentation for your cloud provider for more information.
59
64
:::
60
65
61
-
## Delete a Magic WAN cloud on-ramp
66
+
###Delete a Magic WAN cloud on-ramp
62
67
63
68
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
64
69
2. Select **Magic WAN** > **Cloud on-ramps**.
@@ -68,7 +73,7 @@ You have successfully created your Magic WAN on-ramp. However, on-ramp creation
68
73
-**Detach**: Cloudflare will stop managing the cloud resources that were created to build this on-ramp, but will leave them in place. On-ramp connectivity will not be impacted.
69
74
-**Destroy**: Cloudflare will delete the resources that were created to build this on-ramp in the cloud provider, if possible. Resources cannot be deleted if other resources depend upon them. For example, if an AWS Customer Gateway was created for this on-ramp, but was subsequently used in a second on-ramp, destroying this on-ramp will not destroy the AWS Customer Gateway.
70
75
71
-
## Magic WAN Address Space
76
+
###Magic WAN Address Space
72
77
73
78
By default, Cloudflare installs the following summarized routes in your cloud route tables to direct traffic to Magic WAN:
74
79
@@ -88,3 +93,13 @@ To override the defaults with custom prefixes:
88
93
5. When you are finished, select **Save changes**.
89
94
90
95
To install a default route to send all traffic to Magic WAN, enter `0.0.0.0/0` (on Azure, enter `0.0.0.0/1` and `128.0.0.0/1`).
96
+
97
+
## Cost estimates
98
+
99
+
You can view estimated costs associated with your cloud resources in the Cloudflare dashboard.
100
+
101
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
102
+
2. Select **Magic WAN** > **Cloud on-ramps**.
103
+
3. Find the cloud on-ramp for which you want to check the estimated costs.
104
+
4. Select the three dots > **Associated Resources**.
105
+
5. In the **Associated Resources** page, you can view the estimated monthly costs for all the resources associated with the on-ramp you chose. You can also search for a specific resource using the search box.
0 commit comments