=================================================================== RCS file: /home/cvsd/home/cvs/scripts/shell/firewall/fw-universal.sh,v retrieving revision 2.8 retrieving revision 2.9 diff -u -p -r2.8 -r2.9 --- scripts/shell/firewall/fw-universal.sh 2005/01/04 19:57:14 2.8 +++ scripts/shell/firewall/fw-universal.sh 2005/01/04 19:58:42 2.9 @@ -9,7 +9,7 @@ # Licensed under terms of GNU General Public License. # All rights reserved. # -# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.7 2005/01/02 13:31:46 rajo Exp $ +# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.8 2005/01/04 19:57:14 rajo Exp $ # # Changelog: # 2004-11-14 - created @@ -399,8 +399,8 @@ allow_input() for iface in $IFACE_ACCEPT_ALL; do echo -en " $iface" $IPTABLES -A INPUT -i $iface -j ACCEPT - $IPTABLES -A OUTPUT -i $iface -j ACCEPT $IPTABLES -A FORWARD -i $iface -j ACCEPT + $IPTABLES -A OUTPUT -o $iface -j ACCEPT done echo " done." fi