wireguard
Différences
Ci-dessous, les différences entre deux révisions de la page.
wireguard [2023/09/19 21:05] – créée luc | wireguard [2023/09/19 21:10] (Version actuelle) – luc | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== wireguard ====== | ||
+ | |||
+ | ===== Avoir la connexion au démarrage ===== | ||
+ | |||
+ | <code bash> | ||
+ | systemctl enable --now wg-quick@wg0 | ||
+ | </ | ||
+ | Note : il faut que l' | ||
+ | |||
+ | ===== troobleshooting ===== | ||
+ | |||
+ | General troubleshooting checklist ([[https:// | ||
+ | |||
+ | * Verify public and private keys. When dealing with multiple peers, it’s easy to mix these up, specially because the contents of these keys is just random data. There is nothing identifying them, and public and private keys are basically the same format-wise. | ||
+ | * Verify AllowedIPs list on all peers. | ||
+ | * Check with ip route and ip addr show dev < | ||
+ | * >> **Double check that you have ''/ | ||
+ | * When injecting the VPN users into an existing network, without routing, make sure ''/ | ||
+ | * >> **Make sure the above ''/ | ||
+ | |||