5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-12 20:10:27 +00:00

Update platform-linux.md

This commit is contained in:
Neil Alexander 2018-07-20 09:53:46 +01:00 committed by GitHub
parent 19cbb8ab49
commit 2843945803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Yggdrasil is well supported on Linux.
- 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. - 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. - If using TUN/TAP then `/dev/net/tun` should be present on your system.
## Debian, Ubuntu, elementaryOS ## Debian, Ubuntu, elementaryOS (with systemd)
Debian binary packages exist to simplify the installation of Yggdrasil. These Debian binary packages exist to simplify the installation of Yggdrasil. These
will also work on any Debian-based distribution. will also work on any Debian-based distribution.
@ -52,7 +52,7 @@ Configuration will be generated automatically into `/etc/yggdrasil.conf` when
the package is installed, and the Yggdrasil service will automatically be the package is installed, and the Yggdrasil service will automatically be
installed into systemd and started. installed into systemd and started.
## Red Hat Enterprise Linux, Fedora, CentOS ## Red Hat Enterprise Linux, Fedora, CentOS (with systemd)
RPM binary packages exist to simplify the installation of Yggdrasil. These RPM binary packages exist to simplify the installation of Yggdrasil. These
will also work on any other RPM-based distribution. will also work on any other RPM-based distribution.