From 92caef420c6a1a6c96f60ab8221936d1863a9cb8 Mon Sep 17 00:00:00 2001 From: dledfordcf <158224609+dledfordcf@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:45:59 -0600 Subject: [PATCH] Update limitations of allow local network Limitations originally specifically stated Windows would only exclude a single subnet if the device had multiple. Confirmed this limitation is on all OS's --- .../connect-devices/warp/configure-warp/warp-settings/index.mdx | 2 +- 1 file changed, 1 insertion(+), 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 d9c49d6389c327..035ab43ff040d7 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 @@ -309,4 +309,4 @@ To turn on local network access in the WARP client: - 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. - The maximum excluded subnet size is `/24`. -- If a Windows device has multiple network interfaces with distinct local IP ranges, WARP will only exclude one of those networks. To access a specific local network, disable the other interfaces and disconnect/reconnect WARP. +- If a device has multiple network interfaces with distinct local IP ranges, WARP will only exclude one of those networks. To access a specific local network, disable the other interfaces and disconnect/reconnect WARP.