try to connect on my openvpn, but is not working, why?

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
slashlinux
OpenVpn Newbie
Posts: 1
Joined: Fri Nov 05, 2010 11:16 pm

try to connect on my openvpn, but is not working, why?

Post by slashlinux » Fri Nov 05, 2010 11:29 pm

i have installed and configured on my ubuntu , openvpn server ..i have ip static/public, i create all...ca.crt, key server, key client..and on the other pc i installed and configured openvpn client...you have down screenshot with my openvpn server and openvpn client...Can you help me please :((


http://img163.imageshack.us/img163/5584/serverconf.png
http://img708.imageshack.us/img708/3369/keysz.png
http://img838.imageshack.us/img838/2563/clientconf.png
http://img543.imageshack.us/img543/6368 ... onnect.png
http://img530.imageshack.us/img530/3919/clientovpn.png

george
Forum Team
Posts: 117
Joined: Tue Jun 09, 2009 4:25 pm
Location: St. Louis, MO USA

Re: try to connect on my openvpn, but is not working, why?

Post by george » Mon Nov 08, 2010 2:08 pm

Path to your cert and key files is not being read, (I believe windows needs quotes enclosing the path statement where spaces exist). By default openvpn will look in it's config dir. Try this:

ca ca.crt
cert client.crt
key client.key

Post Reply