diff --git a/roles/openvpn/client/files/client.conf b/roles/openvpn/client/files/client.conf new file mode 100644 index 0000000000..d274e72acf --- /dev/null +++ b/roles/openvpn/client/files/client.conf @@ -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