From 614ab38628be86d32af81b01ad2e19774f8caf5e Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Thu, 31 Oct 2024 17:43:38 -0400 Subject: [PATCH 1/2] PCX-12488 --- .../configure-warp/warp-settings/index.mdx | 31 +++++++++++++++++-- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx index 807bef791be3787..d65570f91aabfd4 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx @@ -5,7 +5,7 @@ sidebar: order: 2 --- -import { Details, GlossaryTooltip, InlineBadge, Render } from "~/components"; +import { Details, GlossaryTooltip, InlineBadge, Render, Tabs, TabItem} from "~/components"; WARP settings define the WARP client modes and permissions available to end users. @@ -237,15 +237,16 @@ Creates [Split Tunnel](/cloudflare-one/connections/connect-devices/warp/configur | Windows | ✅ | 2024.1.159.0 | | macOS | ✅ | 2024.1.160.0 | | Linux | ✅ | 2024.2.62.0 | -| iOS | ❌ | | +| iOS | ❌ | N/A[^1] | | Android | ✅ | 1.4 | | ChromeOS | ✅ | 1.4 | +[^1]: Current versions of iOS do not allow LAN traffic to route through the WARP tunnel. Therefore, this feature is not needed on iOS. 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**. -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. +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. :::caution[Warning] @@ -256,6 +257,30 @@ Enabling this setting comes with two major consequences: ::: +#### Access local network as a user + +To turn on local network access in the WARP client: + + + +1. Select the Cloudflare logo in the menu bar. +2. Select the gear icon. +3. Select **Access Local Network**. + + +1. Open a terminal window. +2. Run `warp-cli override local-network start`. + + + + + +1. Open the Cloudflare One Agent app. +2. Select **Settings** > **Access Local Network**. + + + + #### Limitations - 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. From 639884a8926e65bcf7da2693d708c67cc294068a Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Thu, 31 Oct 2024 17:59:23 -0400 Subject: [PATCH 2/2] update android instructions --- .../warp/configure-warp/warp-settings/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx index d65570f91aabfd4..3db332c87228e53 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx @@ -276,7 +276,8 @@ To turn on local network access in the WARP client: 1. Open the Cloudflare One Agent app. -2. Select **Settings** > **Access Local Network**. +2. Go to **Settings** > **Advanced** > **Connection Options**. +3. Select **Access Local Network**.