1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/common/babeld.md
Marek Küthe fe3154287e
birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation (#10351)
* birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation
2023-07-13 18:08:01 +05:30

708 B

babeld

Routing-Daemon für Babel, der Firewall-ähnliche Filter benutzt. Weitere Informationen: https://www.irif.fr/~jch/software/babel/babeld.html.

  • Starte babeld mit einer bestimmten Konfigurationsdatei:

babeld -c {{pfad/zu/babeld.conf}}

  • Starte babeld mit mehreren Konfigurationsdateien (in der Reihenfolge des Einlesens):

babeld -c {{pfad/zu/ports.conf}} -c {{pfad/zu/filters.conf}} -c {{pfad/zu/interfaces.conf}}

  • Starte babeld als Daemon:

babeld -D

  • Starte babeld und übergib einen Konfigurationsbefehl:

babeld -C {{'redistribute metric 256'}}

  • Starte babeld und gib an, auf welchen Schnittstellen gearbeitet werden soll:

babeld {{eth0}} {{eth1}} {{wlan0}}