mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Clarify which Windows versions require which TUN/TAP driver
Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1466665610-19289-1-git-send-email-samuli@openvpn.net> URL: http://article.gmane.org/gmane.network.openvpn.devel/11966 Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
d16ea8ba5a
commit
3f0edd8a5a
1 changed files with 4 additions and 4 deletions
8
INSTALL
8
INSTALL
|
|
@ -298,13 +298,13 @@ TUN/TAP Driver Configuration:
|
|||
|
||||
http://www.whiteboard.ne.jp/~admin2/tuntap/
|
||||
|
||||
* Windows XP/2003/Vista/7:
|
||||
* Windows
|
||||
|
||||
OpenVPN on Windows needs a TUN/TAP kernel driver to work. OpenVPN installers
|
||||
include this driver, so installing it separately is not usually required.
|
||||
The driver source code is available here:
|
||||
|
||||
https://github.com/OpenVPN/tap-windows
|
||||
Windows XP/2003 must use the NDIS 5 (tap-windows) driver, whereas on more
|
||||
recent Windows versions it is recommended to use the NDIS 6 driver
|
||||
(tap-windows6) instead.
|
||||
|
||||
*************************************************************************
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue