I am not able to connect using the network manager. I am getting the
following error

Could not start the vpn connection xxxx due to a connection error
The VPN login failed because the VPN program could not connect to the VPN 
server.

The exported .pcf file
[openvpn]
description=My Office
connection-type=x509
remote=<XXXXIP ADDRESSXXXX>
port=1194
dev=tap
proto=tcp-client
ca=/home/prasanth/configfiles/cacert.pem
cert=/home/prasanth/configfiles/ntbk-pullatti.crt
key=/home/prasanth/configfiles/ntbk-pullatti.key
comp-lzo=yes
shared-key=
local-ip=
remote-ip=
username=
cipher=
ta=
ta_dir=
routes=


I am able to connect properly running the /usr/sbin/openvpn -config <file> from 
the command shell
the working .ovpn looks like this
remote <XXXXIPADDRESSXXX> #original ip masked
dev tap
tls-client
ca cacert.pem
cert ntbk-pullatti.crt
key ntbk-pullatti.key
pull
ping 10
ping-restart 60

# enable LZO compression (only if server and all clients can do this!)
comp-lzo

# moderate verbosity
verb 4
mute 10

# notify server when stopping openvpn
explicit-exit-notify 2

port 1194


Can somebody tell me what I am doing wrong here. I tried the patch also

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to