roles/dch-openvpn-server: Deploy OpenVPN server

The *dch-openvpn-server* role installs and configures OpenVPN and
stunnel to provide both native OpenVPN service as well as
OpenVPN-over-TLS. The latter uses stunnel, listening on TCP port 9876,
to allow better firewall traversal and TCP port sharing via reverse
proxy.
This commit is contained in:
2018-07-01 15:14:23 -05:00
parent b13f28f505
commit 780c8783db
7 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
ifconfig-push 172.30.0.210 255.255.255.240
iroute 192.168.0.0 255.255.0.0
iroute 172.16.0.0 255.255.240.0
push "route 172.30.0.0 255.255.255.192"
push "route 172.31.0.0 255.255.255.224"