From 543d55ea18773b9718ce0b092db9bcad361218cc Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 19 Jul 2018 09:39:42 +0100 Subject: [PATCH] Update platform-linux.md --- platform-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-linux.md b/platform-linux.md index 38b3553..e6fcf56 100644 --- a/platform-linux.md +++ b/platform-linux.md @@ -9,7 +9,7 @@ Yggdrasil is well supported on Linux. ## Notes - Should work with any kernel that includes `tun` and/or `tap`. -- The maximum MTU size supported on Linux is 65535. +- The maximum MTU size supported on Linux is 65535 in TUN mode and 65521 in TAP mode. - Binary `.deb` packages are available for Debian, Ubuntu, elementaryOS and similar distributions. - Binary `.rpm` packages are available for Red Hat Enterprise Linux, Fedora, CentOS and similar distributions. - IPv6 needs to be enabled in order for Yggdrasil to work - IPv6 is usually enabled by default, but if not, enable using `sysctl -w net.ipv6.conf.all.disable_ipv6=0` or similar.