Skip to content

Commit 4f70bbc

Browse files
committed
Updating UI copy for /cf1/connections/connect-networks/
1 parent c4260ad commit 4f70bbc

File tree

17 files changed

+53
-49
lines changed

17 files changed

+53
-49
lines changed

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/cloudflared-parameters/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ On Windows, Cloudflare Tunnel installs itself as a system service using the Regi
142142

143143
To configure how `cloudflared` sends requests to your [published applications](/cloudflare-one/networks/connectors/cloudflare-tunnel/routing-to-tunnel/):
144144

145-
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Tunnels**.
146-
2. Choose a tunnel and select **Configure**.
145+
1. In [Cloudflare One](https://one.dash.cloudflare.com/), go to **Networks** > **Connectors** > **Cloudflare Tunnels**.
146+
2. Choose a tunnel and select **Edit**.
147147
3. Select the **Published application routes** tab.
148148
4. Choose an application and select **Edit**.
149149
5. Under **Additional application settings**, modify one or more [origin configuration parameters](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/cloudflared-parameters/origin-parameters/).

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/remote-tunnel-permissions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To get the token for a remotely-managed tunnel:
1515

1616
<Tabs syncKey="dashPlusAPI">
1717
<TabItem label="Dashboard">
18-
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Tunnels**.
18+
1. In [Cloudflare One](https://one.dash.cloudflare.com/), go to **Networks** > **Connectors** > **Cloudflare Tunnels**.
1919
2. Select a `cloudflared` tunnel and select **Edit**.
2020
3. Copy the `cloudflared` installation command.
2121
4. Paste the installation command into any text editor. The token value is of the form `eyJhIjoiNWFiNGU5Z...`
@@ -61,7 +61,7 @@ To rotate a tunnel token:
6161

6262
<Tabs syncKey="dashPlusAPI">
6363
<TabItem label="Dashboard">
64-
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Tunnels**.
64+
1. In [Cloudflare One](https://one.dash.cloudflare.com/), go to **Networks** > **Connectors** > **Cloudflare Tunnels**.
6565
2. Select a `cloudflared` tunnel and select **Edit**.
6666
3. Select **Refresh token**.
6767
4. Copy the `cloudflared` installation command for your operating system. This command contains the new token.

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/ansible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Once you have created the configuration files, you can deploy them through Terra
299299
terraform apply
300300
```
301301

302-
It may take several minutes for the GCP instance and tunnel to come online. You can view your new tunnel in [Zero Trust](https://one.dash.cloudflare.com) under **Networks** > **Tunnels**.
302+
It may take several minutes for the GCP instance and tunnel to come online. You can view your new tunnel in [Cloudflare One](https://one.dash.cloudflare.com) under **Networks** > **Connectors** > **Cloudflare Tunnels**.
303303

304304
## 7. Test the connection
305305

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/aws.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ EOF
9898

9999
[Private network routes](/cloudflare-one/networks/connectors/cloudflare-tunnel/private-net/cloudflared/) allow users to connect to your virtual private cloud (VPC) using the WARP client. To add a private network route for your Cloudflare Tunnel:
100100

101-
1. In the **CIDR** tab, enter the **Private IPv4 address** of your AWS instance (for example, `172.31.19.0`). You can expand the IP range later if necessary.
102-
2. In your [Split Tunnel configuration](/cloudflare-one/team-and-resources/devices/warp/configure-warp/route-traffic/split-tunnels/#add-a-route), make sure the private IP is routing through WARP. For example, if you are using Split Tunnels in **Exclude** mode, delete `172.16.0.0/12`. We recommend re-adding the IPs that are not explicitly used by your AWS instance.
101+
1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Networks** > **Routes**.
102+
2. In the **CIDR** tab, enter the **Private IPv4 address** of your AWS instance (for example, `172.31.19.0`). You can expand the IP range later if necessary.
103+
3. In your [Split Tunnel configuration](/cloudflare-one/team-and-resources/devices/warp/configure-warp/route-traffic/split-tunnels/#add-a-route), make sure the private IP is routing through WARP. For example, if you are using Split Tunnels in **Exclude** mode, delete `172.16.0.0/12`. We recommend re-adding the IPs that are not explicitly used by your AWS instance.
103104

104105
To determine which IP addresses to re-add, subtract your AWS instance IPs from `172.16.0.0/12`:
105106

@@ -113,7 +114,7 @@ EOF
113114

114115
Add the results back to your Split Tunnel Exclude mode list.
115116

116-
3. To test on a user device:
117+
4. To test on a user device:
117118
1. [Log in to the WARP client](/cloudflare-one/team-and-resources/devices/warp/deployment/manual-deployment/).
118119
2. Open a terminal window and connect to the service using its private IP:
119120

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/azure.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ We will walk through how to initialize a service on a Linux VM in Azure, and rou
1313

1414
## Prerequisites
1515

16-
- In [Zero Trust](https://one.dash.cloudflare.com/), create a Cloudflare Zero Trust account.
17-
- [Enroll an end-user device](/cloudflare-one/team-and-resources/devices/warp/deployment/manual-deployment/) into your Cloudflare Zero Trust account.
16+
- In [Cloudflare One](https://one.dash.cloudflare.com/), create a Cloudflare One account.
17+
- [Enroll an end-user device](/cloudflare-one/team-and-resources/devices/warp/deployment/manual-deployment/) into your Cloudflare One account.
1818

1919
## Create your environment
2020

@@ -113,4 +113,4 @@ systemctl start cloudflared
113113
systemctl status cloudflared
114114
```
115115

116-
Next, visit Zero Trust and ensure your new tunnel shows as **active**. Optionally, begin creating [Access policies](/cloudflare-one/access-controls/policies/) to secure your private resources.
116+
Next, visit Cloudflare One and ensure your new tunnel shows as **active**. Optionally, begin creating [Access policies](/cloudflare-one/access-controls/policies/) to secure your private resources.

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/kubernetes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ A pod represents an instance of a running process in the cluster. In this exampl
147147

148148
To create a Cloudflare Tunnel:
149149

150-
1. Open a new browser tab and log in to [Zero Trust](https://one.dash.cloudflare.com).
150+
1. Open a new browser tab and log in to [Cloudflare One](https://one.dash.cloudflare.com).
151151

152-
2. Go to **Networks** > **Tunnels**.
152+
2. Go to **Networks** > **Connectors** > **Cloudflare Tunnels**.
153153

154154
3. Select **Create a tunnel**.
155155

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/terraform.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ If you would prefer to manually install the tunnel, refer to [Install and run th
439439
440440
<Render file="terraform/deploy-terraform" product="cloudflare-one" />
441441
442-
It may take several minutes for the GCP instance and tunnel to come online. You can view your new tunnel, Access application, and Access policy in [Zero Trust](https://one.dash.cloudflare.com). The new DNS records are available in the [Cloudflare dashboard](/dns/manage-dns-records/how-to/create-dns-records/).
442+
It may take several minutes for the GCP instance and tunnel to come online. You can view your new tunnel, Access application, and Access policy in [Cloudflare One](https://one.dash.cloudflare.com). The new DNS records are available in the [Cloudflare dashboard](/dns/manage-dns-records/how-to/create-dns-records/).
443443
444444
:::note[Remove Terraform resources]
445445
@@ -448,9 +448,9 @@ If you need to roll back the configuration, run `terraform destroy` to delete ev
448448
449449
## 7. Test the connection
450450
451-
1. In **Networks** > **Tunnels**, verify that your tunnel is active.
451+
1. In **Networks** > **Connectors** > **Cloudflare Tunnels**, verify that your tunnel is active.
452452
453-
2. In **Access** > **Applications**, verify that your Cloudflare email is allowed by the Access policy.
453+
2. In **Access controls** > **Applications**, verify that your Cloudflare email is allowed by the Access policy.
454454
455455
3. From any device, open a browser and go to `http_app.<CLOUDFLARE_ZONE>` (for example, `http_app.example.com`).
456456

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/downloads/update-cloudflared.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ sudo systemctl restart cloudflared.service
9494

9595
**If you created a remotely-managed tunnel using the [dashboard](/cloudflare-one/networks/connectors/cloudflare-tunnel/get-started/create-remote-tunnel/):**
9696

97-
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Tunnels**.
98-
2. Select your tunnel and select **Configure**.
97+
1. In [Cloudflare One](https://one.dash.cloudflare.com/), go to **Networks** > **Connectors** > **Cloudflare Tunnels**.
98+
2. Select your tunnel and select **Edit**.
9999
3. Select **Docker** and copy the installation command shown in the dashboard. The copied command will contain your token.
100100
4. Paste this command into a terminal window.
101101

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/get-started/create-remote-tunnel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { Render } from "~/components";
99

10-
Follow this step-by-step guide to create your first [remotely-managed tunnel](/cloudflare-one/networks/connectors/cloudflare-tunnel/get-started/tunnel-useful-terms/#remotely-managed-tunnel) using Zero Trust.
10+
Follow this step-by-step guide to create your first [remotely-managed tunnel](/cloudflare-one/networks/connectors/cloudflare-tunnel/get-started/tunnel-useful-terms/#remotely-managed-tunnel) using Cloudflare One.
1111

1212
## 1. Create a tunnel
1313

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/get-started/tunnel-useful-terms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can create and configure a tunnel once and run that tunnel through multiple,
2929

3030
## Remotely-managed tunnel
3131

32-
A remotely-managed tunnel is a [tunnel](#tunnel) that was created in [Zero Trust](https://one.dash.cloudflare.com/) under **Networks** > **Tunnels**. Tunnel configuration is stored in Cloudflare, which allows you to manage the tunnel from the dashboard or using the [API](/api/resources/zero_trust/subresources/tunnels/subresources/cloudflared/subresources/configurations/methods/get/).
32+
A remotely-managed tunnel is a [tunnel](#tunnel) that was created in [Cloudflare One](https://one.dash.cloudflare.com/) under **Networks** > **Tunnels**. Tunnel configuration is stored in Cloudflare, which allows you to manage the tunnel from the dashboard or using the [API](/api/resources/zero_trust/subresources/tunnels/subresources/cloudflared/subresources/configurations/methods/get/).
3333

3434
## Locally-managed tunnel
3535

0 commit comments

Comments
 (0)