OPEN VPN

Discussions, remarks
Post Reply
alexsousa
Posts: 1
Joined: Mon Sep 27, 2010 10:39 pm

OPEN VPN

Post by alexsousa »

Hello


I would like to receive technical descriptions of open VPN.

How it works?
Which protocol?
Which door?


I found no documentation on this site WTware.

please help me.
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: OPEN VPN

Post by aka »

Note that we are not developers of VPN. We use ready product. Please, read http://openvpn.net for more delails.
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: OPEN VPN

Post by aka »

Sorry, we are not VPN experts. I know wtware uses such config for openvpn:

client
dev tun
proto udp
nobind
ca /etc/ca.crt
cert /etc/client.crt
key /etc/client.key
ns-cert-type server
comp-lzo
verb 1
daemon
remote 1.2.3.4 1194

With right IP instead of 1.2.3.4
Post Reply