Go to file
2017-02-22 04:28:49 +01:00
.gitignore Initial import 2017-02-12 12:11:27 +01:00
ip6t-firewall-vserver Change Shebang 2017-02-22 04:28:49 +01:00
ip6t-firewall-vserver.conf.sample Initial import 2017-02-12 12:11:27 +01:00
ipt-firewall-vserver Change Shebang 2017-02-22 04:28:49 +01:00
ipt-firewall-vserver.conf.sample Initial import 2017-02-12 12:11:27 +01:00
README.bridge Initial import 2017-02-12 12:11:27 +01:00


# ---
# - 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