From 39f23ca6491b4582b3f491f2fd590ee421ba8649 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 18 Jul 2018 23:55:40 +0100 Subject: [PATCH] Update platform-linux.md --- platform-linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform-linux.md b/platform-linux.md index 05f3e94..38b3553 100644 --- a/platform-linux.md +++ b/platform-linux.md @@ -12,6 +12,8 @@ Yggdrasil is well supported on Linux. - The maximum MTU size supported on Linux is 65535. - 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. +- If using TUN/TAP then `/dev/net/tun` should be present on your system. ## Debian, Ubuntu, elementaryOS