Changes between Version 2 and Version 3 of ManagingWindowsTAPDrivers
- Timestamp:
- 08/11/11 19:48:15 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ManagingWindowsTAPDrivers
v2 v3 1 1 = Introduction = 2 2 3 The OpenVPN TAP-drivers consists of four files for each platform (32/64-bit):3 The OpenVPN's Windows TAP-drivers consists of four files for each platform (32/64-bit): 4 4 5 5 * ''<something>.cat:'' contains cryptographic signature for the actual drivers … … 7 7 * ''<something>.inf:'' contains driver metadata 8 8 9 In addition, a tool called ''<openvpn-install-dir>\bin\tapinstall.exe'' is provided. It can be used (among other things) to install and unistall TAP-drivers manually. This tool is actually a simply a renamed [http://support.microsoft.com/kb/311272 Devcon.exe]. 10 9 11 If you need to run OpenVPN on Windows Vista/7 64-bit you have to use signed TAP drivers. Unless you sign them yourself, you need to extract drivers from an existing OpenVPN installer. See below for instructions. 10 12 11 = Installing an uninstalling theTAP-drivers =13 = Installing an uninstalling TAP-drivers = 12 14 13 Occasionally you may have to try out different versions of the Windows TAP-driver. This can be done with ''<openvpn-install-dir\bin\tapinstall.exe''. This tool is actually a renamed [http://support.microsoft.com/kb/311272 Devcon.exe]. 14 15 It's fairly straighforward to use ''tapinstall.exe'' from a command-prompt. The <id> is an identifier which ''tapinstall.exe'' uses to detect the correct driver. In case of OpenVPN 2.2* it's ''tap0901''. This may be different in older/newer versions. To view information about an installer driver use 15 Occasionally you may need play with different TAP-driver versions. In this case you can use ''tapinstall.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 16 16 17 17 {{{ … … 19 19 }}} 20 20 21 To uninstall adriver use:21 To uninstall the TAP-driver use: 22 22 23 23 {{{ … … 31 31 }}} 32 32 33 It's also possible to [wiki:BuildingOnWindows#ExtractingsignedTAP-driversfromanOpenVPNinstaller extract TAP-drivers from OpenVPN installer] without installing OpenVPN.34 35 33 = Extracting TAP-drivers from OpenVPN installers = 36 34