EVOLUTION-MANAGER
Edit File: server.conf.24-11-2021
port 1194 proto tcp dev tun # OpenVPN Server Certificate - CA, server key and certificate ca /etc/openvpn/server/ca.crt cert /etc/openvpn/server/vpnsrvfmo.crt key /etc/openvpn/server/vpnsrvfmo.key #DH and CRL key dh /etc/openvpn/server/dh.pem crl-verify /etc/openvpn/server/crl.pem # Network Configuration - Internal network # Redirect all Connection through OpenVPN Server server 210.1.10.0 255.255.255.0 push "210.1.10.0 255.255.255.0" #push "route 158.69.0.0 255.255.0.0" #push "route 10.8.0.0 255.255.0.0" #push "route 10.5.0.0 255.255.0.0" #push "redirect-gateway autolocal"#def1" # bypass-dhcp" #push "redirect-gateway def1 bypass-dhcp" push "redirect-gateway local def1" #push "redirect-gateway local def1" #push "remote-gateway" #push "route 0.0.0.0 0.0.0.0" #ifconfig-pool-persist ipp.txt # Using the DNS from https://dns.watch #push "dhcp-option DNS 84.200.69.80" #push "dhcp-option DNS 84.200.70.40" #push "dhcp-option DNS 10.5.0.1" push "dhcp-option DNS 208.67.222.222" push "dhcp-option DNS 208.67.220.220" client-to-client #Enable multiple clients to connect with the same certificate key duplicate-cn # TLS Security cipher AES-256-CBC tls-version-min 1.2 tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA256 auth SHA512 auth-nocache max-clients 10 # Other Configuration keepalive 20 60 persist-key persist-tun compress lz4-v2 daemon user nobody group nobody status /var/log/openvpn-status.log # OpenVPN Log log-append /var/log/openvpn.log verb 4