On Wed, Feb 2, 2011 at 5:17 PM, Emile Sanders <emile.b.sand...@gmail.com> wrote:
> Has anyone ever gotten OpenVPN to run as a client successfully with a VPN
> subscription?

Yes.

> Does anyone know how to successfully run OpenVPN on OpenBSD as a client with
> a VPN subscription? Or run into similar problems?

Here is my config:
$ cat openvpn.conf
client
dev tun0
proto udp
remote $HOSTNAME 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca $CERT_PATH/ca.crt
cert $CERT_PATH/anonymous.crt
key $CERT_PATH/anonymous.key
ns-cert-type server
comp-lzo
verb 3

Replace $HOSTNAME and $CERT_PATH with your own values.

Floor


-- 
Floor Terra <flo...@gmail.com>
www: http://brobding.mine.nu/

Reply via email to