forked from extern/shorewall_code
action.Reject: reformat to new header style
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
@ -1,29 +1,27 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Reject Action
|
# Shorewall -- /usr/share/shorewall/action.Reject
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.Reject
|
# The default REJECT action common rules
|
||||||
#
|
#
|
||||||
# The default REJECT action common rules
|
# This action is invoked before a REJECT policy is enforced. The purpose
|
||||||
|
# of the action is:
|
||||||
#
|
#
|
||||||
# This action is invoked before a REJECT policy is enforced. The purpose
|
# a) Avoid logging lots of useless cruft.
|
||||||
# of the action is:
|
# b) Ensure that certain ICMP packets that are necessary for successful
|
||||||
|
# internet operation are always ACCEPTed.
|
||||||
#
|
#
|
||||||
# a) Avoid logging lots of useless cruft.
|
# The action accepts five optional parameters:
|
||||||
# b) Ensure that certain ICMP packets that are necessary for successful
|
|
||||||
# internet operation are always ACCEPTed.
|
|
||||||
#
|
#
|
||||||
# The action accepts five optional parameters:
|
# 1 - 'audit' or '-'. Default is '-' which means don't audit in builtin
|
||||||
#
|
# actions.
|
||||||
# 1 - 'audit' or '-'. Default is '-' which means don't audit in builtin
|
# 2 - Action to take with Auth requests. Default is to do nothing
|
||||||
# actions.
|
# special with them.
|
||||||
# 2 - Action to take with Auth requests. Default is to do nothing
|
# 3 - Action to take with SMB requests. Default is REJECT or A_REJECT,
|
||||||
# special with them.
|
# depending on the setting of the first parameter.
|
||||||
# 3 - Action to take with SMB requests. Default is REJECT or A_REJECT,
|
# 4 - Action to take with required ICMP packets. Default is ACCEPT or
|
||||||
# depending on the setting of the first parameter.
|
# A_ACCEPT depending on the first parameter.
|
||||||
# 4 - Action to take with required ICMP packets. Default is ACCEPT or
|
# 5 - Action to take with late UDP replies (UDP source port 53). Default
|
||||||
# A_ACCEPT depending on the first parameter.
|
# is DROP or A_DROP depending on the first parameter.
|
||||||
# 5 - Action to take with late UDP replies (UDP source port 53). Default
|
|
||||||
# is DROP or A_DROP depending on the first parameter.
|
|
||||||
#
|
#
|
||||||
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!
|
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@ -38,7 +36,7 @@ DEFAULTS -,-,A_REJECT,A_ACCEPT,A_DROP
|
|||||||
DEFAULTS -,-,REJECT,ACCEPT,DROP
|
DEFAULTS -,-,REJECT,ACCEPT,DROP
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
#TARGET SOURCE DEST PROTO
|
#ACTION SOURCE DEST PROTO
|
||||||
#
|
#
|
||||||
# Count packets that come through here
|
# Count packets that come through here
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user