Please Help

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
dcuster122
OpenVpn Newbie
Posts: 1
Joined: Tue May 10, 2011 8:05 am

Please Help

Post by dcuster122 » Tue May 10, 2011 8:08 am

Hello,

I created an openvpn server in ubuntu server using this tutorial https://help.ubuntu.com/11.04/servergui ... envpn.html and got 4 files for a client. I'm trying to connect from a windows pc which has openvpn client on it. I't seems to only accept .opvn file types. How do I convert these 4 files created by my server to this filetype? Or what do I do?

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Please Help

Post by janjust » Tue May 10, 2011 8:43 am

so which 4 files did you end up with?

A windows .ovpn file is just a plaintext file with the required openvpn configuration options, e.g.

Code: Select all

proto udp
remote X.X.X.X
port 1194
ca ca.crt
cert client1.crt
key client1.key
tls-auth ta.key 1
etc.

roshane.ishara
OpenVpn Newbie
Posts: 1
Joined: Thu Jun 16, 2011 10:42 am

Re: Please Help

Post by roshane.ishara » Thu Jun 16, 2011 10:47 am

Your Time in the openvpn client must match the time of the gateway (router) time...
If the time doesn't match, you wil get that specific error...
so check whether your PC's time is correct and you have setupped the correct time zone...
Now after setting the time and timezone correctly...
in a terminal RUN:
openvpn client.conf

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Please Help

Post by janjust » Thu Jun 16, 2011 12:27 pm

@roshane.ishara: which post did you answer?

Post Reply