Skip to content

Commit

Permalink
update list of supported distributions (eduvpn#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jornane authored and gijzelaerr committed Dec 21, 2018
1 parent 216ea59 commit eb60cb4
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,27 @@ It is recommended to use a package to install the eduVPN client, but you can als
from github. We distribute RPM packages for Fedora, and Deb packages for Debian and Ubuntu.


+------------------+------------+-----------------------------------------------------------------------------+
| Distribution | Supported? | Why not? |
+==================+============+=============================================================================+
| Debian 8 | no | Uses OpenVPN 2.3 |
+------------------+------------+-----------------------------------------------------------------------------+
| Debian 9 | yes | Dont forget to enable the backports repository |
+------------------+------------+-----------------------------------------------------------------------------+
| Ubuntu 16.04 LTS | no | Uses OpenVPN 2.3 |
+------------------+------------+-----------------------------------------------------------------------------+
| Ubuntu 18.04 LTS | yes | *Warning*: Ubuntu VPN connections leak DNS information |
+------------------+------------+-----------------------------------------------------------------------------+
| Ubuntu 18.10 | yes | |
+------------------+------------+-----------------------------------------------------------------------------+
| CentOS 7 | no | `NetworkManager-openvpn` >= 1.2.10 required for `tls-crypt` support |
| | | `RHBZ <https://bugzilla.redhat.com/show_bug.cgi?id=1520214>`_ |
+------------------+------------+-----------------------------------------------------------------------------+
| Fedora 28 | yes | |
+------------------+------------+-----------------------------------------------------------------------------+
+------------------+------------+--------------------------------------------------------------------------------------+
| Distribution | Supported? | Why not? |
+==================+============+======================================================================================+
| Debian 8 | no | Uses OpenVPN 2.3 |
+------------------+------------+--------------------------------------------------------------------------------------+
| Debian 9 | yes* | network-manager-openvpn >= 1.2.10 required for tls-crypt support. |
| | | A backport MUST be installed, see below |
+------------------+------------+--------------------------------------------------------------------------------------+
| Debian Testing | yes | |
| (buster) | | |
+------------------+------------+--------------------------------------------------------------------------------------+
| Ubuntu 16.04 LTS | no | Uses OpenVPN 2.3 |
+------------------+------------+--------------------------------------------------------------------------------------+
| Ubuntu 18.04 LTS | yes* | `DNS leak <https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1796648>`_ |
+------------------+------------+--------------------------------------------------------------------------------------+
| Ubuntu 18.10 | yes | |
+------------------+------------+--------------------------------------------------------------------------------------+
| CentOS 7 | yes | |
+------------------+------------+--------------------------------------------------------------------------------------+
| Fedora 28,29 | yes | |
+------------------+------------+--------------------------------------------------------------------------------------+

.. note::

Expand Down

0 comments on commit eb60cb4

Please sign in to comment.