Man page - shorewall-actions(5)
Packages contas this manual
- shorewall-tcinterfaces(5)
- shorewall-proxyndp(5)
- shorewall-blrules(5)
- shorewall-nesting(5)
- shorewall-files(5)
- shorewall-tcfilters(5)
- shorewall-stoppedrules(5)
- shorewall-actions(5)
- shorewall-routes(5)
- shorewall-logging(5)
- shorewall-names(5)
- shorewall-interfaces(5)
- shorewall-rtrules(5)
- shorewall-arprules(5)
- shorewall-params(5)
- shorewall-proxyarp(5)
- shorewall-addresses(5)
- shorewall-maclist(5)
- shorewall-tcpri(5)
- shorewall-nat(5)
- shorewall-ipsets(5)
- shorewall-zones(5)
- shorewall-providers(5)
- shorewall-vardir(5)
- shorewall-accounting(5)
- shorewall-policy(5)
- shorewall-tcdevices(5)
- shorewall-rules(5)
- shorewall-tunnels(5)
- shorewall-conntrack(5)
- shorewall-exclusion(5)
- shorewall-ecn(5)
- shorewall-modules(5)
- shorewall-snat(5)
- shorewall-tcclasses(5)
- shorewall-mangle(5)
- shorewall-secmarks(5)
- shorewall-netmap(5)
- shorewall.conf(5)
- shorewall-init(8)
- shorewall-hosts(5)
apt-get install shorewall
Manual
| SHOREWALL-ACTIONS(5) | Configuration Files | SHOREWALL-ACTIONS(5) |
NAME
actions - Shorewall action declaration file
SYNOPSIS
/etc/shorewall[6]/actions
DESCRIPTION
This file allows you to define new ACTIONS for use in rules (see shorewall-rules(5)[1]). You define the iptables rules to be performed in an ACTION in /etc/shorewall/action.action-name.
Columns are:
NAME
OPTIONS
audit
builtin
Beginning with Shorewall 4.6.0, the Netfilter table(s) in which the builtin can be used may be specified: filter, nat, mangle and raw. If no table name(s) are given, then filter is assumed. The table names follow builtin and are separated by commas; for example, "FOOBAR builtin,filter,mangle" would specify FOOBAR as a builtin target that can be used in the filter and mangle tables.
Beginning with Shorewall 4.6.4, you may specify the terminating option with builtin to indicate to the Shorewall optimizer that the action is terminating (the current packet will not be passed to the next rule in the chain).
inline
Caution
Some of the Shorewall standard actions cannot be used in-line and will generate a warning and the compiler will ignore inline if you try to use them that way:
logjump
mangle
nat
noinline
nolog
proto=protocol
The proto option has no effect if the inline or builtin option is specified. A warning is issued if proto is specified along with builtin.
dport=portorservice
section
Given that neither the snat nor the mangle file is sectioned, this parameter has no effect when mangle or nat is specified.
state={UNTRACKED|NEW|ESTABLISHED|RELATED|INVALID}
terminating
FILES
/etc/shorewall/actions
/etc/shorewall6/actions
SEE ALSO
https://shorewall.org/Actions.html[4]
shorewall(8)
NOTES
- 1.
- shorewall-rules(5)
- 2.
- shorewall-mangle(5)
- 3.
- shorewall-snat(5)
- 4.
- https://shorewall.org/Actions.html
| 09/24/2020 | Configuration Files |