Fix outgoing firewall problems with MAC rules.

Bug #10223.
This commit is contained in:
Michael Tremer
2012-11-06 22:57:22 +01:00
parent 55ecfab2b7
commit ab74c839dd
2 changed files with 23 additions and 39 deletions

View File

@@ -188,7 +188,6 @@ case "$1" in
# Outgoing Firewall
/sbin/iptables -A FORWARD -j OUTGOINGFWMAC
/sbin/iptables -A FORWARD -j OUTGOINGFW
# localhost and ethernet.
/sbin/iptables -A INPUT -i lo -m state --state NEW -j ACCEPT