From a5ebbc7eed64c1243fd6287ed91e67afa89ce3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=A4rkle?= Date: Mon, 28 Dec 2020 16:08:26 +0100 Subject: [PATCH] Ubuntu hazzle documented in readme --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 672824b..694b30d 100644 --- a/Readme.md +++ b/Readme.md @@ -36,3 +36,7 @@ defaults by pressing return 1. Install wireguard client for your operating system (e.g. via package manager or Appstore) 2. Import the client profile that was created during the server installation. It is located in `wireguard_profiles` subfolder as config file and as a qrcode png file to be scanned by mobile clients + +(!) under ubuntu, you have to enable tcp_mtu_probing e.g. by issuing 'echo 2 > +/proc/sys/net/ipv4/tcp_mtu_probing' or by setting 'net.ipv4.tcp_mtu_probing = 2' +/in /etc/sysctl.conf \ No newline at end of file