Some problems with Windows 8.1 Preview

This forum is for admins who are looking to build or expand their OpenVPN setup.

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
qupfer
OpenVpn Newbie
Posts: 8
Joined: Sat Feb 05, 2011 9:24 am

Some problems with Windows 8.1 Preview

Post by qupfer » Wed Jun 26, 2013 11:35 pm

Hi, I installed Windows 8.1 today and after that, I have some touble with my openVPN.

The first was, all TAP-devices a removed. Okay, run the delete & add TAP script and this "problem" was solved.

But for the secon one, i have no idea. After a reboot, i can connect to my server and all is okay. But if i disconnect and try to connect later, nothing happens. The status shows nothing and in the log, i found only this:

Code: Select all

Thu Jun 27 01:10:38 2013 OpenVPN 2.3.2 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [IPv6] built on Jun  3 2013
Thu Jun 27 01:10:38 2013 ERROR: could not not read Management password from stdin
Thu Jun 27 01:10:38 2013 Exiting due to fatal error
The config is:

Code: Select all

client
dev tun
proto udp6
remote  2001:xxxx:xxxx:xxxx:xxxx:xxxx:910a:bcde 1195
resolv-retry infinite
nobind
persist-key
persist-tun
ca  "C:\\Program Files\\OpenVPN\\config\\usvpn\\ca.crt"
cert  "C:\\Program Files\\OpenVPN\\config\\usvpn\\midgard.crt"
key  "C:\\Program Files\\OpenVPN\\config\\usvpn\\midgard.key"
comp-lzo
cipher AES-256-CBC
# Silence repeating messages
;mute 20
Has anybody any idea?

Thanks and sorry for my english.

qupfer
OpenVpn Newbie
Posts: 8
Joined: Sat Feb 05, 2011 9:24 am

Re: Some problems with Windows 8.1 Preview

Post by qupfer » Wed Jun 26, 2013 11:56 pm

No Edit-Button?

It's look like a (new?) problem with the GUI. I can start my vpn-connections from commandline without any problems.

jpichie
OpenVpn Newbie
Posts: 1
Joined: Thu Jun 27, 2013 4:03 pm

Re: Some problems with Windows 8.1 Preview

Post by jpichie » Thu Jun 27, 2013 4:05 pm

I can confirm this issue.
Trying openVPN GUI 2.3 on Windows 8.1
GUI does not work, Administrator CMD command line works.

rescapind
OpenVpn Newbie
Posts: 10
Joined: Tue Jul 16, 2013 3:29 am

Re: Some problems with Windows 8.1 Preview

Post by rescapind » Tue Jul 16, 2013 3:30 am

I have same problem on my Windows 8.1 Preview.
The GUI works sometimes. Most of the time, it doesn't.
Running by cmd is ok.

rescapind
OpenVpn Newbie
Posts: 10
Joined: Tue Jul 16, 2013 3:29 am

Re: Some problems with Windows 8.1 Preview

Post by rescapind » Tue Jul 16, 2013 4:18 am

Running OVN GUI in Windows 7 compatibility mode is ok too.

wolfgangihloff
OpenVpn Newbie
Posts: 2
Joined: Wed Jul 17, 2013 7:38 am

Re: Some problems with Windows 8.1 Preview

Post by wolfgangihloff » Wed Jul 17, 2013 7:41 am

The Windows 7 compat mode does not work for me either on Windows 8.1, however using the administrative terminal works fine. So it seems to be a UI bug only, not prompting me for the Private Key Password.

badbod
OpenVpn Newbie
Posts: 1
Joined: Tue Jul 30, 2013 9:38 am

Re: Some problems with Windows 8.1 Preview

Post by badbod » Tue Jul 30, 2013 10:19 am

same here windows 8.1 preview x86_64 - openvpn 2.3.2

windows 7 compatibility mode does not work for me.

running "openvpn connection.ovpn" from admin command prompt works fine.

Just tested as I was typing this and the gui worked! Disconnect and try again, failed. It is the first and only time it has worked so far. Below is the usual log response.

Code: Select all

OpenVPN 2.3.2 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [IPv6] built on Jun  3 2013
ERROR: could not not read Management password from stdin
Exiting due to fatal error

vlhelou
OpenVpn Newbie
Posts: 1
Joined: Fri Aug 02, 2013 4:21 am

Re: Some problems with Windows 8.1 Preview

Post by vlhelou » Fri Aug 02, 2013 4:22 am

I also had this problem on my computer. The VPN was trying to use the network card wrong, I uninstalled the other virtual network cards and begin work

mat.h
OpenVpn Newbie
Posts: 1
Joined: Fri Aug 30, 2013 9:24 pm

Re: Some problems with Windows 8.1 Preview

Post by mat.h » Fri Aug 30, 2013 9:26 pm

I've had many different problems with different versions of OpenVPN on 8.1. I tried everything I could find documentation on to get things working at least in OpenVPN gui and rarely had success. However! I have found that OpenVPN Portable works 100% reliably for me on Windows 8.1. Hope this saves someone some time.

dcotruta
OpenVpn Newbie
Posts: 2
Joined: Tue Sep 10, 2013 3:05 pm

Re: Some problems with Windows 8.1 Preview

Post by dcotruta » Tue Sep 10, 2013 3:07 pm

I can confirm this; oddly enough it seems to connect just fine after several failed attempts.
On another note, although this may be unrelated - I have also noticed that the default order of DNS resolution (in advanced network settings) no longer puts the TAP interface at the top after installation.

omoura
OpenVpn Newbie
Posts: 1
Joined: Fri Nov 22, 2013 12:12 pm

Re: Some problems with Windows 8.1 Preview

Post by omoura » Fri Nov 22, 2013 12:13 pm

check registry UAC:

reg.exe query HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA

if 1 please change it to 0

chipitsine
OpenVpn Newbie
Posts: 2
Joined: Thu Dec 05, 2013 7:02 pm

Re: Some problems with Windows 8.1 Preview

Post by chipitsine » Thu Dec 05, 2013 7:04 pm

can you try the following patch https://github.com/chipitsine/openvpn/c ... af22746852 ?
or compiled binaries from http://openvpn.skbkontur.ru/beta/ ?

msukhotin
OpenVpn Newbie
Posts: 1
Joined: Wed Dec 11, 2013 5:18 am

Re: Some problems with Windows 8.1 Preview

Post by msukhotin » Wed Dec 11, 2013 5:21 am

chipitsine wrote:can you try the following patch https://github.com/chipitsine/openvpn/c ... af22746852 ?
or compiled binaries from http://openvpn.skbkontur.ru/beta/ ?
Haven't solved the problem

DonBrill
OpenVpn Newbie
Posts: 1
Joined: Sun Dec 29, 2013 7:17 am
Location: Wilmington, DE

Re: Some problems with Windows 8.1 Preview

Post by DonBrill » Sun Dec 29, 2013 7:21 am

I'm having the same problem with Win 8.1 64 bit and current OVPN client (both GUI & admin cmd.) Same setup worked fine on Win 8.0. Tried removing/reinstall - no change. Portable client is functional (although doesn't seem to do a good job of closing the connection.)

Post Reply