Problems with Ubuntu
Posted: Wed Mar 14, 2012 9:34 pm
Hi to everyone . I am trying to config the vpn at my vmware machine . I am running Ubuntu but I cant make it work :

I made a script to run more fast the connection :
And its have this configuration :
And this is my config folder :

When I try to run it from Konsole I get this error :

I dont know why its is saying that I dont have my cert at my folder where it is in it.
Thanks for the help

I made a script to run more fast the connection :
Code: Select all
/usr/sbin/openvpn /usr/sbin/config1/yeikel.ovpn
Code: Select all
## ## ## ## ######## ## ##
### ## ## ## ## ## ### ##
#### ## ## ## ## ## #### ##
## ## ## ## ## ######## ## ## ##
## ## ## ## ## ######## ## ## ##
## ### ## ## ## ## ###
## ## ### ## ## ##
client
dev tun
auth-user-pass
proto udp
remote 192.162.102.158 1194
resolv-retry infinite
nobind
persist-key
persist-tun
comp-lzo
ca RU.crt
verb 3

When I try to run it from Konsole I get this error :

I dont know why its is saying that I dont have my cert at my folder where it is in it.
Thanks for the help
