summaryrefslogtreecommitdiffstats
path: root/roles/openvpn/client/files/client.conf
blob: 5042ed6e258d5297839ac2bee5a95b1382d2ef89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
client

dev tun

proto udp

# Specify multiple vpn servers here
remote gateway
remote bastion02

resolv-retry infinite

nobind

persist-key

#up /etc/openvpn/fix-routes.sh
#up-restart

cipher AES-256-CBC
auth SHA512
ca ca.crt
cert client.crt
key client.key
remote-cert-tls server

comp-lzo

#route 10.5.126.0 255.255.255.0
keepalive 10 60