I need to access VPN from my Ubuntu 12.04.
I see that there is VPN connections > Configure VPN in network manager, but it asks for username and password.
All I have is some .crt
, .csr
, .key
, .ovpn
files, which are suited for some windows client.
I'm really newbie with VPN.
I also found this blog post. Is that a way to go?
This is the procedure I followed to get it working. There's a bug in network manager where it doesn't do ovpn import properly - since 2010 (!)
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/606365
Until that's fixed, I found this site
http://howto.praqma.net/ubuntu/vpn/openvpn-access-server-client-on-ubuntu
PROCEDURE
Install
network-manager-openvpn-gnome
from Ubuntu Software Center (usually this is hidden from search results when searching for openvpn unless you click "Show XX technical items" at the bottom of the window).Or can use terminal (Ctrl+Alt+T):
After this the option to connect to an openvpn VPN will appear under the
network manager -> vpn connections -> configure vpn
Solutions to some problems you may have:
No connection/disconnecting WiFi
source
Cannot connect to hosts in VPN - Firewall configuration
In this file:
add those rules:
Replace xxx.xxx.xxx.xxx with IP address of your VPN Gateway.
source