2004-01-31 17:11:22 +01:00
|
|
|
#
|
2004-10-26 17:37:00 +02:00
|
|
|
# Shorewall 2.2 /usr/share/shorewall/action.Reject
|
2004-01-31 17:11:22 +01:00
|
|
|
#
|
|
|
|
# The default REJECT action common rules
|
|
|
|
#
|
2004-10-08 00:56:35 +02:00
|
|
|
# This action is invoked before a REJECT policy is enforced. The purpose of the action
|
|
|
|
# is:
|
|
|
|
#
|
|
|
|
# a) Avoid logging lots of useless cruft.
|
|
|
|
# b) Ensure that certain ICMP packets that are necessary for successful
|
|
|
|
# internet operation are always ACCEPTed.
|
|
|
|
#
|
|
|
|
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!!!!
|
2004-01-31 17:11:22 +01:00
|
|
|
######################################################################################
|
2004-10-08 00:56:35 +02:00
|
|
|
#TARGET SOURCE DEST PROTO
|
|
|
|
#
|
|
|
|
# Don't log 'auth' REJECT
|
|
|
|
#
|
2004-01-31 17:11:22 +01:00
|
|
|
RejectAuth
|
2004-10-08 00:56:35 +02:00
|
|
|
#
|
|
|
|
# Drop Broadcasts so they don't clutter up the log (broadcasts must *not* be rejected).
|
|
|
|
#
|
2004-02-04 23:23:45 +01:00
|
|
|
dropBcast
|
2004-10-08 00:56:35 +02:00
|
|
|
#
|
|
|
|
# ACCEPT critical ICMP types
|
|
|
|
#
|
|
|
|
AllowICMPs - - icmp
|
|
|
|
#
|
|
|
|
# Drop packets that in the INVALID state -- these are usually ICMP packets and just
|
|
|
|
# confuse people when they appear in the log (these ICMPs cannot be rejected).
|
|
|
|
#
|
2004-07-01 16:12:29 +02:00
|
|
|
dropInvalid
|
2004-10-08 00:56:35 +02:00
|
|
|
#
|
|
|
|
# Drop Microsoft noise so that it doesn't clutter up the lot.
|
|
|
|
#
|
2004-01-31 17:11:22 +01:00
|
|
|
RejectSMB
|
|
|
|
DropUPnP
|
2004-10-08 00:56:35 +02:00
|
|
|
#
|
|
|
|
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
|
|
|
#
|
|
|
|
dropNotSyn - - tcp
|
|
|
|
#
|
|
|
|
# Drop late-arriving DNS replies. These are just a nuisance and clutter up the log.
|
|
|
|
#
|
2004-02-10 00:52:01 +01:00
|
|
|
DropDNSrep
|
2004-01-31 17:11:22 +01:00
|
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|