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/firewall.mdx
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ The WARP client connects to Cloudflare via a standard HTTPS connection outside t
15
15
16
16
<Renderfile="warp/client-orchestration-ips" />
17
17
18
+
<Render
19
+
file="warp/firewall"
20
+
params={{
21
+
domain: "zero-trust-client.cloudflareclient.com",
22
+
}}
23
+
/>
24
+
18
25
## DoH IP
19
26
20
27
:::note
@@ -26,6 +33,13 @@ In [Gateway with DoH](/cloudflare-one/connections/connect-devices/warp/configure
26
33
- IPv4 DoH Addresses: `162.159.36.1` and `162.159.46.1`
27
34
- IPv6 DoH Addresses: `2606:4700:4700::1111` and `2606:4700:4700::1001`
28
35
36
+
<Render
37
+
file="warp/firewall"
38
+
params={{
39
+
domain: "<ACCOUNT_ID>.cloudflare-gateway.com",
40
+
}}
41
+
/>
42
+
29
43
### Android devices
30
44
31
45
If you are deploying the Cloudflare One Agent on Android/ChromeOS, you must also add `cloudflare-dns.com` to your firewall exception list. On Android/ChromeOS devices, WARP uses `cloudflare-dns.com` to resolve domains on your [Split Tunnel list](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/#domain-based-split-tunnels).
@@ -89,6 +103,13 @@ The client connects to the following destinations to verify general Internet con
89
103
-`162.159.197.3`
90
104
-`2606:4700:102::3`
91
105
106
+
<Render
107
+
file="warp/firewall"
108
+
params={{
109
+
domain: "engage.cloudflareclient.com",
110
+
}}
111
+
/>
112
+
92
113
### Inside tunnel
93
114
94
115
The WARP client connects to the following IPs to verify connectivity inside of the WARP tunnel:
@@ -98,7 +119,12 @@ The WARP client connects to the following IPs to verify connectivity inside of t
98
119
99
120
Because this check happens inside of the tunnel, you do not need to add these IPs to your firewall allowlist. However, since the requests go through Gateway, ensure that they are not blocked by a Gateway HTTP or Network policy.
100
121
101
-
Thought it may be visible in `warp-diag` and other logs, `connectivity.cloudflareclient.com` is used internally by WARP and should not be used in firewall policies.
122
+
<Render
123
+
file="warp/firewall"
124
+
params={{
125
+
domain: "connectivity.cloudflareclient.com",
126
+
}}
127
+
/>
102
128
103
129
## NEL reporting (optional)
104
130
@@ -120,7 +146,6 @@ If your organization does not currently allow inbound/outbound communication ove
If your firewall allows traffic only by domain, you may need to explicitly allow <code>{props.domain}</code>. Even though <code>{props.domain}</code> may resolve to different IP addresses, WARP overrides the resolved IPs with the IPs listed above. To avoid connectivity issues, ensure that the above IPs are permitted through your firewall.
0 commit comments