diff --git a/docs/how-to-guides/routes.md b/docs/how-to-guides/routes.md index e1980322..6d3a8509 100644 --- a/docs/how-to-guides/routes.md +++ b/docs/how-to-guides/routes.md @@ -38,3 +38,25 @@ If you don't enable this option, you must configure a route to your NetBird netw ### Metric and priority Metric defines prioritization when choosing the main routing peer in a high availability network. Lower metrics have higher priority. +## Managing network routes +The configuration and management of network routes are done through the management dashboard. There is no need to run any configuration commands on your peers. +### Creating a network route +After accessing the `Network routes` tab, you can click on the `Add Route` button to create a new route. That will open a route configuration screen where you can add the information about the network you want to route: +

+ high-level-dia +

+ +Now you can enter the details for your route: + +

+ high-level-dia +

+ +Once you are done filling the route information, you can click on the `create` button to save your new route. +

+ high-level-dia +

+Done! Now every peer connected to your routing peer will be able to send traffic to your external network. + +### Masquerading your NetBird traffic +Configuring a route is enough to route packets from your NetBird peers to your external networks, but in order to make the communication \ No newline at end of file diff --git a/static/img/how-to-guides/netbird-network-routes-create.png b/static/img/how-to-guides/netbird-network-routes-create.png new file mode 100644 index 00000000..628bee06 Binary files /dev/null and b/static/img/how-to-guides/netbird-network-routes-create.png differ