Skip to content

Commit c4260ad

Browse files
[Magic to CF1] Replicate magic in cf1 (#26078)
* files and structure * moved appliances to config folder * Add networks index file * Added connectors index file * created overview partial * moved general overview to partial * import in one line only * added code for mwan only * markdown links to html * conditional mcn * conditional products * removed unecessary var * dash conditional render wan tunnels * removed dashbutton from wan tunnels * added conditional * vars * vars * vars * vars * vars * vars * refactored with cond rend steps * corrected path * refined text * conditional title * refined steps * refined texts and add vars * vars * vars and refactor * vars links * vars * var names * refined text * changed title * refined text * conditional render * refined vars * corrected code * added comments * var * language * vars * refined text * refined text * name vars * vars * conditional steps * refined text * vars * refined text * var * vars * sites url var * refined text * removed extra lines * corrected anchor link * refined text * corrected vars * var name * cond render steps * corrected link * var wan name * updated link * conditional render * conditional render * html list to properly indent * vars url and name * added links do cf1 dash * corrected var * conditional render * removed extra markdown * removed duplicate * conditional render * conditional render * mermaid var * vars * cond render * conditional render * conditional render * cond render * conditional render * bold * cond render * cond render * refined * refined text * refined text * conditional render * refined * refined * cond render * corrected name * refined text * refined text * conditional render * corrected steps * refined * refined * corrected char * refined step * corrected step * refined steps * refined text * conditional render * added note explaining * conditional render * refined * corrected render * refined cond render * corrected login text * markdown list * cond render * cond render * cond render * markdown list * conditional render * refined text * content renders in wan * markdown list * cond render * cond render * next steps to partial * var name * urls * corecctions * refined text * link var * var static routes * deleted images * ipsec var * static routes * removed magic cloud page wan tunnels * appliance * refined text * cond render * cond render * var name * var name * var link * vars links names * cond render * aside * html links * fixed lists * refined * corrected path * corrected path * refined * coorected name * conditional render * vaar name * var name * refined links * links * name var * link vars * vars * vars * refined * var name * cond render * corrected vars * corrected cond render * refined text * renamed partial * var name * var name * cond render * corrected links * var name * cond render * markdown list * cond render * refined step * refined steps * refined steps * corected var * removed cond render * note about logic * consisted magicWord var * removed extra var * corrected magicword * dashbutton var * corrected links
1 parent 102fbee commit c4260ad

File tree

192 files changed

+106585
-650
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+106585
-650
lines changed
Binary file not shown.
Binary file not shown.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Analytics
3+
pcx_content_type: reference
4+
sidebar:
5+
order: 10
6+
head: []
7+
description: Use WAN Tunnels' different analytic options for an overview of the
8+
performance of your sites, or to troubleshoot potential issues.
9+
10+
---
11+
12+
import { Render } from "~/components";
13+
14+
<Render file="analytics/overview"
15+
product="networking-services"
16+
params={{
17+
magicWord: "WAN Tunnels",
18+
productName: "WAN Tunnels",
19+
analyticsAnchorHeading: "#wan-tunnels-network-analytics",
20+
networkAnalyticsURL: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/network-analytics/",
21+
traceRoutes: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/traceroutes/",
22+
graphQlTunnelBandwidthURL: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/query-bandwidth/",
23+
graphQlTunnelHealthURL: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/query-tunnel-health/",
24+
siteAnalyticsURL: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/site-analytics/"
25+
}}
26+
/>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Network Analytics
3+
pcx_content_type: how-to
4+
sidebar:
5+
order: 2
6+
head:
7+
- tag: title
8+
content: WAN Tunnels Network Analytics
9+
---
10+
11+
import { Render } from "~/components";
12+
13+
<Render file="magic-wan/analytics/network-analytics"
14+
product="networking-services"
15+
params={{
16+
productName: "WAN Tunnels"
17+
18+
}}
19+
/>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Packet captures
4+
external_link: /magic-firewall/packet-captures/
5+
sidebar:
6+
order: 4
7+
8+
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: configuration
3+
title: Querying WAN Tunnels tunnel bandwidth analytics with GraphQL
4+
sidebar:
5+
order: 5
6+
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="graphql/query-magic-transit-bandwidth-graphql"
12+
product="networking-services"
13+
params={{ productName: "WAN Tunnels" }}
14+
/>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
pcx_content_type: configuration
3+
title: Querying WAN Tunnels tunnel health check results with GraphQL
4+
sidebar:
5+
order: 6
6+
7+
---
8+
9+
import { Render } from "~/components"
10+
11+
<Render file="graphql/query-magic-transit-health-checks"
12+
product="networking-services"
13+
params={{ productName: "WAN Tunnels" }} />
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Site analytics
3+
pcx_content_type: how-to
4+
sidebar:
5+
order: 1
6+
head:
7+
- tag: title
8+
content: WAN Tunnels site analytics
9+
10+
---
11+
12+
import { Render } from "~/components"
13+
14+
<Render
15+
file="analytics/site-analytics"
16+
product="networking-services"
17+
params={{
18+
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.",
19+
magicWord: "WAN Tunnels",
20+
productName: "WAN Tunnels",
21+
networkOverviewPageName: "Network visibility",
22+
magicTunnelHcsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/configure-magic-tunnel-health-alerts/",
23+
setGeoCoordinatesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/sites/#set-geographic-coordinates"
24+
}}
25+
/>
26+
27+
### Set thresholds for site health
28+
29+
<Render
30+
file="analytics/set-thresholds-site-health"
31+
product="networking-services"
32+
params={{
33+
productName: "WAN Tunnels",
34+
magicTunnelHcsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/configure-magic-tunnel-health-alerts/"
35+
}}
36+
/>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Traceroutes
3+
pcx_content_type: how-to
4+
sidebar:
5+
order: 3
6+
---
7+
8+
import { Render } from "~/components";
9+
10+
<Render
11+
file="analytics/traceroutes"
12+
product="networking-services"
13+
params={{
14+
productName: "WAN",
15+
dashButtonPath: "/?to=/:account/magic-wan/tunnel-healthchecks",
16+
}}
17+
/>
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
sidebar:
5+
order: 13
6+
head: []
7+
description: Review recent changes to WAN Tunnels.
8+
---
9+
10+
import { ProductChangelog } from "~/components";
11+
12+
{/* <!-- Actual content lives in /src/content/changelog/cloudflare-one/networks/connectors/wan-tunnels/. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
13+
14+
<ProductChangelog product="magic-wan" hideEntry="2024-06-16-cloudflare-one"/>
15+
16+
## 2025-02-14
17+
18+
**Sites feature available to all WAN Tunnels customers**
19+
20+
All WAN Tunnels customers now have full access to the WAN Tunnels sites feature. Customers can configure a WAN Tunnels site either with or without an Appliance.
21+
22+
## 2024-12-17
23+
24+
**Appliances configurable health checks**
25+
26+
Health check rate on Appliances IPsec tunnels are now configurable.
27+
28+
## 2024-12-17
29+
30+
**BGP support for Cloudflare Network Interconnect (CNI)**
31+
32+
WAN Tunnels customers can now establish BGP peering over Direct CNI circuits. Customers can now dynamically exchange routes and path availability status between their router device and the WAN Tunnels table.
33+
34+
## 2024-12-12
35+
36+
**LAN Policy improvements for the Appliances**
37+
38+
Appliances LAN Policy now supports unidirectional traffic flows and port-ranges.
39+
40+
## 2024-10-01
41+
42+
**Early access testing for BGP on CNI 2.0 circuits**
43+
44+
Customers can exchange routes dynamically with their Magic virtual network overlay via Direct CNI or Cloud CNI based connectivity.
45+
46+
## 2024-09-27
47+
48+
**Appliances sends WARP client traffic to Internet**
49+
50+
All Appliances now route WARP client traffic directly to the Internet, bypassing IPsec tunneling, to prevent double encapsulation of WARP traffic.
51+
52+
## 2024-07-17
53+
54+
**Updates to High Availability on the Appliances**
55+
56+
The High Availability feature on Appliances now supports additional failover conditions, DHCP lease syncing, and staggered upgrades.
57+
58+
## 2024-06-23
59+
60+
**ICMP support for traffic sourced from private IPs**
61+
62+
WAN Tunnels will now support ICMP traffic sourced from private IPs going to the Internet via Gateway.
63+
64+
## 2024-06-05
65+
66+
**Application based prioritization**
67+
68+
The Appliances can now prioritize traffic on a per-application basis.
69+
70+
## 2024-05-31
71+
72+
**WARP virtual IP addresses**
73+
74+
Customers using Gateway to filter traffic to WAN Tunnels destinations will now see traffic from Cloudflare egressing with WARP virtual IP addresses (CGNAT range), rather than public Cloudflare IP addresses. This simplifies configuration and improves visibility for customers.
75+
76+
## 2024-01-23
77+
78+
**Network segmentation**
79+
80+
You can define policies in your Appliance to either allow traffic to flow between your LANs without it leaving your local premises or to forward it via the Cloudflare network where you can add additional security features.

0 commit comments

Comments
 (0)