add first cut openvpn_client tasklist

This commit is contained in:
Seth Vidal 2013-05-21 22:18:01 +00:00
parent 5f24945124
commit 67729ebdc9
2 changed files with 73 additions and 0 deletions

25
files/openvpn/client.conf Normal file
View file

@ -0,0 +1,25 @@
client
dev tun
proto udp
# Specify multiple vpn servers here
remote gateway
remote bastion02
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
comp-lzo
#route 10.5.126.0 255.255.255.0
keepalive 10 60