1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-27 11:23:37 +01:00

Updated wireguard (markdown)

This commit is contained in:
siska 2017-02-14 12:58:32 +01:00
parent 32e1bb99d4
commit b234407aac

View File

@ -47,6 +47,7 @@ $ ip link set <interface_name> 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 <end_point_hostname_or_ip>`. 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 <interface_name> mtu <calculated_mtu>`