TAP-Windows adapter not found

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
MrGeneration
OpenVpn Newbie
Posts: 1
Joined: Mon May 11, 2015 10:10 am

TAP-Windows adapter not found

Post by MrGeneration » Mon May 11, 2015 10:22 am

Hello,

I have been using openvpn for some years now and came to a point were I need to connect to 2 different OpenVPN-Servers.
For this I installed a second TAP-Adapter and then renamed both adapters to names I can remember better and put them together with dev-node into the to them belonging config.

The older one (that also uses the older adapter) works fine, the new one does not. OpenVPN says "TAP-Windows adapter 'ACT-VPN' not found" even though I can see it in my system. Google returned nothing useful for me - so I hope that someone can help me here.

I am using a Windows 8.1 Pro x64 Laptop with the current v2.3.6 x86_64
Here's the config(s), logfile of the broken VPN:

working:

Code: Select all

client
dev tun
dev-node THA-VPN
proto udp
remote ###.###.###.### 1194
remote-random
resolv-retry infinite
lport 52500
persist-key
persist-tun
ca ca.crt
cert rin.crt
key rin.key
ns-cert-type server
comp-lzo
verb 3
non working

Code: Select all

client
dev tun
dev-node ACT-VPN
resolv-retry infinite
nobind
mute-replay-warnings
ns-cert-type server
comp-lzo
verb 3
persist-key
persist-tun
proto udp
port 1194
cipher AES-128-CBC
cert keys/untangle-9171-rin-mherrguth.crt
key keys/untangle-9171-rin-mherrguth.key
ca keys/untangle-9171-rin-mherrguth-ca.crt
remote ###.###.###.### 1194
Log file non working:

Code: Select all

Mon May 11 11:55:50 2015 OpenVPN 2.3.6 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [IPv6] built on Mar 19 2015
Mon May 11 11:55:50 2015 library versions: OpenSSL 1.0.1m 19 Mar 2015, LZO 2.08
Mon May 11 11:55:51 2015 Socket Buffers: R=[65536->65536] S=[65536->65536]
Mon May 11 11:55:51 2015 UDPv4 link local: [undef]
Mon May 11 11:55:51 2015 UDPv4 link remote: [AF_INET]###.###.###.###:1194
Mon May 11 11:55:51 2015 TLS: Initial packet from [AF_INET]###.###.###.###:1194, sid=8876622c 311d71eb
Mon May 11 11:55:52 2015 VERIFY OK: depth=1, CN=certificateAuthority, C=CO, ST=ST, L=L, O=O, OU=OU, dnQualifier=certificateAuthority
Mon May 11 11:55:52 2015 VERIFY OK: nsCertType=SERVER
Mon May 11 11:55:52 2015 VERIFY OK: depth=0, C=CO, ST=ST, O=O, OU=OU, CN=server, dnQualifier=server
Mon May 11 11:55:55 2015 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Mon May 11 11:55:55 2015 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mon May 11 11:55:55 2015 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Mon May 11 11:55:55 2015 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mon May 11 11:55:55 2015 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Mon May 11 11:55:55 2015 [server] Peer Connection Initiated with [AF_INET]85.183.55.87:1194
Mon May 11 11:55:57 2015 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Mon May 11 11:55:57 2015 PUSH: Received control message: 'PUSH_REPLY,register-dns,route 192.168.168.0 255.255.255.0,route 172.16.65.0 255.255.255.0,topology net30,ping 10,ping-restart 60,dhcp-option DNS 172.16.65.1,ifconfig 172.16.65.6 172.16.65.5'
Mon May 11 11:55:57 2015 OPTIONS IMPORT: timers and/or timeouts modified
Mon May 11 11:55:57 2015 OPTIONS IMPORT: --ifconfig/up options modified
Mon May 11 11:55:57 2015 OPTIONS IMPORT: route options modified
Mon May 11 11:55:57 2015 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Mon May 11 11:55:57 2015 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Mon May 11 11:55:57 2015 open_tun, tt->ipv6=0
Mon May 11 11:55:57 2015 TAP-Windows adapter 'ACT-VPN' not found
Mon May 11 11:55:57 2015 Exiting due to fatal error

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: TAP-Windows adapter not found

Post by Traffic » Mon May 11, 2015 8:13 pm

We have seen a similar problem here:
topic18750.html

Also, you may have installed one version of openvpn over another.
Try unistalling openvpn completely (Backup your config files first!)
And reinstall only the newest version.

Post Reply