#!/bin/bash #Copyright 2004 William Stearns #Released under the GPL #Automatically generated by Modwall, http://www.stearns.org/modwall/ #Note that this module depends on system specific configuration #so your output will differ. #==== Brick specific help ==== # The blockfwdports module puts in blocks for services that should never be #forwarded through this firewall. The ports to block are set in #/etc/modwall/blockfwdports.conf . # This module should be safe to use on any network, but you will #have to decide what services are appropriate to block. /usr/bin/sudo /sbin/iptables -N blockfwdports /usr/bin/sudo /sbin/iptables -A FORWARD -j blockfwdports