[Solved] Testing WinTUN: Failure
Posted: Tue Aug 18, 2020 1:25 pm
Today I have installed version "OpenVPN-2.5-beta1-amd64.msi". While testing the WinTUN - driver I got the following error in the LOG.
My configuration file has the following content:
It is interesting that I had already installed the version "openvpn-install-2.5_git_wintun-I607-Win10.exe", and with this version the WinTUN - driver worked with the same configuration file.
Rosi
Ps.:
I have just reinstalled "openvpn-install-2.5_git_wintun-I607-Win10.exe" and the WinTUN - driver works with the connection....
I will stay with it for the first time, but I will test it in case of tips and report the result.
Code: Select all
.........
2020-08-18 15:09:02 open_tun
2020-08-18 15:09:02 MANAGEMENT: Client disconnected
2020-08-18 15:09:02 ERROR: Wintun requires SYSTEM privileges and therefore should be used with interactive service. If you want to use openvpn from command line, you need to do SYSTEM elevation yourself (for example with psexec).
2020-08-18 15:09:02 Exiting due to fatal error
Code: Select all
#OpenVPN Client conf
dev tun
windows-driver wintun
tls-client
client
nobind
proto udp
tun-mtu 1500
remote 1.2.3.4 12345
remote 1.2.3.5 12345
resolv-retry infinite
pkcs12 file.p12
cipher AES-256-CBC
auth SHA1
...........
Rosi
Ps.:
I have just reinstalled "openvpn-install-2.5_git_wintun-I607-Win10.exe" and the WinTUN - driver works with the connection....
I will stay with it for the first time, but I will test it in case of tips and report the result.