Add rule to prevent bridged traffic getting pushed through the host's iptables rules if requested (do_not_firewall_bridged_traffic).

This commit is contained in:
2017-08-15 14:04:18 +02:00
parent 968dedbe65
commit 6966eff903
4 changed files with 44 additions and 6 deletions

View File

@@ -64,9 +64,14 @@ ext_ifs="$ext_if_1 $ext_if_2 $ext_if_3"
# - is this a virtuel system ?
host_is_vm=false
# - Extern Interfaces Static Lines
# - (comma separated list)
#ext_if_static="eth0"
# - Prevent bridged traffic getting pushed through the
# - host's iptables rules
# -
# - Note: Maybe youe have also to activate forwarding
# -
# - Set: kernel_activate_forwarding=true
# -
do_not_firewall_bridged_traffic=false
# - VPN Interfaces
# - (comma separated list)