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
This commit is contained in:
Marek Küthe
2023-07-13 12:38:01 +00:00
committed by GitHub
parent 21c08683da
commit fe3154287e
8 changed files with 134 additions and 3 deletions

24
pages.de/common/babeld.md Normal file
View File

@@ -0,0 +1,24 @@
# 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}}`