1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 21:55:36 +02:00
tldr/pages/common/fastd.md
4G3NT 062b88d05a
pages/*: prefer brand name and add backticks around commands (#10422)
* pages/*: prefer brand name and add backticks around commands

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-27 23:57:35 +02:00

742 B

fastd

VPN daemon. Works on Layer 2 or Layer 3, supports different encryption methods, used by Freifunk. More information: https://fastd.readthedocs.io/en/stable/.

  • Start fastd with a specific configuration file:

fastd --config {{path/to/fastd.conf}}

  • Start a Layer 3 VPN with an MTU of 1400, loading the rest of the configuration parameters from a file:

fastd --mode {{tap}} --mtu {{1400}} --config {{path/to/fastd.conf}}

  • Validate a configuration file:

fastd --verify-config --config {{path/to/fastd.conf}}

  • Generate a new key:

fastd --generate-key

  • Show the public key to a private key in a configuration file:

fastd --show-key --config {{path/to/fastd.conf}}

  • Show the current version::

fastd -v