1
vote
2answers
3k views

OpenVPN failed connection / All TAP-Win32 adapters on this system are currently in use

^^ i get this error if i would connect to any OpenVPN Network. All TAP-Win32 adapters on this system are currently in use. Here is a Screenshot. -> ...
0
votes
1answer
186 views

Android VPNService Route Exclusion

I'm using OpenVPN and the new VpnService API that comes with ICS (Android 4.X) Is there a way to define an exclusion of an IP address from the VPN tunnel? (so that traffic which is destined to that ...
-1
votes
1answer
246 views

OpenVPN disconnecting due to another connection [closed]

Today I connected my openvpn server from my home laptop. I left for work and I forgot to disconnect my client. Now, at work, I get disconnected after a few seconds (5). I know this is normal, but I'd ...
0
votes
2answers
532 views

Can I use TCP, if I set up OpenVPN UDP connection?

If i established openvpn connection through udp(proto udp), can i use tcp in it(tcp convert to udp somehow), or only udp?
0
votes
0answers
1k views

iptables configuration with openvpn

I have a network setup as depicted in the upper part of this figure: http://tinypic.com/r/k2zudg/6 All devices in the local network are connected to the router via Ethernet/WIFI, while the router ...
0
votes
0answers
381 views

Connecting OpenVPN server in Windows 2003 guest inside Ubuntu host with VMWare Player

I have OpenVPN server in a guest VM running windows 2003. The host is Ubuntu with VMWare Player. OpenVPN uses port UDP 1194 it's a configuration file I´m running between windows PCs that is working ...
0
votes
0answers
463 views

Cannot resolve domain names after setup openvpn serivce on ubuntu 12.04

I setup an openvpn service on my vps server (ubuntu 12.04) and it wroks good. but the server cannot resolve domain name anymore. see: root@spr:~# ping www.google.com ping: unknown host ...
0
votes
0answers
94 views

Hardware Engineering for an OpenVPN Server [closed]

I'm currently in the process of researching hardware requirements for building an OpenVPN server and am searching for a good reference. At the moment I have general requirements such as "support ...
-1
votes
1answer
619 views

OpenVPN: Tunneling Samba over vpn [closed]

I have create a connection between my vserver and my desktop at home. Now I want to prepare samba over my openvpn tunnel. I want mount a anything in my desktop PC. I think the Problem is, my Windows ...
0
votes
1answer
234 views

How to force Filezilla to use Openvpn

I want to connect to a public SFTP Server, but not via its public IP but over an OpenVPN connection because the server refuses ssh connections from the internet... I'm using OpenVPN at a Windows 7 ...
0
votes
0answers
162 views

OPENVPN with TAP Mode, Doesn't Work | Any Programming guide available to understand the OPENVPN

Earlier I followed the proper instruction with additional help from all around internet, and then openvpn with tun was set up and worked well. Since last Two Days I am working on TAP Mode, I am ...
0
votes
0answers
543 views

Openvpn makes IP forwarding very slow

After start openvpn, the IP forwarding from my device to Internet becomes very slow. After I stop the openvpn, it recovered again. I don't know why. I have 3 interfaces, one is the ethernet eth0, the ...
0
votes
1answer
948 views

Bonding two tun device connected to Openvpn

I have two tunnel devices tun0 and tun1 on my client pc connected to remote OpenVPN server.The ifconfig shows them as tun0 Link encap:UNSPEC HWaddr ...
1
vote
1answer
166 views

Connecting two WLANs, one using internet from the other, different SSID and security settings [closed]

I am a student working at a library job. Its a great job for a student, since I have lots of downtime to study and get other work done. So naturally, i want to work on my java projects. I spoke with ...
0
votes
1answer
1k views

openvpn error: TLS Error: TLS key negotiation failed to occur within 60 seconds

I've got a problem on implementin openvpn So I'm here and hope some one could help me the story: I've installed openvpn server on a ubuntu server VPS and I've used the tun point-to-point instead of ...
0
votes
1answer
611 views

OpenVPN in a LAN-to-LAN setup for virtualization guest on two hosts [closed]

I'm trying to setup a network between to machine in a proxmox cluster and i'm totally lost :'( Here is my configuration Machine ONE (1.1.0.1) with 4 VMs (1.1.0.101 to 1.1.0.104) : This machine is ...