Skip to content

Commit d3d81d1

Browse files
[CF1] update tunnel instructions (#19251)
* [CF1] update tunnel instructions * links * Update src/content/docs/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel.mdx
1 parent 7c8790e commit d3d81d1

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,32 @@ title: Create a remotely-managed tunnel (dashboard)
33
pcx_content_type: how-to
44
sidebar:
55
order: 1
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

1110
Follow this step-by-step guide to get your first tunnel up and running using Zero Trust.
1211

13-
## Prerequisites
14-
15-
Before you start, make sure you:
16-
17-
* [Add a website to Cloudflare](/fundamentals/setup/manage-domains/add-site/).
18-
* [Change your domain nameservers to Cloudflare](/dns/zone-setups/full-setup/setup/).
19-
2012
## 1. Create a tunnel
2113

2214
<Render file="tunnel/create-tunnel" product="cloudflare-one" />
2315

24-
The next steps depend on whether you want to [connect an application](#2-connect-an-application) or [connect a network](#3-connect-a-network).
16+
The next steps depend on whether you want to [connect an application](#2a-connect-an-application) or [connect a network](#2b-connect-a-network).
17+
18+
## 2a. Connect an application
19+
20+
Before you connect an application through your tunnel, you must:
2521

26-
## 2. Connect an application
22+
- [Add a website to Cloudflare](/fundamentals/setup/manage-domains/add-site/).
23+
- [Change your domain nameservers to Cloudflare](/dns/zone-setups/full-setup/setup/).
2724

28-
Follow these steps to connect an application through your tunnel. If you are looking to connect a network, skip to the [Connect a network section](#3-connect-a-network).
25+
Follow these steps to connect an application through your tunnel. If you are looking to connect a network, skip to the [Connect a network section](#2b-connect-a-network).
2926

3027
<Render file="tunnel/add-public-hostname" product="cloudflare-one" />
3128

32-
The application is now publicly available on the Internet. To allow or block specific users, [create an Access application](/cloudflare-one/applications/configure-apps/self-hosted-public-app).
29+
The application is now publicly available on the Internet. To allow or block specific users, [create an Access application](/cloudflare-one/applications/configure-apps/self-hosted-public-app/).
3330

34-
## 3. Connect a network
31+
## 2b. Connect a network
3532

3633
Follow these steps to connect a private network through your tunnel.
3734

@@ -41,7 +38,7 @@ Follow these steps to connect a private network through your tunnel.
4138

4239
To configure Zero Trust policies and connect as a user, refer to [Connect private networks](/cloudflare-one/connections/connect-networks/private-net/cloudflared/).
4340

44-
## 4. View your tunnel
41+
## 3. View your tunnel
4542

4643
After saving the tunnel, you will be redirected to the **Tunnels** page. Look for your new tunnel to be listed along with its active connector.
4744

src/content/docs/cloudflare-one/connections/connect-networks/private-net/index.mdx

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

8-
With Cloudflare Zero Trust, you can connect private networks and the services running in those networks to Cloudflare's global network. This involves installing a [connector](#connectors) on the private network, and then [setting up routes](/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/#3-connect-a-network) which define the IP addresses available in that environment. Unlike [public hostname routes](/cloudflare-one/connections/connect-networks/routing-to-tunnel/), private network routes can expose both HTTP and non-HTTP resources.
8+
With Cloudflare Zero Trust, you can connect private networks and the services running in those networks to Cloudflare's global network. This involves installing a [connector](#connectors) on the private network, and then [setting up routes](/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/#2b-connect-a-network) which define the IP addresses available in that environment. Unlike [public hostname routes](/cloudflare-one/connections/connect-networks/routing-to-tunnel/), private network routes can expose both HTTP and non-HTTP resources.
99

1010
To reach private network IPs, end users must connect their device to Cloudflare and enroll in your Zero Trust organization. The most common method is to install the [WARP client](/cloudflare-one/connections/connect-devices/warp/) on their device, or you can onboard their network traffic to Cloudflare using our [WARP Connector](/cloudflare-one/connections/connect-networks/private-net/warp-connector/) or [Magic WAN](/magic-wan/zero-trust/cloudflare-tunnel/).
1111

0 commit comments

Comments
 (0)