port 1207
|
proto udp
|
dev tun
|
ca "C:\\OpenVPN\\config\\ca.crt"
|
cert "C:\\OpenVPN\\config\\server.crt"
|
key "C:\\OpenVPN\\config\\server.key" # This file should be kept secret
|
dh "C:\\OpenVPN\\config\\dh2048.pem"
|
server 10.13.0.0 255.255.255.0
|
ifconfig-pool-persist ipp.txt
|
client-config-dir ccd
|
client-to-client
|
push "route 172.16.11.0 255.255.255.0"
|
keepalive 10 120
|
cipher AES-256-CBC
|
max-clients 100
|
persist-key
|
persist-tun
|
status openvpn-status.log
|
verb 3
|
explicit-exit-notify 1
|
#crl-verify crl.pem
|