From 6da6dac2df0f89930daca8547e327abe2a029d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Mon, 4 May 2026 12:27:53 +0200 Subject: [PATCH] docs(posture-checks): note mobile support for Peer Network Range in 0.70.0+ Replace the "Known Limitations" section with a note clarifying that the Peer Network Range posture check now works on iOS and Android starting with NetBird client 0.70.0. --- .../access-control/posture-checks/index.mdx | 24 +++---------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/src/pages/manage/access-control/posture-checks/index.mdx b/src/pages/manage/access-control/posture-checks/index.mdx index 9612ea8e4..f64d4f588 100644 --- a/src/pages/manage/access-control/posture-checks/index.mdx +++ b/src/pages/manage/access-control/posture-checks/index.mdx @@ -100,27 +100,9 @@ If you revisit the `Posture Checks` dashboard, you'll notice a green dot next to Following these steps, you can effectively implement and manage NetBird's Posture Checks, significantly enhancing your network's security posture. -## Known Limitations - -### Peer Network Range Check on Mobile Platforms - -The Peer Network Range posture check is not supported on iOS and Android clients. These operating systems do not allow applications to fetch local IP information, which prevents the posture check from evaluating the device's network range. - -**Affected platforms:** -- iOS -- Android - -**Impact:** - -When a policy with a Peer Network Range posture check is applied to mobile clients, the check cannot be evaluated. This may cause routes to become unavailable on these devices, even when the device is outside the blocked network range. - -**Recommendation:** - -If your deployment includes iOS or Android clients, consider one of the following approaches: - -- Create separate policies for mobile clients that do not include Peer Network Range posture checks -- Use alternative posture checks (such as Geo Location) that are supported on mobile platforms -- Apply Peer Network Range posture checks only to policies targeting desktop platforms (Windows, macOS, Linux) + + The Peer Network Range posture check on iOS and Android requires NetBird client version [0.70.0](https://github.com/netbirdio/netbird/releases) or newer. On earlier mobile client versions, the check cannot be evaluated due to platform restrictions on accessing local network information. + ## Get started with NetBird