From b234407aacc893cd7dd19bfb0c30969c2db5fc03 Mon Sep 17 00:00:00 2001 From: siska Date: Tue, 14 Feb 2017 12:58:32 +0100 Subject: [PATCH] Updated wireguard (markdown) --- howto/wireguard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/howto/wireguard.md b/howto/wireguard.md index 62e5e71..74a7b44 100644 --- a/howto/wireguard.md +++ b/howto/wireguard.md @@ -47,6 +47,7 @@ $ ip link set up ``` Mic92 uses this [script](https://github.com/Mic92/bird-dn42/tree/master/wireguard) to automate this +Nurtic-Vibe has another [script](https://git.dn42.us/Nurtic-Vibe/grmml-helper/src/master/create_wg.sh) to interactively automate the peering process. Maybe you should check the MTU to your peer with e.g. `ping -s 1472 `. If your output looks like `From gateway.local (192.168.0.1) icmp_seq=1 Frag needed and DF set (mtu = 1440)` substract `80` from the MTU and set it via `ip link set dev mtu `