Persistent TUN driver lcoation
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVpn Newbie
- Posts: 3
- Joined: Tue Aug 30, 2011 8:05 pm
Persistent TUN driver lcoation
New to OpenVPN. After installing the OpenVPN v2.2 and running a successful OpenVPN session (both our server and client configs include persist-tun and dev tun), I can find the tap0901.sys on the client in the usual location for device drivers on Win7 but I've never found anything that indicates a TUN device driver. I have found all kinds of docs on how to install the tap0901 driver in an installer but nothing for a TUN driver. Is there even a separate TUN device driver? Does the tap0901.sys handle both?
- Mimiko
- Forum Team
- Posts: 1564
- Joined: Wed Sep 22, 2010 3:18 am
Re: Persistent TUN driver lcoation
TAP driver is for both: tun and tap, used in config files. It is a generic driver, found on internet.
-
- OpenVpn Newbie
- Posts: 3
- Joined: Tue Aug 30, 2011 8:05 pm
Re: Persistent TUN driver lcoation
Thanks, that confirmed what I suspected.