diff --git a/docs/how-to-guides/routes.md b/docs/how-to-guides/routes.md index 6d3a8509..dd243d45 100644 --- a/docs/how-to-guides/routes.md +++ b/docs/how-to-guides/routes.md @@ -17,22 +17,22 @@ In these cases, you can configure network routes assigning routing peers to conn ## Concepts ### Network routes -A network route describes the network you want to connect with your NetBird peers. It has an identifier, a network CIDR, a routing peer, and some parameters available for managing priority and masquerading. +A network route describes the network you want to connect with your NetBird peers. It has an identifier, a network range, a routing peer, and some parameters available for managing priority and masquerading. :::info Network routes is available for NetBird v0.9.0 or later. ::: -### Network identifiers and CIDRs -Network identifiers are names for each network you want to route traffic from your peers, and network CIDR are IP ranges in CIDR notation which refers to an external network. The combination of identifiers and these ranges makes a single network. +### Network identifiers and ranges +Network identifiers are names for each network you want to route traffic from your peers, and ranges are IP ranges declared in CIDR notation which refers to an external network. The combination of identifiers and these ranges makes a single network. ### Routing peer A routing peer is a node that will route packets between your routed network and the other NetBird peers. :::info Only Linux OS nodes can be assigned as routing peers. ::: ### High availability routes -A highly available route is a combination of multiple routes with the same network identifier and CIDR. They have different routing peers offering high-available paths for communication between your peers and external networks. +A highly available route is a combination of multiple routes with the same network identifier and ranges. They have different routing peers offering high-available paths for communication between your peers and external networks. Nodes connected to routing peers will choose one of them to route packets to external networks based on connection type and defined metrics. ### Masquerade -Masquerade hides other NetBird network IPs behind the routing peer local address when accessing the target Network CIDR. This option allows access to your private networks without configuring routes on your local routers or other devices. +Masquerade hides other NetBird network IPs behind the routing peer local address when accessing the target Network range. This option allows access to your private networks without configuring routes on your local routers or other devices. If you don't enable this option, you must configure a route to your NetBird network in your external network infrastructure. ### Metric and priority @@ -56,7 +56,4 @@ Once you are done filling the route information, you can click on the `create` b