LinuxCommandLibrary

fastd

VPN daemon.

TLDR

Start fastd with a specific configuration file

$ fastd --config [path/to/fastd.conf]
copy


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]
copy


Validate a configuration file
$ fastd --verify-config --config [path/to/fastd.conf]
copy


Generate a new key
$ fastd --generate-key
copy


Show the public key to a private key in a configuration file
$ fastd --show-key --config [path/to/fastd.conf]
copy


Show the current version
$ fastd -v
copy

Copied to clipboard