Routing traffic to private networks



NetBird provides fast and reliable end-to-end encryption between peers in your network. You can install the agent on every desktop, VM, container, or physical server and have a fast, secure peer-to-peer mesh network. That is the desired configuration, but some cases do not allow for agent installation or can slow down migration from legacy systems:

  • Side-by-side migrations where part of your network is already using NetBird but needs to access services that are not.
  • Systems that have limited operating system access. e.g., IoT devices, printers, and managed services.
  • Legacy networks where an administrator is unable to install the agent on all nodes.

In these cases, you can configure network routes assigning routing peers to connect existing infrastructure. Routing peers will forward packets between your NetBird peers and your other networks; they can masquerade traffic going to your data centers or embedded devices, reducing the need for external route configuration and agent installation.

high-level-dia

Concepts

Network routes

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.

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 peer that routes packets between your routed network and the other NetBird peers.

Routing group

A routing group is a set of routing peers. Each will route packets between your routed network and the other NetBird peers.

High availability routes

A highly available route is a combination of multiple routes with the same network identifier and ranges. They have different routing peers or routing peer groups offering highly 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 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

Metric defines prioritization when choosing the main routing peer in a high availability network. Lower metrics have higher priority.

Distribution groups

Distribution groups define that peers that belong to these groups set in this field will receive the network route.

Managing network routes

A network route describes a network you want to connect with your NetBird peers. It has an identifier, a network range, a routing peer or set of peer groups, and some parameters available for managing priority and masquerading.

Creating a network route

Access the Network Routes tab and click 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 of your route. In the example below, we are creating a route with the following information:

  • Network identifier: aws-eu-central-1-vpc
  • Description: Production VPC in Frankfurt
  • Network range: 172.31.0.0/16
  • Routing peer: ec2-demo-node
  • Distribution Groups: All

high-level-dia

Once you fill in the route information, you can click on the Add Route 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.

Creating a network route with routing group

You can use a peer group to automatically add any Linux peers from the groups as routing peers. To do so, follow the steps above but select the Peer group tab. Ensure that the peer groups have Linux peers, as traffic routing is only supported on Linux machines. Groups with multiple peers automatically provide high availability routing.

high-level-dia

Once you fill in the route information, you can click on the Add Route button to save your new route.

high-level-dia

Done! Now every peer connected to the peer member of the groups will be able to send traffic to your external network.

Creating highly available routes

To avoid a single point of failure when managing your network, we recommend installing NetBird on every resource. However, when running NetBird on every machine is not feasible, you still want to ensure a reliable connection to your private network. The NetBird Network Routes feature has a High Availability (HA) mode, allowing one or more NetBird peers to serve as routing peers for the same private network.

There are two options to enable HA routes:

  1. Use a peer group with more than one peer in it.
  2. Add more individual peers to the route.

The first option is covered above.

To enable the high-availability mode by adding individual peers, click on Add Peer in the High Availability column in the Network Routes table and select a peer in the Routing Peer field. Then select the Distribution Groups and click on Add Route. This routing configuration will be distributed to machines in the selected groups Distribution Groups.

In the following example, we are adding the peer aws-nb-europe-router-az-b to the aws-eu-central-1-vpc route:

high-level-dia

This way, peers connected to aws-nb-europe-router-az-a and aws-nb-europe-router-az-b will have highly available access to the 172.31.0.0/16 network.

high-level-dia

Apply different routes to peers with group attribution

You can select as many distribution groups as you want for your network route. Peers that belong to the specified group will use the route automatically to connect to the underlying network.

Remember to link groups to peers that need to access the route and, if required, add access control rules ensuring connectivity between these peers and the routing peers.

In the following example (see column Distribution Groups), peers that belong to the group berlin-office will use the aws-nb-europe-router-az-a routing peer to access the aws-eu-central-1-vpc network. While peers that belong to the london-office group will use the aws-nb-europe-router-az-b routing peer.

high-level-dia

Routes without masquerading

If you want more transparency and would like to manage your external network routers, you may choose to disable masquerade for your network routes. In this case, the routing peer won't hide any NetBird peer IP and will forward the packets to the target network transparently.

That will require a routing configuration on your external network router pointing your NetBird network back to your routing peer. This way, devices that don't have the agent installed can communicate with your NetBird peers.

high-level-dia

Get started