Skip to content

Commit eeb116f

Browse files
committed
move content to Troubleshooting
1 parent 24afb26 commit eeb116f

File tree

2 files changed

+34
-28
lines changed

2 files changed

+34
-28
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment.mdx

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -145,31 +145,4 @@ The device is now protected by your organization's Zero Trust policies.
145145

146146
## Virtual machines
147147

148-
By default, virtual machines (VMs) are subject to the WARP client settings of the host. If you want to deploy a separate instance of WARP in a VM, you must configure the VM to operate in bridged networking mode.
149-
150-
## Connectivity status
151-
152-
The WARP client GUI displays the following status messages when transitioning from a **Disconnected** to **Connected** state. These messages indicate the connectivity stage of the WARP daemon as it establishes a connection from the device to Cloudflare. The [WARP mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) determines which messages are displayed during the connection process. If WARP encounters an error while connecting, the status message will change to an [error code](/cloudflare-one/connections/connect-devices/warp/troubleshooting/client-errors/).
153-
154-
To print status messages to the console, run the `warp-cli -l status` command before turning on the WARP switch.
155-
156-
| Status message | Description |
157-
| --------------------- | ------------------------ |
158-
| Verifying connection settings | Initializes connection components based on your [WARP settings](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/). |
159-
| Validating network | Validates Ethernet and/or Wi-Fi network connectivity. |
160-
| Initializing IP connection | Checks for IPv4 and IPv6 connectivity to Cloudflare using the [Happy Eyeballs algorithm](https://datatracker.ietf.org/doc/html/rfc6555). |
161-
| Establishing a connection | Connects to the endpoint discovered by Happy Eyeballs. |
162-
| Building a Tunnel | Creates a [virtual network interface](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#virtual-interface) on the operating system for the WARP tunnel. |
163-
| Configuring the firewall | Configures the system firewall to allow WARP tunnel traffic. |
164-
| Setting up your routing table | Updates the [system routing table](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#routing-table) based on your [Split Tunnel rules](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/). |
165-
| Configuring your firewall rules | Configures the [system firewall](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#system-firewall) based on your Split Tunnel rules. |
166-
| Checking connectivity to DNS| Checks connectivity to the DNS endpoint (` <account-id>.cloudflare-gateway.com`). |
167-
| Setting local endpoint communication | Configures local DNS proxy sockets. |
168-
| Configuring local DNS proxy | Creates a [local DNS proxy](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#dns-traffic) for DNS resolution.|
169-
| Applying DNS settings | Sets the local DNS proxy as the default DNS server on the device. |
170-
| Configuring forward proxy | (Only in [Proxy mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/#proxy-mode)) Configures the SOCKS proxy. |
171-
| Confirming Tunnel connection | Checks connectivity to [destinations](/cloudflare-one/connections/connect-devices/warp/deployment/firewall/#connectivity-checks) inside and outside of the WARP tunnel. |
172-
| Validating DNS configuration | Verifies that DNS requests are answered by WARP's local DNS proxy. |
173-
| Verifying SOCKS proxy configuration | (Only in [Proxy mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/#proxy-mode)) Verifies the SOCKS proxy configuration. |
174-
| Ensuring MTLS identity | (Only in [Device Information Only mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/device-information-only/)) Installs a client certificate for mTLS authentication. |
175-
148+
By default, virtual machines (VMs) are subject to the WARP client settings of the host. If you want to deploy a separate instance of WARP in a VM, you must configure the VM to operate in bridged networking mode.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
pcx_content_type: reference
3+
title: Connectivity status
4+
sidebar:
5+
order: 10
6+
7+
---
8+
9+
import { } from "~/components"
10+
11+
The WARP client GUI displays the following status messages when transitioning from a **Disconnected** to **Connected** state. These messages indicate the connectivity stage of the WARP daemon as it establishes a connection from the device to Cloudflare. The [WARP mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) determines which messages are displayed during the connection process. If WARP encounters an error while connecting, the status message will change to an [error code](/cloudflare-one/connections/connect-devices/warp/troubleshooting/client-errors/).
12+
13+
To print status messages to the console, run the `warp-cli -l status` command before turning on the WARP switch.
14+
15+
| Status message | Description |
16+
| --------------------- | ------------------------ |
17+
| Verifying connection settings | Initializes connection components based on your [WARP settings](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/). |
18+
| Validating network | Validates Ethernet and/or Wi-Fi network connectivity. |
19+
| Initializing IP connection | Checks for IPv4 and IPv6 connectivity to Cloudflare using the [Happy Eyeballs algorithm](https://datatracker.ietf.org/doc/html/rfc6555). |
20+
| Establishing a connection | Connects to the endpoint discovered by Happy Eyeballs. |
21+
| Building a Tunnel | Creates a [virtual network interface](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#virtual-interface) on the operating system for the WARP tunnel. |
22+
| Configuring the firewall | Configures the system firewall to allow WARP tunnel traffic. |
23+
| Setting up your routing table | Updates the [system routing table](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#routing-table) based on your [Split Tunnel rules](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/). |
24+
| Configuring your firewall rules | Configures the [system firewall](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#system-firewall) based on your Split Tunnel rules. |
25+
| Checking connectivity to DNS| Checks connectivity to the DNS endpoint (` <account-id>.cloudflare-gateway.com`). |
26+
| Setting local endpoint communication | Configures local DNS proxy sockets. |
27+
| Configuring local DNS proxy | Creates a [local DNS proxy](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#dns-traffic) for DNS resolution.|
28+
| Applying DNS settings | Sets the local DNS proxy as the default DNS server on the device. |
29+
| Configuring forward proxy | (Only in [Proxy mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/#proxy-mode)) Configures the SOCKS proxy. |
30+
| Confirming Tunnel connection | Checks connectivity to [destinations](/cloudflare-one/connections/connect-devices/warp/deployment/firewall/#connectivity-checks) inside and outside of the WARP tunnel. |
31+
| Validating DNS configuration | Verifies that DNS requests are answered by WARP's local DNS proxy. |
32+
| Verifying SOCKS proxy configuration | (Only in [Proxy mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/#proxy-mode)) Verifies the SOCKS proxy configuration. |
33+
| Ensuring MTLS identity | (Only in [Device Information Only mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/device-information-only/)) Installs a client certificate for mTLS authentication. |

0 commit comments

Comments
 (0)