View Single Post
  #6   (View Single Post)  
Old 15th May 2009
There0 There0 is offline
./dev/null
 
Join Date: Jul 2008
Posts: 170
Default

I have an OpenBSD client using openvpn as well, it is a bit dated but I will post.


OpenBSD 4.3 client config

client
dev tun0
dev-type tap

port 5000
proto udp
remote xx.xx.xx.xx
redirect-gateway
resolv-retry infinite
nobind
user nobody
group nobody
persist-key
persist-tun
tls-auth ta.key 1
ca ca.crt
cert client.crt
key client.key
ns-cert-type server
cipher BF-CBC
comp-lzo
verb 4
mute 20

The first 2 bolded lines were the only real difference between this and my Windoz client config, hope it helps.
Reply With Quote