2005-07-09 06:45:32 +02:00
|
|
|
#
|
2005-07-09 07:55:29 +02:00
|
|
|
# Shorewall 2.4 /usr/share/shorewall/action.Reject
|
2005-07-09 06:45:32 +02:00
|
|
|
#
|
|
|
|
# The default REJECT action common rules
|
|
|
|
#
|
2005-07-09 07:45:05 +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!!!!!!!!!!!!
|
2005-07-09 06:45:32 +02:00
|
|
|
######################################################################################
|
2005-07-09 07:45:05 +02:00
|
|
|
#TARGET SOURCE DEST PROTO
|
|
|
|
#
|
|
|
|
# Don't log 'auth' REJECT
|
|
|
|
#
|
2005-07-09 06:45:32 +02:00
|
|
|
RejectAuth
|
2005-07-09 07:45:05 +02:00
|
|
|
#
|
|
|
|
# Drop Broadcasts so they don't clutter up the log (broadcasts must *not* be rejected).
|
|
|
|
#
|
2005-07-09 06:45:32 +02:00
|
|
|
dropBcast
|
2005-07-09 07:45:05 +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).
|
|
|
|
#
|
2005-07-09 06:45:32 +02:00
|
|
|
dropInvalid
|
2005-07-09 07:45:05 +02:00
|
|
|
#
|
|
|
|
# Drop Microsoft noise so that it doesn't clutter up the lot.
|
|
|
|
#
|
2005-07-09 06:45:32 +02:00
|
|
|
RejectSMB
|
|
|
|
DropUPnP
|
2005-07-09 07:45:05 +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.
|
|
|
|
#
|
2005-07-09 06:45:32 +02:00
|
|
|
DropDNSrep
|
|
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|