Using the TAP driver with windows 7.

Need help configuring your VPN? Just post here and you'll get that help.

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.
Post Reply
Chipot
OpenVpn Newbie
Posts: 1
Joined: Tue Feb 21, 2012 8:15 am

Using the TAP driver with windows 7.

Post by Chipot » Tue Feb 21, 2012 9:01 am

Hello.

Me and my classmate are coding our own tun/tap based VPN since few weeks, and we
want to port it on windows.

I learned about the tap driver released by the OpenVPN project, but I failed at
finding any good quality documentation about it. Can you point me at some
resources or tutorials on how to behave with the tap driver under windows ?

As far I know, in the OpenVPN source code, you use CreateFile to create a
network interface handle but I don't quite understand how you get that device
Path. In the Windows device manager I can find a Physical Device Object Name
which is something like "\Device\000000b2". Can I pass this directly to
CreateFile ? Or do I need to prefix this with "\\.\" or something like this ?

Thanks !

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Using the TAP driver with windows 7.

Post by janjust » Tue Feb 21, 2012 10:12 pm

read the openvpn sources, file tun.c ; the routines you are looking for are the WIN32 version of 'open_tun' and 'tun_read_queue'

Post Reply