2023-03-13 05:14:54 +00:00
|
|
|
# babeld
|
|
|
|
|
|
|
|
> Routing daemon for Babel which uses firewall-style filters.
|
|
|
|
> More information: <https://www.irif.fr/~jch/software/babel/babeld.html>.
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `babeld` with a specific configuration file:
|
2023-03-13 05:14:54 +00:00
|
|
|
|
|
|
|
`babeld -c {{path/to/babeld.conf}}`
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `babeld` with multiple configuration files (read in order):
|
2023-03-13 05:14:54 +00:00
|
|
|
|
|
|
|
`babeld -c {{path/to/ports.conf}} -c {{path/to/filters.conf}} -c {{path/to/interfaces.conf}}`
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `babeld` and daemonise afterwards:
|
2023-03-13 05:14:54 +00:00
|
|
|
|
|
|
|
`babeld -D`
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `babeld` and pass a configuration command:
|
2023-03-13 05:14:54 +00:00
|
|
|
|
|
|
|
`babeld -C {{'redistribute metric 256'}}`
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `babeld` and specify on which interfaces to operate:
|
2023-03-13 05:14:54 +00:00
|
|
|
|
|
|
|
`babeld {{eth0}} {{eth1}} {{wlan0}}`
|