Add GA-Schloss. Renew WF.

This commit is contained in:
2018-06-25 01:57:21 +02:00
parent a7d5b9623d
commit 938a94cc3b
658 changed files with 23335 additions and 1902 deletions

View File

@ -15,7 +15,7 @@ ext_ifs_dsl="$ext_if_dsl_1 $ext_if_dsl_2 $ext_if_dsl_3 $ext_if_dsl_4"
# - Extern Interfaces Static Lines
# - (blank separated list)
ext_if_static_1="eth0"
ext_if_static_1="eth2"
ext_if_static_2=""
ext_if_static_3=""
@ -26,8 +26,8 @@ ext_ifs_static="$ext_if_static_1 $ext_if_static_2 $ext_if_static_3"
vpn_ifs="tun+"
# - Local Interfaces
local_if_1="eth1"
local_if_2="eth2"
local_if_1="eth0"
local_if_2="eth1"
local_if_3=""
local_if_4=""
local_if_5=""

View File

@ -250,9 +250,14 @@ allow_local_net_to_local_net=""
# - allow_local_if_to_local_ip="${local_if_1}:192.168.10.1
# - ${local_if_2}:192.168.10.13"
# -
# - 192.168.43.10 Nasrechner (incl Cloud)
# -
# - Blank separated list
# -
allow_local_if_to_local_ip=""
allow_local_if_to_local_ip="
${local_if_1}:192.168.43.10
${local_if_2}:192.168.43.10
"
@ -1044,8 +1049,10 @@ masquerade_tcp_cons=""
# - portforward_tcp="$ext_if_dsl_1:9997:192.168.52.25:22
# - $ext_if_dsl_1:9998:192.168.53.24:22"
# -
# - 192.168.52.24:9080 Etherpad
# - 192.168.52.24:9443 Etherpad
# - 192.168.52.24:9080 HTTP Etherpad
# - 192.168.52.24:9443 HTTPS Etherpad
# - 192.168.43.10:443 HTTPS Nextcloud
# - 192.168.52.25:22 SSH Repository
# -
# - Blank separated list
# -
@ -1053,6 +1060,7 @@ portforward_tcp="
$ext_if_dsl_1:9080:192.168.52.24:9080
$ext_if_dsl_1:9443:192.168.52.24:9443
$ext_if_dsl_1:8443:192.168.43.10:443
$ext_if_dsl_1:9998:192.168.52.25:22
"