ovpn-admin/setup/openvpn.conf

27 lines
605 B
Plaintext
Raw Permalink Normal View History

2021-10-05 11:09:29 -04:00
# server 172.16.100.0 255.255.255.0
2020-10-29 06:50:19 -04:00
verb 3
tls-server
ca /etc/openvpn/easyrsa/pki/ca.crt
key /etc/openvpn/easyrsa/pki/private/server.key
cert /etc/openvpn/easyrsa/pki/issued/server.crt
dh /etc/openvpn/easyrsa/pki/dh.pem
crl-verify /etc/openvpn/easyrsa/pki/crl.pem
tls-auth /etc/openvpn/easyrsa/pki/ta.key
key-direction 0
cipher AES-128-CBC
#management 127.0.0.1 8989
2020-10-29 06:50:19 -04:00
keepalive 10 60
persist-key
persist-tun
topology subnet
#duplicate-cn
#proto tcp
#port 1194
2021-02-20 10:46:30 -05:00
#dev tun0
2020-10-29 06:50:19 -04:00
status /tmp/openvpn-status.log
user nobody
group nogroup
push "topology subnet"
push "route-metric 9999"
push "dhcp-option DNS 1.1.1.1"