Tagged Questions
-2
votes
0answers
29 views
Internet access through bridged openvpn connection (Server: win7) [closed]
I created a bridged openvpn server on a windows 7 machine, and this works fine.
How can I set it up in a way that my clients can access the internet through the vpn channel?
These are the current ...
0
votes
0answers
106 views
OpenVPN: route all except local network
So, I have a OpenVPN proxy and this configuration file:
dev tun0
proto tcp
remote 0.1.2.3 443
client
nobind
tun-mtu 1500
tun-mtu-extra 32
ca ca.crt
cert user.crt
key user.key
tls-client
...
0
votes
0answers
119 views
TAP interface on Windows 7
I'm using QEMU in configuration host - windows 7 and guest gentoo. Since I wanted to make a connection between them I wanted to do it via the TAP interface, but the problem is, that when I install ...
0
votes
2answers
4k views
OpenVPN failed connection / All TAP-Win32 adapters on this system are currently in use [closed]
^^
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
0answers
679 views
Openvpn password authentication
I am trying to connect openvpn windows client to openvpn server running on ubuntu. The VPN works fine when using 'certificate only' authentication, . But when trying to authenticate using below ...
1
vote
0answers
161 views
Intricacies of Windows driver signing (re-naming and re-signing OpenVPN tap driver)
I'm unclear how a driver should be signed in my specific circumstances.
OpenVPN has a tap driver that consists of tap0901.sys, tap0901.cat and OemWin2k.inf files.
When I install it using "devcon ...
0
votes
0answers
389 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
1answer
1k views
How can I modify/redirect packets in Windows with rewritten OpenVPN tun/tap dirver
I want to make an transparent chain-proxy
using a redirect server and chain proxy client written in Qt for Windows.
I've tried ndis+tdi but it's too complicated for me.
I've started to break through ...
0
votes
1answer
251 views
OpenVPN --show-pkcs11-slots not available on Windows version?
I am currently having issues with OpenVPN, it appears that the "--show-pkcs11-slots" switch does not work on OpenVPN for Windows, I have also tried the --help switch and it does not appear to be ...
0
votes
2answers
519 views
Generate custom Windows-based EXE installer from *nix webserver on the fly (OpenVPN client custom installer)
This is related to this other question. I need to dynamically generate a custom Windows EXE installer from a *nix machine (running PHP, or whatever) that contains custom files to be installed on the ...
3
votes
2answers
7k views
OpenVPN --auth-user-pass FILE option on Windows
If you try to pass the username/password to OpenVPN from a file via the --auth-user-pass switch, you get the following error:
"Sorry, 'Auth' password cannot be read from a file."
At least they're ...
1
vote
1answer
7k views
OpenVPN Config file to prevent timeout
I am using OpenVPN with an *.opvn config file under Windows XP to connect to a VPN server. Everything works fine, I connect successfully, but after 2 minutes or so of inactivity my connection dies. ...