Skip to content

Commit b57c9a0

Browse files
vars
1 parent e08fd37 commit b57c9a0

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { Render } from "~/components";
1515
params={{
1616
greIpsecTunnelsURL: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/",
1717
connectorURL: "/magic-wan/configuration/connector/",
18-
cniURL: "/magic-wan/network-interconnect/"
18+
cniURL: "/magic-wan/network-interconnect/",
19+
connectorName: "Magic WAN Connector"
1920
}}
2021
/>

src/content/partials/networking-services/magic-wan/zero-trust/warp.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ To learn which IP addresses and UDP ports you should exclude to accomplish this,
9797
file="mconn/network-options/app-aware-policies/warp-traffic"
9898
product="networking-services"
9999
params={{
100-
connectorName: "Magic WAN Connector",
101-
mwanName: "Magic WAN",
100+
connectorName: props.mwanConnectorName,
101+
mwanName: props.productName,
102102
warpFirewallURL: "/cloudflare-one/connections/connect-devices/warp/deployment/firewall/"
103103
}}
104104
/>

src/content/partials/networking-services/mconn/configure-connectors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,9 +795,9 @@ To set up a high availability configuration:
795795

796796
## IPsec tunnels and static routes
797797

798-
Magic WAN Connector automatically creates <a href={props.ipsecTunnelsRefURL}>IPsec tunnels</a> and <a href={props.staticRoutesRefURL}>static routes</a> for you. You cannot configure these manually.
798+
{ props.magicWord === "virtual" ? props.productNameVirtual : props.productName } automatically creates <a href={props.ipsecTunnelsRefURL}>IPsec tunnels</a> and <a href={props.staticRoutesRefURL}>static routes</a> for you. You cannot configure these manually.
799799

800-
To check the IPsec tunnels and static routes created by your Magic WAN Connector:
800+
To check the IPsec tunnels and static routes created by your { props.magicWord === "virtual" ? props.productNameVirtual : props.productName }:
801801

802802
1. In the Cloudflare dashboard, go to the **Sites** page.
803803

src/content/partials/networking-services/sites/sites.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ params:
33
- greIpsecTunnelsURL
44
- connectorURL
55
- cniURL
6+
- connectorName
67
---
78

89
import { set } from "date-fns";
910
import { Render } from "~/components";
1011

1112
Sites represent the local network of a data center, office, or other physical location, and combine all on-ramps available there. Sites also allow you to check, at a glance, the state of your on-ramps and set up health alert settings so that you get notified when there are issues with the site's on-ramps.
1213

13-
To use a site, start by setting up your on-ramps. These can be <a href={props.greIpsecTunnelsURL}>GRE or IPsec tunnels</a>, a <a href={props.connectorURL}>Magic WAN Connector</a>, or a direct <a href={props.cniURL}>CNI link</a>. When you are finished setting these up, refer to the steps below to learn how to set up a site.
14+
To use a site, start by setting up your on-ramps. These can be <a href={props.greIpsecTunnelsURL}>GRE or IPsec tunnels</a>, a <a href={props.connectorURL}>{props.connectorName}</a>, or a direct <a href={props.cniURL}>CNI link</a>. When you are finished setting these up, refer to the steps below to learn how to set up a site.
1415

1516
## Add a site
1617

0 commit comments

Comments
 (0)