Ubuntu hazzle documented in readme

This commit is contained in:
Stefan Märkle 2020-12-28 16:08:26 +01:00
parent 688c1d0fa5
commit a5ebbc7eed

View File

@ -36,3 +36,7 @@ defaults by pressing return
1. Install wireguard client for your operating system (e.g. via package manager or Appstore) 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 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 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