Initial import

This commit is contained in:
2017-02-12 16:07:07 +01:00
commit f6ec6c7517
7 changed files with 4304 additions and 0 deletions

14
README.bridge Normal file
View File

@ -0,0 +1,14 @@
# ---
# - Prevent bridged traffic getting pushed through the host's iptables rules
# ---
$ipt -A FORWARD -m physdev --physdev-is-bridged -j ACCEPT
# - Note: Maybe youe have also to activate forwarding
# -
# - IPv4:
# - echo 1 > /proc/sys/net/ipv4/ip_forward
# -
# - IPv6:
# - echo 1 > /proc/sys/net/ipv6/conf/all/forwarding