Add Configuration file 'install_openvpn.conf.sample[H' for installation script.

This commit is contained in:
2017-07-22 03:47:05 +02:00
parent 8da0813954
commit 2a3381a45d
2 changed files with 65 additions and 10 deletions

View File

@ -0,0 +1,48 @@
## - Configuration/Initialization OpenVPN
## -
# ====================
# - Some Parameter Settings for using this installation howto
# ====================
# ---
# - Parameters OpenVPN Configuration / KEY Creation
# ---
OPENVPN_BASE_DIR=/etc/openvpn
EASY_RSA_DIR=${OPENVPN_BASE_DIR}/easy-rsa
# - (3*365+366)*8 = 11688 = 32 Jahre
CA_EXPIRE=11688
# - (3*365+366)*5 = 7305 = 20 Jahre
KEY_EXPIRE=7305
KEY_COUNTRY="DE"
KEY_PROVINCE="Berlin"
KEY_CITY="Berlin"
KEY_ORG="O.OPEN"
KEY_EMAIL="ckubu-adm\@oopen.de"
KEY_OU="Network Services"
KEY_NAME="VPN B3"
KEY_CN="VPN-B3"
KEY_ALTNAMES="VPN B3"
# ---
# - Parameters for Server Configurations ( server-home.conf / server-gw-ckubu.conf)
# ---
SERVER_PORT_HOME=1194
OPENVPN_NETWORK_HOME="10.0.42.0"
CCD_HOME="/etc/openvpn/ccd/server-home"
SERVER_PORT_GW_CKUBU=1195
OPENVPN_NETWORK_GW_CKUBU="10.1.42.0"
IPV4_OPENVPN_GW_CKUBU="10.1.42.1"
CCD_GW_CKUBU="/etc/openvpn/ccd/server-gw-ckubu"
MAIN_NETWORK=192.168.42.0
DNS_SERVER=192.168.42.1
DOMAIN=b3-bornim.netz