=================================================================== RCS file: /home/cvsd/home/cvs/scripts/shell/firewall/fw-universal.sh,v retrieving revision 2.13 retrieving revision 2.14 diff -u -p -r2.13 -r2.14 --- scripts/shell/firewall/fw-universal.sh 2005/01/16 11:06:10 2.13 +++ scripts/shell/firewall/fw-universal.sh 2005/01/16 11:06:46 2.14 @@ -9,7 +9,7 @@ # Licensed under terms of GNU General Public License. # All rights reserved. # -# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.12 2005/01/16 10:55:39 rajo Exp $ +# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.13 2005/01/16 11:06:10 rajo Exp $ # # Changelog: # 2003-10-24 - created @@ -48,19 +48,6 @@ AWK="${AWK:=/usr/bin/awk}" LO_IFACE="${LO_IFACE:=lo}" LO_IP="IP_$LO_IFACE" -# Which ports will be allowed on INPUT (TCP connections) -ALL_ACCEPT_INPUT_TCP="${ALL_ACCEPT_INPUT_TCP:=}" -# interface eth0 -eth0_ACCEPT_INPUT_TCP="${eth0_ACCEPT_INPUT_TCP:=}" -# interface ppp0 -ppp0_ACCEPT_INPUT_TCP="${ppp0_ACCEPT_INPUT_TCP:=}" - -# Which ports will be allowed on INPUT (UDP connections) -# interface eth0 -eth0_ACCEPT_INPUT_UDP="${eth0_ACCEPT_INPUT_UDP:=}" -# interface ppp0 -ppp0_ACCEPT_INPUT_UDP="${ppp0_ACCEPT_INPUT_UDP:=}" - # allow some ICMP packets - needed for ping etc. ACCEPT_ICMP_PACKETS="${ACCEPT_ICMP_PACKETS:=echo-reply destination-unreachable echo-request time-exceeded}"