Add back a client.conf for rhel6 hosts (fas servers)
This commit is contained in:
parent
0228263dc8
commit
bcc42fad9c
1 changed files with 25 additions and 0 deletions
25
roles/openvpn/client/files/client.conf
Normal file
25
roles/openvpn/client/files/client.conf
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue