
#-----------------------------------------------------------------------
# README
#-----------------------------------------------------------------------
#
# These rules were developed based on <http://xforce.iss.net/alerts/
# advise43.php>.
#
# To install, copy this file to /etc/firewall-modules/public/block-high-
# ports/stacheldraht. There's no need to execute rc.firewall with the 
# --update-config parameter.
#
#-----------------------------------------------------------------------
# CHANGES
#-----------------------------------------------------------------------
#
# 2000-10-17  Jean-Sebastien Morisset <jsmoriss@jsm-mv.dyndns.org>
#             Initial module written for v5.0.
#
#-----------------------------------------------------------------------
# START OF MODULE CODE
#-----------------------------------------------------------------------

echo "Deny $INTOPT $NETADDR Stacheldraht Server <- $ANY (logged)"
ipchains -A $INCHAIN -j DENY -p tcp -y -s $ANY -d $NETADDR 16660 -l
ipchains -A $INCHAIN -j DENY -p tcp -y -s $ANY -d $NETADDR 60001 -l

