[Windows GUI] .ovpn not showing up, works fine from CLI
Posted: Thu Apr 09, 2015 11:36 am
Hello everyone,
I installed and configured an ubuntu openvpn server and generated client .ovpn files.
The windows GUI however doesn't recognize the .ovpn files in the /config/ folder.
When I run openvpn.exe client.ovpn (evelated) it connects and functions perfectly.
Any help would be greatly appreciated.
Ps. The GUI is VERY frustrating, why is there no 'add config file' button?
I installed and configured an ubuntu openvpn server and generated client .ovpn files.
The windows GUI however doesn't recognize the .ovpn files in the /config/ folder.
When I run openvpn.exe client.ovpn (evelated) it connects and functions perfectly.
Any help would be greatly appreciated.
Code: Select all
client
dev tun
proto udp
remote 178.62.131.170 1194
resolv-retry infinite
nobind
user nobody
group nogroup
persist-key
persist-tun
ns-cert-type server
comp-lzo
verb 3
<ca>
xxxxxxxx
</ca>
<cert>
xxxxx
</cert>
<key>
xxxxx
</key>