From 20884d4b170e2c36cc60c24007f381ee1c85cf88 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Mon, 5 Sep 2022 13:04:41 +0200 Subject: [PATCH] add info boxes --- docs/how-to-guides/routes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/how-to-guides/routes.md b/docs/how-to-guides/routes.md index 9c0586c0..e1980322 100644 --- a/docs/how-to-guides/routes.md +++ b/docs/how-to-guides/routes.md @@ -18,10 +18,16 @@ 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. +:::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. ### 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. Nodes connected to routing peers will choose one of them to route packets to external networks based on connection type and defined metrics.