Changes between Version 7 and Version 8 of ManagingWindowsTAPDrivers


Ignore:
Timestamp:
04/11/13 14:19:04 (11 years ago)
Author:
Samuli Seppänen
Comment:

Merged content from http://openvpn.net/index.php/open-source/documentation/install.html

Legend:

Unmodified
Added
Removed
Modified
  • ManagingWindowsTAPDrivers

    v7 v8  
    1818= Installing and uninstalling TAP-drivers =
    1919
    20 Occasionally you may need play with different TAP-driver versions. In this case you can use ''devcon.exe'' from the Windows command-prompt. Below are some common commands; <id> refers to the driver identifier which is ''tap0901'' for OpenVPN 2.2+. This identified may be different in older/newer versions. To view information about an installed driver use
     20Occasionally you may need play with different TAP-driver versions. In this case you can use ''devcon.exe'' from the Windows command-prompt. Below are some common commands:
     21
     22To view information about an installed driver use
    2123
    2224{{{
     
    3638}}}
    3739
     40To update a TAP-driver use
     41
     42{{{
     43$ devcon.exe update <something.inf> <id>
     44}}}
     45
     46Notes:
     47
     48*  ''<id>'' refers to the driver identifier which is ''tap0901'' for OpenVPN 2.2+, but may be different in older/newer OpenVPN versions.
     49* ''<something.inf>'' is typically ''OemWin2k.inf''.
     50
     51
     52By installing multiple times, you will create additional TAP-Windows adapter instances, which can be used for multiple concurrent VPN tunnels. It is also possible to install using ''Control Panel -> Add New Hardware'', and it is possible to uninstall using ''Control Panel -> System -> Hardware -> Device Manager''.
     53
    3854= Extracting TAP-drivers from OpenVPN installers =
    3955