Initial import

This commit is contained in:
2017-02-12 12:11:27 +01:00
commit 1badd7f947
6 changed files with 4079 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