diff --git a/src/pages/how-to/manage-posture-checks.mdx b/src/pages/how-to/manage-posture-checks.mdx index 100c6066..9c9e73a2 100644 --- a/src/pages/how-to/manage-posture-checks.mdx +++ b/src/pages/how-to/manage-posture-checks.mdx @@ -16,6 +16,7 @@ While we plan to expand the range of posture checks, these are the checks curren - NetBird Client Version Check - Country & Region Check - Operating System Check +- Peer Network Range Check

@@ -29,11 +30,11 @@ The NetBird client version check ensures that only devices with the specified ve ### Geolocation (Country & Region) Check The geolocation check examines the connecting device's geographical location based on its IP address. -This check allows administrators to either block or allow access from certain geographic regions, +This check allows to either block or allow access from certain geographic regions, offering country-wide and city-level granularity. - When you allow access from specific locations in the network settings, all other locations are automatically blocked. Conversely, blocking certain locations means only those are blocked, while access remains open for all other locations. + When allowing access from specific locations in the network settings, all other locations are automatically blocked. Conversely, blocking certain locations means only those are blocked, while access remains open for all other locations. ### Operating System Check @@ -59,6 +60,10 @@ Below are some examples of OS versions for each operating system: * Windows 11, version 23H2: `10.0.22631` * Windows Server 2022, Version 21H2: `10.0.20348` +### Peer Network Range Check + +The peer network range check verifies if a device is in certain IP ranges before it can connect. This check is useful when wanting to control access based on the network location of a peer. For example, disabling a connection to a routing peer when the peer is connecting from the office network range. + ## Managing posture checks @@ -83,7 +88,7 @@ Access the `Access Control` tab, then the `Posture Checks` section, and click `C

-This will bring up a screen for configuring posture checks, where you can do your configurations. +This will bring up a screen for configuring posture checks, where you can configure settings.

high-level-dia @@ -129,7 +134,7 @@ Click `Browse Checks` and select the posture check we created earlier, `NetBird high-level-dia

-The `Netbird Version` check will be assigned to the policy. Click `Save Changes` to save the policy updates. +The `NetBird Version` check will be assigned to the policy. Click `Save Changes` to save the policy updates.

high-level-dia