2.3.4 on Windows 8.1 surface pro 3

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
Pitter
OpenVpn Newbie
Posts: 1
Joined: Thu Sep 25, 2014 6:27 am

2.3.4 on Windows 8.1 surface pro 3

Post by Pitter » Thu Sep 25, 2014 6:44 am

OpenVPN does not start on a.m. installation.
cd to '\Programme\OpenVPN\secrets' failed: Das System kann den angegebenen Pfad nicht finden. (errno=3) [The system cannot find the path]
Exiting due to fatal error

The file 'secrets' was added manually according to an older instruction by the system administrator. It contains the pem and key files.

The configuration in the ovpn reads:
#################################
## Konfiguration OpenVPN ##
#################################

######## Anpassung Client #######

cd \\Programme\\OpenVPN\\secrets
ca linkomatCA-cert.pem
cryptoapicert "SUBJ:cablage-ph-linkomat"

#################################


######## Anpassung Server #######

remote <<DynDNS of target server>> 745
tls-auth \\Programme\\OpenVPN\\secrets\\pre-linkomat.key 1
tls-remote linkomat

#################################


#### Standard - ohne Anpassung ###
client
tls-client
dev tun
resolv-retry infinite
nobind
keepalive 10 60
comp-lzo
persist-key
persist-tun
verb 4
auth SHA1
cipher AES-256-CBC
tun-mtu 1500
fragment 1300
mssfix
###################################

An identical installation with the same files and certificates was installed on a windows 8.1 [VM] and does run without problems.

Could the touch screen version for the surface pro 3 make a difference?

Post Reply