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
[^1]: Current versions of iOS do not allow LAN traffic to route through the WARP tunnel. Therefore, this feature is not needed on iOS.
244
245
</Details>
245
246
246
247
This setting is intended as a workaround for users whose home network uses the same set of IP addresses as your corporate private network. To use this setting, **Split Tunnels** must be set to **Exclude IPs and domains**.
247
248
248
-
When `Enabled`, users have the option to access local network resources (such as printers and storage devices) while connected to WARP. When the user enables **Access local network** in the WARP GUI, WARP will detect the local IP range advertised by the user's home network (for example, `10.0.0.0/24`) and temporarily exclude this range from the WARP tunnel. The user will need to re-request access after the **Timeout** expires. Setting **Timeout** to `0 minutes` will allow LAN access until the next WARP reconnection, such as a reboot or a laptop waking from sleep.
249
+
When `Enabled`, users have the option to access local network resources (such as printers and storage devices) while connected to WARP. When the user turns on [**Access Local Network**](#access-local-network-as-a-user), WARP will detect the local IP range advertised by the user's home network (for example, `10.0.0.0/24`) and temporarily exclude this range from the WARP tunnel. The user will need to re-request access after the **Timeout** expires. Setting **Timeout** to `0 minutes` will allow LAN access until the next WARP reconnection, such as a reboot or a laptop waking from sleep.
249
250
250
251
:::caution[Warning]
251
252
@@ -256,6 +257,31 @@ Enabling this setting comes with two major consequences:
256
257
257
258
:::
258
259
260
+
#### Access local network as a user
261
+
262
+
To turn on local network access in the WARP client:
263
+
264
+
<Tabs> <TabItemlabel="Windows and macOS">
265
+
266
+
1. Select the Cloudflare logo in the menu bar.
267
+
2. Select the gear icon.
268
+
3. Select **Access Local Network**.
269
+
</TabItem> <TabItemlabel="Linux">
270
+
271
+
1. Open a terminal window.
272
+
2. Run `warp-cli override local-network start`.
273
+
274
+
</TabItem>
275
+
276
+
<TabItemlabel="Android and ChromeOS">
277
+
278
+
1. Open the Cloudflare One Agent app.
279
+
2. Go to **Settings** > **Advanced** > **Connection Options**.
280
+
3. Select **Access Local Network**.
281
+
</TabItem>
282
+
283
+
</Tabs>
284
+
259
285
#### Limitations
260
286
261
287
- WARP will only exclude local networks in the [RFC 1918](https://datatracker.ietf.org/doc/html/rfc1918) address space. Other IP addresses such as CGNAT are not supported.
0 commit comments