Go to file
2017-11-28 13:47:41 +01:00
.gitignore Add some comments for DNS rules. 2017-06-02 11:41:27 +02:00
ip6t-firewall-vserver Change start/stop script for fail2ban. 2017-11-28 13:47:41 +01:00
ip6t-firewall-vserver.conf.sample Change start/stop script for fail2ban. 2017-11-28 13:47:41 +01:00
ipt-firewall-vserver Change start/stop script for fail2ban. 2017-11-28 13:47:41 +01:00
ipt-firewall-vserver.conf.sample Change start/stop script for fail2ban. 2017-11-28 13:47:41 +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