2008-12-09 17:50:17 +01:00
|
|
|
#
|
2008-12-09 21:15:57 +01:00
|
|
|
# Shorewall6 version 4 - Actions.std File
|
2008-12-09 17:50:17 +01:00
|
|
|
#
|
2008-12-09 21:15:57 +01:00
|
|
|
# /usr/share/shorewall6/actions.std
|
2008-12-09 17:50:17 +01:00
|
|
|
#
|
|
|
|
# Please see http://shorewall.net/Actions.html for additional
|
|
|
|
# information.
|
|
|
|
#
|
|
|
|
# Builtin Actions are:
|
|
|
|
#
|
2012-04-24 23:52:57 +02:00
|
|
|
# allowBcasts # Accept multicast and anycast packets
|
2008-12-13 19:22:42 +01:00
|
|
|
# dropBcasts # Silently Drop multicast and anycast packets
|
2008-12-09 17:50:17 +01:00
|
|
|
# dropNotSyn # Silently Drop Non-syn TCP packets
|
|
|
|
# rejNotSyn # Silently Reject Non-syn TCP packets
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
#ACTION
|
2012-12-04 19:54:32 +01:00
|
|
|
A_Drop # Audited Default Action for DROP policy
|
|
|
|
A_Reject # Audited Default Action for REJECT policy
|
|
|
|
A_AllowICMPs # Audited Accept needed ICMP6 types
|
|
|
|
AllowICMPs # Accept needed ICMP6 types
|
2013-02-07 20:21:13 +01:00
|
|
|
allowInvalid inline # Accepts packets in the INVALID conntrack state
|
2013-07-17 19:19:18 +02:00
|
|
|
AutoBL noinline # Auto-blacklist IPs that exceed thesholds
|
|
|
|
AutoBLL noinline # Helper for AutoBL
|
2013-02-07 20:21:13 +01:00
|
|
|
Broadcast noinline # Handles Broadcast/Multicast/Anycast
|
2012-12-04 19:54:32 +01:00
|
|
|
Drop # Default Action for DROP policy
|
2013-02-07 20:21:13 +01:00
|
|
|
dropInvalid inline # Drops packets in the INVALID conntrack state
|
|
|
|
DropSmurfs noinline # Handles packets with a broadcast source address
|
|
|
|
Established inline # Handles packets in the ESTABLISHED state
|
2013-07-12 18:45:41 +02:00
|
|
|
IfEvent noinline # Perform an action based on an event
|
2013-02-07 20:21:13 +01:00
|
|
|
Invalid inline # Handles packets in the INVALID conntrack state
|
|
|
|
New inline # Handles packets in the NEW conntrack state
|
|
|
|
NotSyn inline # Handles TCP packets that do not have SYN=1 and ACK=0
|
2012-12-04 19:54:32 +01:00
|
|
|
Reject # Default Action for REJECT policy
|
2013-02-07 20:21:13 +01:00
|
|
|
Related inline # Handles packets in the RELATED conntrack state
|
2013-07-12 18:45:41 +02:00
|
|
|
ResetEvent inline # Reset an Event
|
2013-02-07 20:21:13 +01:00
|
|
|
RST inline # Handle packets with RST set
|
2013-07-12 18:45:41 +02:00
|
|
|
SetEvent inline # Initialize an event
|
2013-02-02 00:55:39 +01:00
|
|
|
TCPFlags # Handles bad flags combinations
|
2013-02-07 20:21:13 +01:00
|
|
|
Untracked inline # Handles packets in the UNTRACKED conntrack state
|