bird

BIRD Internet Routing Daemon. Routing daemon with support for BGP, OSPF, Babel and others. More information: <https://bird.network.cz/>.

Install

All systems
curl cmd.cat/bird.sh
Debian Debian
apt-get install bird
Ubuntu
apt-get install bird
Arch Arch Linux
pacman -S bird
image/svg+xml Kali Linux
apt-get install bird
Fedora
dnf install bird
Windows (WSL2)
sudo apt-get update sudo apt-get install bird
Raspbian
apt-get install bird

BIRD Internet Routing Daemon. Routing daemon with support for BGP, OSPF, Babel and others. More information: <https://bird.network.cz/>.

  • Start Bird with a specific configuration file:
    bird -c path/to/bird.conf
  • Start Bird as a specific user and group:
    bird -u username -g group

© tl;dr; authors and contributors