Forward Firewall: fix wlan clients now working with forwardfw

This commit is contained in:
Alexander Marx
2013-02-21 16:40:47 +01:00
committed by Michael Tremer
parent 15add1c8af
commit b324de14db
2 changed files with 9 additions and 9 deletions

View File

@@ -227,7 +227,7 @@ case "$1" in
/sbin/iptables -N WIRELESSINPUT
/sbin/iptables -A INPUT -m state --state NEW -j WIRELESSINPUT
/sbin/iptables -N WIRELESSFORWARD
/sbin/iptables -A FORWARD -m state --state NEW -j WIRELESSFORWARD
/sbin/iptables -A FORWARDFW -m state --state NEW -j WIRELESSFORWARD
# PORTFWACCESS chain, used for portforwarding
/sbin/iptables -N PORTFWACCESS
@@ -300,9 +300,9 @@ case "$1" in
/sbin/iptables -A FORWARD -j POLICYFWD
/sbin/iptables -N POLICYOUT
/sbin/iptables -A OUTPUT -j POLICYOUT
/usr/sbin/firewall-policy
;;
startovpn)
# run openvpn