Since 12.04 I cannot connect to my VPN. my ovpn file is the following
http://email.uoa.gr/help/download/vpn/edunet.ovpn
When I try to import the VPN file i get the following error
The file 'edunet.ovpn' could not be read or does not contain recognized VPN connection information
Error: unknown PPTP file extension.
Is there any way arround this error? I have already installed network-manager-openvpn
My problem was that network-manager-openvpn-gnome was not installed, (weird because I though it would get installed automatically after installing network-manager-openvpn). I installed it and everything was fine.
So, to all people having the same problem make sure that
after installing, restart the networking service, e.g. by executing
My own experience of successful VPN connection establishing on Ubuntu 14.04
Our admin gave me 3 files to install them into openVPN for Windows 7: *.ovpn, *.crt, *.key
Execute the following commands in your Ubuntu terminal:
Open "Network Connections" window (VPN Connections -> Configure VPN)
Press "ADD" button, click on drop-down menu and pick "Import a saved VPN configuration", press Create button.
In "Select File to import" choose your "*.ovpn" file.
In "Editing ...your *.ovpn file name..." window enter your username and password for vpn. Make sure that a *.crt file appeared in CA Certificate field.
Open "IPv4 Settings" panel and choose "Automatic (VPN) addresses only".
Open "VPN" panel again and click "Advanced" button.
Open "TLS Authentication" panel and make sure your "*.key" appeared in "Key File" field. Press Ok button.
Press "Save" button in "Editing ...your *.ovpn file name..." window.
Your VPN connection should appear in "Network Connections" window.
That's all, I hope it helps. Good luck!
I had a similar problem to ECII's. In my case network-manager-vpnc-gnome had to be installed first. To do so I typed in a terminal:
When you import be sure that the following fields are populated:
Your save button will become visible. This worked for me.
If anyone is using KDE as the desktop manager, the right package to be installed may be
network-manager-vpnc-kde
, if available: