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/fastd.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

29 lines
857 B
Markdown

# fastd
> VPN daemon.
> Arbeitet auf Schicht 2 oder Schicht 3, unterstützt verschiedene Verschlüsselungsmethoden, wird von Freifunk verwendet.
> Weitere Informationen: <https://fastd.readthedocs.io/en/stable/>.
- Starte `fastd` mit einer bestimmten Konfigurationsdatei:
`fastd --config {{pfad/zu/fastd.conf}}`
- Starte einen Schicht-3-VPN mit einer MTU von 1400 und lade den Rest der Konfigurationsparameter aus einer Datei:
`fastd --mode {{tap}} --mtu {{1400}} --config {{pfad/zu/fastd.conf}}`
- Validiere eine Konfigurationsdatei:
`fastd --verify-config --config {{pfad/zu/fastd.conf}}`
- Generiere einen neuen Schlüssel:
`fastd --generate-key`
- Zeige den öffentlichen Schlüssel zu einem privaten Schlüssel in einer Konfigurationsdatei an:
`fastd --show-key --config {{pfad/zu/fastd.conf}}`
- Zeige die aktuelle Version an:
`fastd -v`