You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment.mdx
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,3 +146,29 @@ The device is now protected by your organization's Zero Trust policies.
146
146
## Virtual machines
147
147
148
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. 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.
| Initializing settings | Initializes connection components based on your [WARP settings](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/). |
| 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. |
0 commit comments