Configuration Bird pour les routeurs de Gitoyen http://www.gitoyen.net
![]() |
6 years ago | |
---|---|---|
etc | 6 years ago | |
README.md | 10 years ago |
This repository contains the configuration for one of Gitoyen's border router. Configurations is made of:
Feel free to take inspiration from it.
For any question / comment / discussion, you can reach us through:
contact (AT) gitoyen.net
#gitoyen
(using irc.geeknode.net
server)$ cat etc/local/bird/bird.conf
# Gitoyen contact (AT) gitoyen.net
#
# vim: set ts=4:sw=4
log syslog all;
# Router specific configuration
include "/etc/local/bird/common/local.conf";
# Filters/Functions common to all protocols
include "/etc/local/bird/bird/filters.conf";
# Kernel protocols management
include "/etc/local/bird/common/kernel.conf";
# Static routes
include "/etc/local/bird/bird/static.conf";
# OSPF (Backbone)
include "/etc/local/bird/common/ospf.conf";
# Filters/Functions for BGP
include "/etc/local/bird/common/bgp-filters.conf";
# BGP (Delivery, Transit, Peering)
include "/etc/local/bird/bird/bgp.conf";