2005-07-09 06:45:32 +02:00
|
|
|
#
|
2006-01-16 16:15:43 +01:00
|
|
|
# Shorewall version 3.2 - Actions.std File
|
2005-08-02 18:46:30 +02:00
|
|
|
#
|
|
|
|
# /usr/share/shorewall/actions.std
|
2005-07-09 06:45:32 +02:00
|
|
|
#
|
2005-07-09 07:45:05 +02:00
|
|
|
# Please see http://shorewall.net/Actions.html for additional
|
|
|
|
# information.
|
2005-07-09 06:45:32 +02:00
|
|
|
#
|
|
|
|
# Builtin Actions are:
|
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# allowBcast # Silently Allow Broadcast/multicast
|
|
|
|
# dropBcast # Silently Drop Broadcast/multicast
|
|
|
|
# dropNotSyn # Silently Drop Non-syn TCP packets
|
|
|
|
# rejNotSyn # Silently Reject Non-syn TCP packets
|
|
|
|
# dropInvalid # Silently Drop packets that are in the INVALID
|
|
|
|
# # conntrack state.
|
|
|
|
# allowInvalid # Accept packets that are in the INVALID
|
|
|
|
# # conntrack state.
|
|
|
|
# allowoutUPnP # Allow traffic from local command 'upnpd'
|
|
|
|
# allowinUPnP # Allow UPnP inbound (to firewall) traffic
|
|
|
|
# forwardUPnP # Allow traffic that upnpd has redirected from
|
|
|
|
# # 'upnp' interfaces.
|
2006-08-30 23:32:36 +02:00
|
|
|
# Limit # Limit the rate of connections from each individual
|
|
|
|
# # IP address
|
2005-07-09 06:45:32 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
###############################################################################
|
2005-07-09 06:45:32 +02:00
|
|
|
#ACTION
|
2006-08-30 19:57:04 +02:00
|
|
|
Drop # Default Action for DROP policy
|
|
|
|
Reject # Default Action for REJECT policy
|
2005-07-09 06:45:32 +02:00
|
|
|
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE
|