e80196aeb5295370dbe559ba93c9e09031537e1f
howto/Bird.md
... | ... | @@ -1,6 +1,16 @@ |
1 | 1 | Bird is a commonly used BGP daemon. This page provides configuration and help to run Bird for dn42. |
2 | 2 | Compared to quagga, bird supports multiple routing, which is useful, if you also plan to peer with other federated networks such as freifunk. |
3 | 3 | |
4 | +# Debian |
|
5 | +The version in the Debian repositories might be quite old, therefore it makes sense to install a newer one directly from bird: |
|
6 | +``` |
|
7 | +wget -O - http://bird.network.cz/debian/apt.key | apt-key add - |
|
8 | +apt-get install lsb-release |
|
9 | +echo "deb http://bird.network.cz/debian/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/bird.list |
|
10 | +apt-get update |
|
11 | +apt-get install bird |
|
12 | +``` |
|
13 | + |
|
4 | 14 | # Example configuration |
5 | 15 | |
6 | 16 | * Replace `<AS>` with your Autonomous System Number |