2023-03-13 05:13:35 +00:00
|
|
|
# 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/>.
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `fastd` with a specific configuration file:
|
2023-03-13 05:13:35 +00:00
|
|
|
|
|
|
|
`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}}`
|
|
|
|
|
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 13:38:01 +01:00
|
|
|
- Show the current version:
|
2023-03-13 05:13:35 +00:00
|
|
|
|
|
|
|
`fastd -v`
|