diff --git a/src/pages/how-to/manage-posture-checks.mdx b/src/pages/how-to/manage-posture-checks.mdx index 100c6066..e1c83c2b 100644 --- a/src/pages/how-to/manage-posture-checks.mdx +++ b/src/pages/how-to/manage-posture-checks.mdx @@ -3,7 +3,7 @@ NetBird helps administrators control who can access their network by creating policies. These policies decide which groups of peers are allowed to interact with one another, based on criteria like port, protocol and traffic direction. -Administrators can further refine access control through posture checks to enhance their existing policies. For example, they can verify whether a peer is using a specified version of NetBird, has the necessary version of the operating system, and is located within a permitted geolocation before allowing it to join the network. +Administrators can further refine access control through posture checks to enhance their existing policies. For example, they can verify whether a peer is using a specified version of NetBird, has the necessary version of an operating system, and is located within a permitted location before allowing it to join the network. By adding these posture checks to the policies, NetBird makes sure only devices that meet certain security requirements can access the network. This helps keep the network safe and follows the Zero Trust approach, which means not trusting any device by default. @@ -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.
@@ -129,7 +134,7 @@ Click `Browse Checks` and select the posture check we created earlier, `NetBird