
fastd
List of commands for fastd:
-
fastd:tldr:4a6a6 fastd: 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}try on your machineexplain this command
-
fastd:tldr:4b1a2 fastd: Show the current version:.$ fastd -vtry on your machineexplain this command
-
fastd:tldr:4c6c9 fastd: Start fastd with a specific configuration file.$ fastd --config ${path-to-fastd-conf}try on your machineexplain this command
-
fastd:tldr:86527 fastd: Validate a configuration file.$ fastd --verify-config --config ${path-to-fastd-conf}try on your machineexplain this command
-
fastd:tldr:f1433 fastd: Show the public key to a private key in a configuration file.$ fastd --show-key --config ${path-to-fastd-conf}try on your machineexplain this command
-
fastd:tldr:f8edb fastd: Generate a new key.$ fastd --generate-keytry on your machineexplain this command