Skip to content

Commit bab21d0

Browse files
committed
add status messages
1 parent 26c695f commit bab21d0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,29 @@ The device is now protected by your organization's Zero Trust policies.
146146
## Virtual machines
147147

148148
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. Not all status messages will be displayed; the ones that appear depend on the [WARP mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/).
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+
| Initializing settings | Initializes connection components based on your [WARP settings](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/). |
159+
| Checking network | Validates Ethernet and/or Wi-Fi network connectivity. |
160+
| Performing Happy Eyeballs | Checks for IPv4 and IPv6 connectivity to Cloudflare using the [Happy Eyeballs algorithm](https://datatracker.ietf.org/doc/html/rfc6555). |
161+
| Establishing connection | Connects to the endpoint discovered by Happy Eyeballs. |
162+
| Initializing tunnel interface | Creates a [virtual network interface](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#virtual-interface) on the operating system. |
163+
| Configuring initial firewall | Configures the system firewall to allow WARP tunnel traffic. |
164+
| Setting routes | 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 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 for route to DNS endpoint | Checks connectivity to ` <account-id>.cloudflare-gateway.com`. |
167+
| Configuring local sockets | Configures the local DNS proxy sockets for DNS resolution. |
168+
| Configuring local DNS proxy | Creates a [local DNS proxy](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#dns-traffic) on the device.|
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+
| Performing connectivity checks | 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+
| Validating proxy configuration | (Only in [Proxy mode](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/#proxy-mode)) Verifies the SOCKS proxy configuration. |
174+

0 commit comments

Comments
 (0)