forked from extern/shorewall_code
Compare commits
127 Commits
5.0.8-Beta
...
5.0.8
Author | SHA1 | Date | |
---|---|---|---|
|
5fbc5f1430 | ||
|
cae7c5d300 | ||
|
bba851117a | ||
|
91702f094d | ||
|
49c94bc5ec | ||
|
67c2587890 | ||
|
f6b7eb4ea0 | ||
|
f16e3f1fbe | ||
|
71bd7a4647 | ||
|
ab95607f5f | ||
|
f9bbca8b05 | ||
|
0faf3b6db1 | ||
|
3253c882e9 | ||
|
5212dba7cb | ||
|
35a22eedac | ||
|
2b7ef0fe32 | ||
|
b53de922d1 | ||
|
365ffaf645 | ||
|
ae852b513d | ||
|
9611b588e3 | ||
|
eb95532248 | ||
|
fb8dbcf44b | ||
|
62a14aab28 | ||
|
335f2968f8 | ||
|
32f888a7d4 | ||
|
c725372639 | ||
|
524838ae47 | ||
|
549af8b402 | ||
|
6aa0ecae4f | ||
|
434e042494 | ||
|
9fa0df2fd1 | ||
|
074655d1bd | ||
|
216bc715e8 | ||
|
541ecb67b4 | ||
|
dbd42e1d5d | ||
|
04ec8273ef | ||
|
772f88b1fd | ||
|
3e0b8c60a2 | ||
|
fc2b555cdb | ||
|
16afd880b2 | ||
|
76a5841fcd | ||
|
9758e8cdc5 | ||
|
2cf3706864 | ||
|
3028dafbac | ||
|
16a31c3d29 | ||
|
d3f377e915 | ||
|
54a5748395 | ||
|
6c00f72f44 | ||
|
8dc88898c8 | ||
|
deaaecdf1c | ||
|
05e4049174 | ||
|
ef10515a42 | ||
|
5db6cb1b7d | ||
|
76c8917aa7 | ||
|
be58d530c4 | ||
|
321476fd51 | ||
|
bd6b32eb25 | ||
|
4fdf54eca1 | ||
|
70bbd21b35 | ||
|
87a9b95f73 | ||
|
ecd7261365 | ||
|
293cd1d66a | ||
|
436b5d89ce | ||
|
26795cf082 | ||
|
95e4071f34 | ||
|
6366fb40cf | ||
|
20179a5c9d | ||
|
b7e6893f7d | ||
|
3ac3ae279f | ||
|
54843c617d | ||
|
e9467326f3 | ||
|
80bf77e8a8 | ||
|
1e5ebee799 | ||
|
74fe7b302e | ||
|
d70e18535b | ||
|
64a6b36918 | ||
|
35bc0bd8ef | ||
|
4034ebc270 | ||
|
bd33bb7105 | ||
|
dbb23d8807 | ||
|
5c4ee58f44 | ||
|
bf8b519da6 | ||
|
724d430ba4 | ||
|
11479b14f9 | ||
|
54eea167e5 | ||
|
8d92d07352 | ||
|
6122a1db19 | ||
|
2962809243 | ||
|
23a91d7c26 | ||
|
30b2b2dcb4 | ||
|
46a86cfa58 | ||
|
ad2dfd9eaf | ||
|
001aabf72c | ||
|
7052819a9c | ||
|
2b1244c110 | ||
|
94803b63b1 | ||
|
5f33cb5d0a | ||
|
deda26c790 | ||
|
f9f349a148 | ||
|
2842e897c9 | ||
|
de44a16094 | ||
|
6560e74c2c | ||
|
f7ddf3008d | ||
|
cb608172d3 | ||
|
f806010521 | ||
|
205254e043 | ||
|
a7efa12fff | ||
|
95c4f2d7f6 | ||
|
89189f7836 | ||
|
c2e3156e5c | ||
|
ffe9f88c07 | ||
|
e4c9c83e2b | ||
|
9a7f6512a1 | ||
|
77a93d10a4 | ||
|
a96ee0ab9a | ||
|
646572098c | ||
|
75df718865 | ||
|
ae8e2f70ea | ||
|
39f5b77e5f | ||
|
cb5a2519f3 | ||
|
4151f7c504 | ||
|
054837aeea | ||
|
ebf55a84f0 | ||
|
b637d303b9 | ||
|
0dbf42424d | ||
|
f22e8d6d55 | ||
|
d98305c6f4 |
@@ -339,7 +339,15 @@ show_classifiers() {
|
|||||||
#
|
#
|
||||||
# Display blacklist chains
|
# Display blacklist chains
|
||||||
#
|
#
|
||||||
|
blacklist_filter() {
|
||||||
|
awk \
|
||||||
|
'BEGIN { prnt=0; }; \
|
||||||
|
/^Members:/ { print "Dynamic:"; prnt=1; next; }; \
|
||||||
|
{ if (prnt == 1) print; };'
|
||||||
|
}
|
||||||
|
|
||||||
show_bl() {
|
show_bl() {
|
||||||
|
[ -n "$g_blacklistipset" ] && ipset -L $g_blacklistipset | blacklist_filter && echo
|
||||||
$g_tool -L $g_ipt_options | \
|
$g_tool -L $g_ipt_options | \
|
||||||
awk 'BEGIN {prnt=0; };
|
awk 'BEGIN {prnt=0; };
|
||||||
/^$/ {if (prnt == 1) print ""; prnt=0; };
|
/^$/ {if (prnt == 1) print ""; prnt=0; };
|
||||||
@@ -3444,6 +3452,29 @@ reject_command() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blacklist_command() {
|
||||||
|
local family
|
||||||
|
|
||||||
|
[ $# -gt 0 ] || fatal_error "Missing address"
|
||||||
|
|
||||||
|
[ -z "$g_blacklistipset" ] && fatal_error "The blacklist command is not supported in the current $g_product configuration"
|
||||||
|
|
||||||
|
case ${IPSET:=ipset} in
|
||||||
|
*/*)
|
||||||
|
if [ ! -x "$IPSET" ]; then
|
||||||
|
fatal_error "IPSET=$IPSET does not exist or is not executable"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
IPSET="$(mywhich $IPSET)"
|
||||||
|
[ -n "$IPSET" ] || fatal_error "The ipset utility cannot be located"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
$IPSET -A $g_blacklistipset $@ || { error_message "ERROR: Address $1 not blacklisted"; return 1; }
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
save_command() {
|
save_command() {
|
||||||
local finished
|
local finished
|
||||||
finished=0
|
finished=0
|
||||||
@@ -3793,6 +3824,38 @@ get_config() {
|
|||||||
g_pager="| $g_pager"
|
g_pager="| $g_pager"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "$DYNAMIC_BLACKLIST" ]; then
|
||||||
|
case $DYNAMIC_BLACKLIST in
|
||||||
|
[Nn]o)
|
||||||
|
DYNAMIC_BLACKLIST='';
|
||||||
|
;;
|
||||||
|
[Yy]es)
|
||||||
|
;;
|
||||||
|
ipset|ipset::*|ipset-only|ipset-only::*|ipset,src-dst|ipset-only,src-dst::*)
|
||||||
|
g_blacklistipset=SW_DBL$g_family
|
||||||
|
;;
|
||||||
|
ipset:[a-zA-Z]*)
|
||||||
|
g_blacklistipset=${DYNAMIC_BLACKLIST#ipset:}
|
||||||
|
g_blacklistipset=${g_blacklistipset%%:*}
|
||||||
|
;;
|
||||||
|
ipset,src-dst:[a-zA-Z]*)
|
||||||
|
g_blacklistipset=${DYNAMIC_BLACKLIST#ipset,src-dst:}
|
||||||
|
g_blacklistipset=${g_blacklistipset%%:*}
|
||||||
|
;;
|
||||||
|
ipset-only:[a-zA-Z]*)
|
||||||
|
g_blacklistipset=${DYNAMIC_BLACKLIST#ipset-only:}
|
||||||
|
g_blacklistipset=${g_blacklistipset%%:*}
|
||||||
|
;;
|
||||||
|
ipset-only,src-dst:[a-zA-Z]*)
|
||||||
|
g_blacklistipset=${DYNAMIC_BLACKLIST#ipset-only,src-dst:}
|
||||||
|
g_blacklistipset=${g_blacklistipset%%:*}
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
fatal_error "Invalid value ($DYNAMIC_BLACKLIST) for DYNAMIC_BLACKLIST"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
lib=$(find_file lib.cli-user)
|
lib=$(find_file lib.cli-user)
|
||||||
|
|
||||||
[ -f $lib ] && . $lib
|
[ -f $lib ] && . $lib
|
||||||
@@ -3819,7 +3882,7 @@ start_command() {
|
|||||||
rc=$?
|
rc=$?
|
||||||
else
|
else
|
||||||
error_message "${VARDIR}/firewall is missing or is not executable"
|
error_message "${VARDIR}/firewall is missing or is not executable"
|
||||||
logger -p kern.err "ERROR:$g_product start failed"
|
mylogger kern.err "ERROR:$g_product start failed"
|
||||||
rc=6
|
rc=6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -3952,7 +4015,7 @@ restart_command() {
|
|||||||
rc=$?
|
rc=$?
|
||||||
else
|
else
|
||||||
error_message "${VARDIR}/firewall is missing or is not executable"
|
error_message "${VARDIR}/firewall is missing or is not executable"
|
||||||
logger -p kern.err "ERROR:$g_product $COMMAND failed"
|
mylogger kern.err "ERROR:$g_product $COMMAND failed"
|
||||||
rc=6
|
rc=6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -3983,6 +4046,7 @@ usage() # $1 = exit status
|
|||||||
echo "where <command> is one of:"
|
echo "where <command> is one of:"
|
||||||
echo " add <interface>[:<host-list>] ... <zone>"
|
echo " add <interface>[:<host-list>] ... <zone>"
|
||||||
echo " allow <address> ..."
|
echo " allow <address> ..."
|
||||||
|
echo " blacklist <address> [ <option> ... ]"
|
||||||
ecko " [ check | ck ] [ -e ] [ -r ] [ -p ] [ -r ] [ -T ] [ -i ] [ <directory> ]"
|
ecko " [ check | ck ] [ -e ] [ -r ] [ -p ] [ -r ] [ -T ] [ -i ] [ <directory> ]"
|
||||||
echo " clear"
|
echo " clear"
|
||||||
ecko " [ compile | co ] [ -e ] [ -p ] [ -t ] [ -c ] [ -d ] [ -T ] [ -i ] [ <directory name> ] [ <path name> ]"
|
ecko " [ compile | co ] [ -e ] [ -p ] [ -t ] [ -c ] [ -d ] [ -T ] [ -i ] [ <directory name> ] [ <path name> ]"
|
||||||
@@ -4134,6 +4198,7 @@ shorewall_cli() {
|
|||||||
g_loopback=
|
g_loopback=
|
||||||
g_compiled=
|
g_compiled=
|
||||||
g_pager=
|
g_pager=
|
||||||
|
g_blacklistipset=
|
||||||
|
|
||||||
VERBOSE=
|
VERBOSE=
|
||||||
VERBOSITY=1
|
VERBOSITY=1
|
||||||
@@ -4325,6 +4390,13 @@ shorewall_cli() {
|
|||||||
fatal_error "$g_product is not running"
|
fatal_error "$g_product is not running"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
blacklist)
|
||||||
|
get_config Yes
|
||||||
|
shift
|
||||||
|
[ -n "$g_nolock" ] || mutex_on
|
||||||
|
blacklist_command $@
|
||||||
|
[ -n "$g_nolock" ] || mutex_off
|
||||||
|
;;
|
||||||
run)
|
run)
|
||||||
[ $# -gt 1 ] || fatal_error "Missing function name"
|
[ $# -gt 1 ] || fatal_error "Missing function name"
|
||||||
get_config Yes
|
get_config Yes
|
||||||
|
@@ -25,6 +25,22 @@
|
|||||||
# scripts rather than loaded at run-time.
|
# scripts rather than loaded at run-time.
|
||||||
#
|
#
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
#
|
||||||
|
# Wrapper around logger that sets the tag according to $SW_LOGGERTAG
|
||||||
|
#
|
||||||
|
mylogger() {
|
||||||
|
local level
|
||||||
|
|
||||||
|
level=$1
|
||||||
|
shift
|
||||||
|
|
||||||
|
if [ -n "$SW_LOGGERTAG" ]; then
|
||||||
|
logger -p $level -t "$SW_LOGGERTAG" $*
|
||||||
|
else
|
||||||
|
logger -p $level $*
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Issue a message and stop
|
# Issue a message and stop
|
||||||
#
|
#
|
||||||
@@ -33,24 +49,24 @@ startup_error() # $* = Error Message
|
|||||||
echo " ERROR: $@: Firewall state not changed" >&2
|
echo " ERROR: $@: Firewall state not changed" >&2
|
||||||
|
|
||||||
if [ $LOG_VERBOSITY -ge 0 ]; then
|
if [ $LOG_VERBOSITY -ge 0 ]; then
|
||||||
timestamp="$(date +'%b %d %T') "
|
timestamp="$(date +'%b %e %T') "
|
||||||
echo "${timestamp} ERROR: $@" >> $STARTUP_LOG
|
echo "${timestamp} ERROR: $@" >> $STARTUP_LOG
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $COMMAND in
|
case $COMMAND in
|
||||||
start)
|
start)
|
||||||
logger -p kern.err "ERROR:$g_product start failed:Firewall state not changed"
|
mylogger kern.err "ERROR:$g_product start failed:Firewall state not changed"
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
logger -p kern.err "ERROR:$g_product restart failed:Firewall state not changed"
|
mylogger kern.err "ERROR:$g_product restart failed:Firewall state not changed"
|
||||||
;;
|
;;
|
||||||
restore)
|
restore)
|
||||||
logger -p kern.err "ERROR:$g_product restore failed:Firewall state not changed"
|
mylogger kern.err "ERROR:$g_product restore failed:Firewall state not changed"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ $LOG_VERBOSITY -ge 0 ]; then
|
if [ $LOG_VERBOSITY -ge 0 ]; then
|
||||||
timestamp="$(date +'%b %d %T') "
|
timestamp="$(date +'%b %e %T') "
|
||||||
|
|
||||||
case $COMMAND in
|
case $COMMAND in
|
||||||
start)
|
start)
|
||||||
|
@@ -117,6 +117,7 @@ fi
|
|||||||
echo "Uninstalling Shorewall Core $VERSION"
|
echo "Uninstalling Shorewall Core $VERSION"
|
||||||
|
|
||||||
rm -rf ${SHAREDIR}/shorewall
|
rm -rf ${SHAREDIR}/shorewall
|
||||||
|
rm -f ~/.shorewallrc
|
||||||
|
|
||||||
echo "Shorewall Core Uninstalled"
|
echo "Shorewall Core Uninstalled"
|
||||||
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
This is the Shorewall-init stable 4.4 branch of Git.
|
|
@@ -572,9 +572,9 @@ if [ -z "$DESTDIR" ]; then
|
|||||||
cant_autostart
|
cant_autostart
|
||||||
fi
|
fi
|
||||||
elif [ $HOST = openwrt -a -f ${CONFDIR}/rc.common ]; then
|
elif [ $HOST = openwrt -a -f ${CONFDIR}/rc.common ]; then
|
||||||
/etc/init.d/shorewall-inir enable
|
/etc/init.d/$PRODUCT enable
|
||||||
if /etc/init.d/shorewall-init enabled; then
|
if /etc/init.d/shorewall-init enabled; then
|
||||||
echo "Shorrewall Init will start automatically at boot"
|
echo "$Product will start automatically at boot"
|
||||||
else
|
else
|
||||||
cant_autostart
|
cant_autostart
|
||||||
fi
|
fi
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
This is the Shorewall-lite stable 4.4 branch of Git.
|
|
@@ -495,7 +495,7 @@ done
|
|||||||
# Install the Man Pages
|
# Install the Man Pages
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ -d manpages ]; then
|
if [ -d manpages -a -n "$MANDIR" ]; then
|
||||||
cd manpages
|
cd manpages
|
||||||
|
|
||||||
mkdir -p ${DESTDIR}${MANDIR}/man5/ ${DESTDIR}${MANDIR}/man8/
|
mkdir -p ${DESTDIR}${MANDIR}/man5/ ${DESTDIR}${MANDIR}/man8/
|
||||||
|
@@ -47,6 +47,19 @@
|
|||||||
<arg choice="plain"><replaceable>address</replaceable></arg>
|
<arg choice="plain"><replaceable>address</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
|
|
||||||
|
<cmdsynopsis>
|
||||||
|
<command>shorewall-lite</command>
|
||||||
|
|
||||||
|
<arg
|
||||||
|
choice="opt"><option>trace</option>|<option>debug</option><arg><option>nolock</option></arg></arg>
|
||||||
|
|
||||||
|
<arg>-<replaceable>options</replaceable></arg>
|
||||||
|
|
||||||
|
<arg choice="plain"><option>blacklist</option></arg>
|
||||||
|
|
||||||
|
<arg choice="plain"><replaceable>address</replaceable></arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>shorewall-lite</command>
|
<command>shorewall-lite</command>
|
||||||
|
|
||||||
@@ -693,6 +706,25 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><emphasis role="bold">blacklist</emphasis>
|
||||||
|
<replaceable>address</replaceable> [ <replaceable>option</replaceable>
|
||||||
|
... ]</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8 and requires
|
||||||
|
DYNAMIC_BLACKLIST=ipset.. in <ulink
|
||||||
|
url="/manpages/shorewall.conf.html">shorewall.conf</ulink>(5).
|
||||||
|
Causes packets from the given host or network
|
||||||
|
<replaceable>address</replaceable> to be dropped, based on the
|
||||||
|
setting of BLACKLIST in <ulink
|
||||||
|
url="/manpages/shorewall.conf.html">shorewall.conf</ulink>(5). The
|
||||||
|
<replaceable>address</replaceable> along with any
|
||||||
|
<replaceable>option</replaceable>s are passed to the <command>ipset
|
||||||
|
add</command> command.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">call <replaceable>function</replaceable> [
|
<term><emphasis role="bold">call <replaceable>function</replaceable> [
|
||||||
<replaceable>parameter</replaceable> ... ]</emphasis></term>
|
<replaceable>parameter</replaceable> ... ]</emphasis></term>
|
||||||
@@ -1553,6 +1585,34 @@
|
|||||||
started.</para>
|
started.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>ENVIRONMENT</title>
|
||||||
|
|
||||||
|
<para>Two environmental variables are recognized by Shorewall-lite:</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>SHOREWALL_INIT_SCRIPT</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>When set to 1, causes Std out to be redirected to the file
|
||||||
|
specified in the STARTUP_LOG option in <ulink
|
||||||
|
url="shorewall.conf.html">shorewall.conf(5)</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>SW_LOGGERTAG</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8. When set to a non-empty value, that
|
||||||
|
value is passed to the logger utility in its -t (--tag)
|
||||||
|
option.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>FILES</title>
|
<title>FILES</title>
|
||||||
|
|
||||||
|
9
Shorewall/Macros/macro.RedisCluster
Normal file
9
Shorewall/Macros/macro.RedisCluster
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
# Shorewall -- /usr/share/shorewall/macro.RedisCluster
|
||||||
|
#
|
||||||
|
# This macro handles Redis Cluster traffic.
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
||||||
|
|
||||||
|
PARAM - - tcp 16379
|
9
Shorewall/Macros/macro.RedisSentinel
Normal file
9
Shorewall/Macros/macro.RedisSentinel
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
# Shorewall -- /usr/share/shorewall/macro.RedisSentinel
|
||||||
|
#
|
||||||
|
# This macro handles Redis Sentinel traffic.
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
||||||
|
|
||||||
|
PARAM - - tcp 26379
|
@@ -279,6 +279,7 @@ our %EXPORT_TAGS = (
|
|||||||
save_docker_rules
|
save_docker_rules
|
||||||
load_ipsets
|
load_ipsets
|
||||||
create_save_ipsets
|
create_save_ipsets
|
||||||
|
create_load_ipsets
|
||||||
validate_nfobject
|
validate_nfobject
|
||||||
create_nfobjects
|
create_nfobjects
|
||||||
create_netfilter_load
|
create_netfilter_load
|
||||||
@@ -286,6 +287,7 @@ our %EXPORT_TAGS = (
|
|||||||
create_chainlist_reload
|
create_chainlist_reload
|
||||||
create_stop_load
|
create_stop_load
|
||||||
initialize_switches
|
initialize_switches
|
||||||
|
terminating
|
||||||
%targets
|
%targets
|
||||||
%builtin_target
|
%builtin_target
|
||||||
%dscpmap
|
%dscpmap
|
||||||
@@ -619,7 +621,7 @@ our %builtin_target = ( ACCEPT => STANDARD + FILTER_TABLE + NAT_TABLE + MAN
|
|||||||
RAWDNAT => STANDARD + RAW_TABLE,
|
RAWDNAT => STANDARD + RAW_TABLE,
|
||||||
RAWSNAT => STANDARD + RAW_TABLE,
|
RAWSNAT => STANDARD + RAW_TABLE,
|
||||||
REDIRECT => STANDARD + NAT_TABLE,
|
REDIRECT => STANDARD + NAT_TABLE,
|
||||||
REJECT => STANDARD + FILTER_TABLE,
|
REJECT => STANDARD + FILTER_TABLE + OPTIONS,
|
||||||
RETURN => STANDARD + MANGLE_TABLE + RAW_TABLE,
|
RETURN => STANDARD + MANGLE_TABLE + RAW_TABLE,
|
||||||
SAME => STANDARD,
|
SAME => STANDARD,
|
||||||
SECMARK => STANDARD + MANGLE_TABLE,
|
SECMARK => STANDARD + MANGLE_TABLE,
|
||||||
@@ -808,14 +810,13 @@ sub initialize( $$$ ) {
|
|||||||
NETMAP => 1,
|
NETMAP => 1,
|
||||||
NFQUEUE => 1,
|
NFQUEUE => 1,
|
||||||
NOTRACK => 1,
|
NOTRACK => 1,
|
||||||
REDIRECT => 1,
|
|
||||||
RAWDNAT => 1,
|
RAWDNAT => 1,
|
||||||
|
REDIRECT => 1,
|
||||||
RAWSNAT => 1,
|
RAWSNAT => 1,
|
||||||
REJECT => 1,
|
REJECT => 1,
|
||||||
SAME => 1,
|
SAME => 1,
|
||||||
SNAT => 1,
|
SNAT => 1,
|
||||||
TPROXY => 1,
|
TPROXY => 1,
|
||||||
reject => 1,
|
|
||||||
);
|
);
|
||||||
#
|
#
|
||||||
# The chain table is initialized via a call to initialize_chain_table() after the configuration and capabilities have been determined.
|
# The chain table is initialized via a call to initialize_chain_table() after the configuration and capabilities have been determined.
|
||||||
@@ -842,6 +843,24 @@ sub make_terminating( $ ) {
|
|||||||
$terminating{$_[0]} = 1;
|
$terminating{$_[0]} = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Determine if a chain is terminating
|
||||||
|
#
|
||||||
|
sub terminating( $ ) {
|
||||||
|
my ( $chainref ) = @_;
|
||||||
|
|
||||||
|
return $chainref->{complete} && ! ( $chainref->{optflags} & RETURNS );
|
||||||
|
}
|
||||||
|
|
||||||
|
sub is_terminating( $$ ) {
|
||||||
|
my ( $table, $target ) = @_;
|
||||||
|
|
||||||
|
if ( my $chainref = $chain_table{$table}{$target} ) {
|
||||||
|
terminating( $chainref );
|
||||||
|
} else {
|
||||||
|
$terminating{$target};
|
||||||
|
}
|
||||||
|
}
|
||||||
#
|
#
|
||||||
# Transform the passed iptables rule into an internal-form hash reference.
|
# Transform the passed iptables rule into an internal-form hash reference.
|
||||||
# Most of the compiler has been converted to use the new form natively.
|
# Most of the compiler has been converted to use the new form natively.
|
||||||
@@ -1309,6 +1328,8 @@ sub push_rule( $$ ) {
|
|||||||
my $complete = 0;
|
my $complete = 0;
|
||||||
my $ruleref = transform_rule( $_[1], $complete );
|
my $ruleref = transform_rule( $_[1], $complete );
|
||||||
|
|
||||||
|
fatal_error "Chain $chainref->{name} jumps to itself" if ( $ruleref->{target} || '' ) eq $chainref->{name};
|
||||||
|
|
||||||
set_irule_comment( $chainref, $ruleref );
|
set_irule_comment( $chainref, $ruleref );
|
||||||
|
|
||||||
$ruleref->{mode} = CMD_MODE if $ruleref->{cmdlevel} = $chainref->{cmdlevel};
|
$ruleref->{mode} = CMD_MODE if $ruleref->{cmdlevel} = $chainref->{cmdlevel};
|
||||||
@@ -1539,6 +1560,7 @@ sub create_irule( $$$;@ ) {
|
|||||||
$ruleref->{jump} = $jump;
|
$ruleref->{jump} = $jump;
|
||||||
$ruleref->{target} = $target;
|
$ruleref->{target} = $target;
|
||||||
$chainref->{optflags} |= RETURNS_DONT_MOVE if $target eq 'RETURN';
|
$chainref->{optflags} |= RETURNS_DONT_MOVE if $target eq 'RETURN';
|
||||||
|
$chainref->{complete} ||= ( ! @matches && ( $jump eq 'g' || is_terminating( $chainref->{table}, $target ) ) );
|
||||||
$ruleref->{targetopts} = $targetopts if $targetopts;
|
$ruleref->{targetopts} = $targetopts if $targetopts;
|
||||||
} else {
|
} else {
|
||||||
$ruleref->{target} = '';
|
$ruleref->{target} = '';
|
||||||
@@ -2030,7 +2052,7 @@ sub chain_base( $ ) {
|
|||||||
sub forward_chain($)
|
sub forward_chain($)
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_fwd';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_fwd';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2085,7 +2107,7 @@ sub use_forward_chain($$) {
|
|||||||
#
|
#
|
||||||
sub input_option_chain($) {
|
sub input_option_chain($) {
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_iop';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_iop';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2093,7 +2115,7 @@ sub input_option_chain($) {
|
|||||||
#
|
#
|
||||||
sub output_option_chain($) {
|
sub output_option_chain($) {
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_oop';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_oop';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2101,7 +2123,7 @@ sub output_option_chain($) {
|
|||||||
#
|
#
|
||||||
sub forward_option_chain($) {
|
sub forward_option_chain($) {
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_fop';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_fop';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2110,7 +2132,7 @@ sub forward_option_chain($) {
|
|||||||
sub input_chain($)
|
sub input_chain($)
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_in';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_in';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2173,7 +2195,7 @@ sub use_input_chain($$) {
|
|||||||
sub output_chain($)
|
sub output_chain($)
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_out';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_out';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2182,7 +2204,7 @@ sub output_chain($)
|
|||||||
sub prerouting_chain($)
|
sub prerouting_chain($)
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_pre';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_pre';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2191,7 +2213,7 @@ sub prerouting_chain($)
|
|||||||
sub postrouting_chain($)
|
sub postrouting_chain($)
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_post';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_post';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2244,7 +2266,7 @@ sub use_output_chain($$) {
|
|||||||
sub masq_chain($)
|
sub masq_chain($)
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_masq';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_masq';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2260,7 +2282,7 @@ sub syn_flood_chain ( $ ) {
|
|||||||
sub mac_chain( $ )
|
sub mac_chain( $ )
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_mac';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_mac';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub macrecent_target($)
|
sub macrecent_target($)
|
||||||
@@ -2297,7 +2319,7 @@ sub load_chain( $ ) {
|
|||||||
sub snat_chain( $ )
|
sub snat_chain( $ )
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_snat';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_snat';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2306,7 +2328,7 @@ sub snat_chain( $ )
|
|||||||
sub ecn_chain( $ )
|
sub ecn_chain( $ )
|
||||||
{
|
{
|
||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : $interface ) . '_ecn';
|
( $config{USE_PHYSICAL_NAMES} ? chain_base( get_physical( $interface ) ) : get_logical( $interface ) ) . '_ecn';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2485,7 +2507,7 @@ sub add_ijump_internal( $$$$$;@ ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( $ruleref->{simple} ) {
|
if ( $ruleref->{simple} ) {
|
||||||
$fromref->{complete} = 1 if $jump eq 'g' || $terminating{$to};
|
$fromref->{complete} = 1 if $jump eq 'g' || ( $toref ? terminating( $toref ) : $terminating{$to} );
|
||||||
}
|
}
|
||||||
|
|
||||||
$ruleref->{origin} = $origin if $origin;
|
$ruleref->{origin} = $origin if $origin;
|
||||||
@@ -2915,8 +2937,6 @@ sub initialize_chain_table($) {
|
|||||||
'A_ACCEPT!' => STANDARD + AUDIT,
|
'A_ACCEPT!' => STANDARD + AUDIT,
|
||||||
'A_DROP' => STANDARD + AUDIT,
|
'A_DROP' => STANDARD + AUDIT,
|
||||||
'A_DROP!' => STANDARD + AUDIT,
|
'A_DROP!' => STANDARD + AUDIT,
|
||||||
'A_REJECT' => STANDARD + AUDIT,
|
|
||||||
'A_REJECT!' => STANDARD + AUDIT,
|
|
||||||
'NONAT' => STANDARD + NONAT + NATONLY,
|
'NONAT' => STANDARD + NONAT + NATONLY,
|
||||||
'CONNMARK' => STANDARD + OPTIONS,
|
'CONNMARK' => STANDARD + OPTIONS,
|
||||||
'CONTINUE' => STANDARD,
|
'CONTINUE' => STANDARD,
|
||||||
@@ -2987,8 +3007,6 @@ sub initialize_chain_table($) {
|
|||||||
'A_DROP!' => STANDARD + AUDIT,
|
'A_DROP!' => STANDARD + AUDIT,
|
||||||
'REJECT' => STANDARD + OPTIONS,
|
'REJECT' => STANDARD + OPTIONS,
|
||||||
'REJECT!' => STANDARD + OPTIONS,
|
'REJECT!' => STANDARD + OPTIONS,
|
||||||
'A_REJECT' => STANDARD + AUDIT,
|
|
||||||
'A_REJECT!' => STANDARD + AUDIT,
|
|
||||||
'DNAT' => NATRULE + OPTIONS,
|
'DNAT' => NATRULE + OPTIONS,
|
||||||
'DNAT-' => NATRULE + NATONLY,
|
'DNAT-' => NATRULE + NATONLY,
|
||||||
'REDIRECT' => NATRULE + REDIRECT + OPTIONS,
|
'REDIRECT' => NATRULE + REDIRECT + OPTIONS,
|
||||||
@@ -6335,7 +6353,7 @@ sub log_rule_limit( $$$$$$$$;$ ) {
|
|||||||
my ($level, $chainref, $chn, $dispo, $limit, $tag, $command, $matches, $origin ) = @_;
|
my ($level, $chainref, $chn, $dispo, $limit, $tag, $command, $matches, $origin ) = @_;
|
||||||
|
|
||||||
my $prefix = '';
|
my $prefix = '';
|
||||||
my $chain = get_action_chain_name || $chn;
|
my $chain = get_action_chain_name || $chn;
|
||||||
my $disposition = get_action_disposition || $dispo;
|
my $disposition = get_action_disposition || $dispo;
|
||||||
my $original_matches = $matches;
|
my $original_matches = $matches;
|
||||||
my $ruleref;
|
my $ruleref;
|
||||||
@@ -6435,7 +6453,7 @@ sub log_irule_limit( $$$$$$$$@ ) {
|
|||||||
|
|
||||||
my $prefix = '';
|
my $prefix = '';
|
||||||
my %matches;
|
my %matches;
|
||||||
my $chain = get_action_chain_name || $chn;
|
my $chain = get_action_chain_name || $chn;
|
||||||
my $disposition = get_action_disposition || $dispo;
|
my $disposition = get_action_disposition || $dispo;
|
||||||
my $original_matches = @matches;
|
my $original_matches = @matches;
|
||||||
|
|
||||||
@@ -7748,7 +7766,10 @@ sub expand_rule( $$$$$$$$$$$$;$ )
|
|||||||
# No logging or user-specified logging -- add the target rule with matches to the rule chain
|
# No logging or user-specified logging -- add the target rule with matches to the rule chain
|
||||||
#
|
#
|
||||||
if ( $targetref ) {
|
if ( $targetref ) {
|
||||||
add_expanded_jump( $chainref, $targetref , 0, $prerule . $matches );
|
add_expanded_jump( $chainref ,
|
||||||
|
$targetref ,
|
||||||
|
terminating( $targetref ) ,
|
||||||
|
$prerule . $matches );
|
||||||
} else {
|
} else {
|
||||||
add_rule( $chainref, $prerule . $matches . $jump , 1 );
|
add_rule( $chainref, $prerule . $matches . $jump , 1 );
|
||||||
}
|
}
|
||||||
@@ -8228,14 +8249,22 @@ EOF
|
|||||||
emit( '' ), save_docker_rules( $tool ), emit( '' ) if $config{DOCKER};
|
emit( '' ), save_docker_rules( $tool ), emit( '' ) if $config{DOCKER};
|
||||||
}
|
}
|
||||||
|
|
||||||
sub ensure_ipset( $ ) {
|
sub ensure_ipsets( @ ) {
|
||||||
my $set = shift;
|
my $set;
|
||||||
|
|
||||||
|
if ( @_ > 1 ) {
|
||||||
|
push_indent;
|
||||||
|
emit( "for set in @_; do" );
|
||||||
|
$set = '$set';
|
||||||
|
} else {
|
||||||
|
$set = $_[0];
|
||||||
|
}
|
||||||
|
|
||||||
if ( $family == F_IPV4 ) {
|
if ( $family == F_IPV4 ) {
|
||||||
if ( have_capability 'IPSET_V5' ) {
|
if ( have_capability 'IPSET_V5' ) {
|
||||||
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
|
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
|
||||||
qq( error_message "WARNING: ipset $set does not exist; creating it as an hash:ip set") ,
|
qq( error_message "WARNING: ipset $set does not exist; creating it as an hash:net set") ,
|
||||||
qq( \$IPSET -N $set hash:ip family inet) ,
|
qq( \$IPSET -N $set hash:net family inet timeout 0 counters) ,
|
||||||
qq( fi) );
|
qq( fi) );
|
||||||
} else {
|
} else {
|
||||||
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
|
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
|
||||||
@@ -8245,10 +8274,15 @@ sub ensure_ipset( $ ) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
|
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
|
||||||
qq( error_message "WARNING: ipset $set does not exist; creating it as an hash:ip set") ,
|
qq( error_message "WARNING: ipset $set does not exist; creating it as an hash:net set") ,
|
||||||
qq( \$IPSET -N $set hash:ip family inet6) ,
|
qq( \$IPSET -N $set hash:net family inet6 timeout 0 counters) ,
|
||||||
qq( fi) );
|
qq( fi) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( @_ > 1 ) {
|
||||||
|
emit 'done';
|
||||||
|
pop_indent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -8257,22 +8291,26 @@ sub ensure_ipset( $ ) {
|
|||||||
sub create_save_ipsets() {
|
sub create_save_ipsets() {
|
||||||
my @ipsets = all_ipsets;
|
my @ipsets = all_ipsets;
|
||||||
|
|
||||||
emit( "#\n#Save the ipsets specified by the SAVE_IPSETS setting and by dynamic zones\n#",
|
emit( "#\n#Save the ipsets specified by the SAVE_IPSETS setting and by dynamic zones and blacklisting\n#",
|
||||||
'save_ipsets() {' );
|
'save_ipsets() {' );
|
||||||
|
|
||||||
if ( @ipsets || @{$globals{SAVED_IPSETS}} || ( $config{SAVE_IPSETS} && have_ipset_rules ) ) {
|
if ( @ipsets || @{$globals{SAVED_IPSETS}} || ( $config{SAVE_IPSETS} && have_ipset_rules ) ) {
|
||||||
emit( ' local file' ,
|
emit( ' local file' ,
|
||||||
|
' local set' ,
|
||||||
'',
|
'',
|
||||||
' file=${1:-${VARDIR}/save.ipsets}'
|
' file=${1:-${VARDIR}/save.ipsets}'
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( @ipsets ) {
|
if ( @ipsets ) {
|
||||||
emit '';
|
emit '';
|
||||||
ensure_ipset( $_ ) for @ipsets;
|
ensure_ipsets( @ipsets );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $config{SAVE_IPSETS} ) {
|
if ( $config{SAVE_IPSETS} ) {
|
||||||
if ( $family == F_IPV6 || $config{SAVE_IPSETS} eq 'ipv4' ) {
|
if ( $family == F_IPV6 || $config{SAVE_IPSETS} eq 'ipv4' ) {
|
||||||
|
#
|
||||||
|
# Requires V5 or later
|
||||||
|
#
|
||||||
my $select = $family == F_IPV4 ? '^create.*family inet ' : 'create.*family inet6 ';
|
my $select = $family == F_IPV4 ? '^create.*family inet ' : 'create.*family inet6 ';
|
||||||
|
|
||||||
emit( '' ,
|
emit( '' ,
|
||||||
@@ -8281,11 +8319,6 @@ sub create_save_ipsets() {
|
|||||||
' local set' ,
|
' local set' ,
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( @ipsets ) {
|
|
||||||
emit '';
|
|
||||||
emit( " \$IPSET -S $_ >> \$file" ) for @ipsets;
|
|
||||||
}
|
|
||||||
|
|
||||||
emit( '',
|
emit( '',
|
||||||
" for set in \$(\$IPSET save | grep '$select' | cut -d' ' -f2); do" ,
|
" for set in \$(\$IPSET save | grep '$select' | cut -d' ' -f2); do" ,
|
||||||
" \$IPSET save \$set >> \$file" ,
|
" \$IPSET save \$set >> \$file" ,
|
||||||
@@ -8293,6 +8326,9 @@ sub create_save_ipsets() {
|
|||||||
'',
|
'',
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
#
|
||||||
|
# Saving all ipsets (IPv4 and IPv6, if any )
|
||||||
|
#
|
||||||
emit (
|
emit (
|
||||||
'',
|
'',
|
||||||
' if eval $IPSET -S > ${VARDIR}/ipsets.tmp; then' ,
|
' if eval $IPSET -S > ${VARDIR}/ipsets.tmp; then' ,
|
||||||
@@ -8301,28 +8337,48 @@ sub create_save_ipsets() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
emit( " return 0",
|
emit( " return 0",
|
||||||
'',
|
|
||||||
"}\n" );
|
"}\n" );
|
||||||
} elsif ( @ipsets || $globals{SAVED_IPSETS} ) {
|
} elsif ( @ipsets || $globals{SAVED_IPSETS} ) {
|
||||||
|
#
|
||||||
|
# Requires V5 or later
|
||||||
|
#
|
||||||
|
my %ipsets;
|
||||||
|
#
|
||||||
|
# Requires V
|
||||||
|
#
|
||||||
|
$ipsets{$_} = 1 for ( @ipsets, @{$globals{SAVED_IPSETS}} );
|
||||||
|
|
||||||
|
my @sets = sort keys %ipsets;
|
||||||
|
|
||||||
emit( '' ,
|
emit( '' ,
|
||||||
|
' rm -f $file' ,
|
||||||
|
' touch $file' ,
|
||||||
' rm -f ${VARDIR}/ipsets.tmp' ,
|
' rm -f ${VARDIR}/ipsets.tmp' ,
|
||||||
' touch ${VARDIR}/ipsets.tmp' ,
|
' touch ${VARDIR}/ipsets.tmp' ,
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( @ipsets ) {
|
if ( @sets > 1 ) {
|
||||||
emit '';
|
emit( '' ,
|
||||||
emit( " \$IPSET -S $_ >> \${VARDIR}/ipsets.tmp" ) for @ipsets;
|
" for set in @sets; do" ,
|
||||||
|
' if qt $IPSET list $set; then' ,
|
||||||
|
' $IPSET save $set >> ${VARDIR}/ipsets.tmp' ,
|
||||||
|
' else' ,
|
||||||
|
' error_message "ipset $set not saved (not found)"' ,
|
||||||
|
' fi' ,
|
||||||
|
' done' );
|
||||||
|
} else {
|
||||||
|
my $set = $sets[0];
|
||||||
|
|
||||||
|
emit( '' ,
|
||||||
|
" if qt \$IPSET list $set; then" ,
|
||||||
|
" \$IPSET save $set >> \${VARDIR}/ipsets.tmp" ,
|
||||||
|
' else' ,
|
||||||
|
" error_message 'ipset $set not saved (not found)'" ,
|
||||||
|
' fi' );
|
||||||
}
|
}
|
||||||
|
|
||||||
emit( '' ,
|
emit( '' ,
|
||||||
" if qt \$IPSET list $_; then" ,
|
" grep -q -- \"^create \" \${VARDIR}/ipsets.tmp && mv -f \${VARDIR}/ipsets.tmp \$file\n" ,
|
||||||
" \$IPSET save $_ >> \${VARDIR}/ipsets.tmp" ,
|
|
||||||
' else' ,
|
|
||||||
" error_message 'ipset $_ not saved (not found)'" ,
|
|
||||||
" fi\n" ) for @{$globals{SAVED_IPSETS}};
|
|
||||||
|
|
||||||
emit( '' ,
|
|
||||||
" grep -qE -- \"(-N|^create )\" \${VARDIR}/ipsets.tmp && cat \${VARDIR}/ipsets.tmp >> \$file\n" ,
|
|
||||||
'' ,
|
'' ,
|
||||||
' return 0',
|
' return 0',
|
||||||
'' ,
|
'' ,
|
||||||
@@ -8338,13 +8394,58 @@ sub create_save_ipsets() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub load_ipsets() {
|
sub create_load_ipsets() {
|
||||||
|
|
||||||
my @ipsets = all_ipsets;
|
my @ipsets = all_ipsets; #Dynamic Zone IPSETS
|
||||||
|
|
||||||
if ( @ipsets || @{$globals{SAVED_IPSETS}} || ( $config{SAVE_IPSETS} && have_ipset_rules ) ) {
|
my $setting = $config{SAVE_IPSETS};
|
||||||
emit ( '', );
|
|
||||||
emit ( '',
|
my $havesets = @ipsets || @{$globals{SAVED_IPSETS}} || ( $setting && have_ipset_rules );
|
||||||
|
|
||||||
|
#
|
||||||
|
# Generate a function that flushes and destroys sets prior to restoring them
|
||||||
|
#
|
||||||
|
if ( $havesets ) {
|
||||||
|
my $select = $family == F_IPV4 ? '^create.*family inet ' : 'create.*family inet6 ';
|
||||||
|
|
||||||
|
emit ( "#\n#Flush and Destroy the sets that we will subsequently attempt to restore\n#",
|
||||||
|
'zap_ipsets() {',
|
||||||
|
' local set',
|
||||||
|
'' );
|
||||||
|
|
||||||
|
if ( $family == F_IPV6 || $setting !~ /yes/i ) {
|
||||||
|
#
|
||||||
|
# Requires V5 or later
|
||||||
|
#
|
||||||
|
emit( '' ,
|
||||||
|
" for set in \$(\$IPSET save | grep '$select' | cut -d' ' -f2); do" ,
|
||||||
|
' $IPSET flush $set' ,
|
||||||
|
' $IPSET destroy $set' ,
|
||||||
|
" done" ,
|
||||||
|
'',
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
#
|
||||||
|
# Restoring all ipsets (IPv4 and IPv6, if any)
|
||||||
|
#
|
||||||
|
emit ( ' if [ -f ${VARDIR}/ipsets.save ]; then' ,
|
||||||
|
' $IPSET -F' ,
|
||||||
|
' $IPSET -X' ,
|
||||||
|
' fi' );
|
||||||
|
};
|
||||||
|
|
||||||
|
emit( '}' );
|
||||||
|
}
|
||||||
|
#
|
||||||
|
# Now generate load_ipsets()
|
||||||
|
|
||||||
|
emit ( "#\n#Flush and Destroy the sets then load fresh copy from a saved ipset file\n#",
|
||||||
|
'load_ipsets() {' );
|
||||||
|
|
||||||
|
push_indent;
|
||||||
|
|
||||||
|
if ( $havesets ) {
|
||||||
|
emit( '',
|
||||||
'case $IPSET in',
|
'case $IPSET in',
|
||||||
' */*)',
|
' */*)',
|
||||||
' [ -x "$IPSET" ] || startup_error "IPSET=$IPSET does not exist or is not executable"',
|
' [ -x "$IPSET" ] || startup_error "IPSET=$IPSET does not exist or is not executable"',
|
||||||
@@ -8355,86 +8456,56 @@ sub load_ipsets() {
|
|||||||
' ;;',
|
' ;;',
|
||||||
'esac' ,
|
'esac' ,
|
||||||
'' ,
|
'' ,
|
||||||
'if [ "$COMMAND" = start ]; then' );
|
'if [ "$COMMAND" = start ]; then' ); ##################### Start Command ##################
|
||||||
|
|
||||||
if ( $config{SAVE_IPSETS} ) {
|
if ( $config{SAVE_IPSETS} || @{$globals{SAVED_IPSETS}} ) {
|
||||||
emit ( ' if [ -f ${VARDIR}/ipsets.save ]; then' ,
|
emit( ' if [ -f ${VARDIR}/ipsets.save ]; then',
|
||||||
' $IPSET -F' ,
|
' zap_ipsets',
|
||||||
' $IPSET -X' ,
|
' $IPSET -R < ${VARDIR}/ipsets.save',
|
||||||
' $IPSET -R < ${VARDIR}/ipsets.save' ,
|
' fi' );
|
||||||
' fi' );
|
|
||||||
|
|
||||||
if ( @ipsets ) {
|
|
||||||
emit ( '' );
|
|
||||||
ensure_ipset( $_ ) for @ipsets;
|
|
||||||
emit ( '' );
|
|
||||||
|
|
||||||
emit ( ' if [ -f ${VARDIR}/ipsets.save ]; then' ,
|
|
||||||
' $IPSET flush' ,
|
|
||||||
' $IPSET destroy' ,
|
|
||||||
' $IPSET restore < ${VARDIR}/ipsets.save' ,
|
|
||||||
" fi\n" ) for @{$globals{SAVED_IPSETS}};
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
ensure_ipset( $_ ) for @ipsets;
|
|
||||||
|
|
||||||
if ( @{$globals{SAVED_IPSETS}} ) {
|
|
||||||
emit ( '' );
|
|
||||||
|
|
||||||
emit ( ' if [ -f ${VARDIR}/ipsets.save ]; then' ,
|
|
||||||
' $IPSET flush' ,
|
|
||||||
' $IPSET destroy' ,
|
|
||||||
' $IPSET restore < ${VARDIR}/ipsets.save' ,
|
|
||||||
" fi\n" ) for @{$globals{SAVED_IPSETS}};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
emit ( 'elif [ "$COMMAND" = restore -a -z "$g_recovering" ]; then' );
|
if ( @ipsets ) {
|
||||||
|
emit ( '' );
|
||||||
|
ensure_ipsets( @ipsets );
|
||||||
|
}
|
||||||
|
|
||||||
if ( $config{SAVE_IPSETS} ) {
|
emit ( 'elif [ "$COMMAND" = restore -a -z "$g_recovering" ]; then' ); ### Restore Command #################
|
||||||
|
|
||||||
|
if ( $config{SAVE_IPSETS} || @{$globals{SAVED_IPSETS}} ) {
|
||||||
emit( ' if [ -f $(my_pathname)-ipsets ]; then' ,
|
emit( ' if [ -f $(my_pathname)-ipsets ]; then' ,
|
||||||
' if chain_exists shorewall; then' ,
|
' if chain_exists shorewall; then' ,
|
||||||
' startup_error "Cannot restore $(my_pathname)-ipsets with Shorewall running"' ,
|
' startup_error "Cannot restore $(my_pathname)-ipsets with Shorewall running"' ,
|
||||||
' else' ,
|
' else' ,
|
||||||
' $IPSET -F' ,
|
' zap_ipsets' ,
|
||||||
' $IPSET -X' ,
|
|
||||||
' $IPSET -R < $(my_pathname)-ipsets' ,
|
' $IPSET -R < $(my_pathname)-ipsets' ,
|
||||||
' fi' ,
|
' fi' ,
|
||||||
' fi' ,
|
' fi' ,
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( @ipsets ) {
|
|
||||||
emit ( '' );
|
|
||||||
ensure_ipset( $_ ) for @ipsets;
|
|
||||||
emit ( '' );
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
ensure_ipset( $_ ) for @ipsets;
|
|
||||||
|
|
||||||
emit ( ' if [ -f ${VARDIR}/ipsets.save ]; then' ,
|
|
||||||
' $IPSET flush' ,
|
|
||||||
' $IPSET destroy' ,
|
|
||||||
' $IPSET restore < ${VARDIR}/ipsets.save' ,
|
|
||||||
" fi\n" ) for @{$globals{SAVED_IPSETS}};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( @ipsets ) {
|
if ( @ipsets ) {
|
||||||
emit ( 'elif [ "$COMMAND" = reload ]; then' );
|
emit ( '' );
|
||||||
ensure_ipset( $_ ) for @ipsets;
|
ensure_ipsets( @ipsets );
|
||||||
}
|
|
||||||
|
|
||||||
emit( 'elif [ "$COMMAND" = stop ]; then' ,
|
emit ( 'elif [ "$COMMAND" = reload ]; then' ); ################### Reload Command ####################
|
||||||
' save_ipsets'
|
ensure_ipsets( @ipsets );
|
||||||
);
|
|
||||||
|
|
||||||
if ( @ipsets ) {
|
emit( 'elif [ "$COMMAND" = refresh ]; then' ); ################### Refresh Command ###################
|
||||||
emit( 'elif [ "$COMMAND" = refresh ]; then' );
|
emit ( '' );
|
||||||
ensure_ipset( $_ ) for @ipsets;
|
ensure_ipsets( @ipsets );
|
||||||
|
emit ( '' );
|
||||||
};
|
};
|
||||||
|
|
||||||
emit ( 'fi' ,
|
emit ( 'fi' ,
|
||||||
'' );
|
'' );
|
||||||
|
} else {
|
||||||
|
emit 'true';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pop_indent;
|
||||||
|
|
||||||
|
emit '}';
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -368,6 +368,7 @@ sub generate_script_3($) {
|
|||||||
create_arptables_load( $test ) if $have_arptables;
|
create_arptables_load( $test ) if $have_arptables;
|
||||||
create_chainlist_reload( $_[0] );
|
create_chainlist_reload( $_[0] );
|
||||||
create_save_ipsets;
|
create_save_ipsets;
|
||||||
|
create_load_ipsets;
|
||||||
|
|
||||||
emit "#\n# Start/Reload the Firewall\n#";
|
emit "#\n# Start/Reload the Firewall\n#";
|
||||||
|
|
||||||
@@ -406,7 +407,9 @@ sub generate_script_3($) {
|
|||||||
'fi',
|
'fi',
|
||||||
'' );
|
'' );
|
||||||
|
|
||||||
load_ipsets;
|
emit( 'load_ipsets' ,
|
||||||
|
'' );
|
||||||
|
|
||||||
create_nfobjects;
|
create_nfobjects;
|
||||||
verify_address_variables;
|
verify_address_variables;
|
||||||
save_dynamic_chains;
|
save_dynamic_chains;
|
||||||
@@ -573,16 +576,16 @@ date > ${VARDIR}/restarted
|
|||||||
|
|
||||||
case $COMMAND in
|
case $COMMAND in
|
||||||
start)
|
start)
|
||||||
logger -p kern.info "$g_product started"
|
mylogger kern.info "$g_product started"
|
||||||
;;
|
;;
|
||||||
reloaded)
|
reload)
|
||||||
logger -p kern.info "$g_product reloaded"
|
mylogger kern.info "$g_product reloaded"
|
||||||
;;
|
;;
|
||||||
refresh)
|
refresh)
|
||||||
logger -p kern.info "$g_product refreshed"
|
mylogger kern.info "$g_product refreshed"
|
||||||
;;
|
;;
|
||||||
restore)
|
restore)
|
||||||
logger -p kern.info "$g_product restored"
|
mylogger kern.info "$g_product restored"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
EOF
|
EOF
|
||||||
@@ -867,10 +870,6 @@ sub compiler {
|
|||||||
#
|
#
|
||||||
complete_policy_chains;
|
complete_policy_chains;
|
||||||
#
|
#
|
||||||
# Reject Action
|
|
||||||
#
|
|
||||||
process_reject_action if $config{REJECT_ACTION};
|
|
||||||
#
|
|
||||||
# Accounting.
|
# Accounting.
|
||||||
#
|
#
|
||||||
setup_accounting if $config{ACCOUNTING};
|
setup_accounting if $config{ACCOUNTING};
|
||||||
|
@@ -161,6 +161,8 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script
|
|||||||
set_section_function
|
set_section_function
|
||||||
clear_section_function
|
clear_section_function
|
||||||
directive_callback
|
directive_callback
|
||||||
|
add_ipset
|
||||||
|
all_ipsets
|
||||||
|
|
||||||
$product
|
$product
|
||||||
$Product
|
$Product
|
||||||
@@ -344,7 +346,7 @@ our %capdesc = ( NAT_ENABLED => 'NAT',
|
|||||||
=> 'Ipset Match nomatch',
|
=> 'Ipset Match nomatch',
|
||||||
IPSET_MATCH_COUNTERS
|
IPSET_MATCH_COUNTERS
|
||||||
=> 'Ipset Match counters',
|
=> 'Ipset Match counters',
|
||||||
IPSET_V5 => 'Version 5 ipsets',
|
IPSET_V5 => 'Version 5 or later ipset',
|
||||||
CONNMARK => 'CONNMARK Target',
|
CONNMARK => 'CONNMARK Target',
|
||||||
XCONNMARK => 'Extended CONNMARK Target',
|
XCONNMARK => 'Extended CONNMARK Target',
|
||||||
CONNMARK_MATCH => 'Connmark Match',
|
CONNMARK_MATCH => 'Connmark Match',
|
||||||
@@ -673,6 +675,7 @@ our $section_function; #Function Reference for handling ?section
|
|||||||
|
|
||||||
our $evals = 0; # Number of times eval() called out of evaluate_expression() or embedded_perl().
|
our $evals = 0; # Number of times eval() called out of evaluate_expression() or embedded_perl().
|
||||||
|
|
||||||
|
our %ipsets; # All required IPsets
|
||||||
#
|
#
|
||||||
# Files located via find_file()
|
# Files located via find_file()
|
||||||
#
|
#
|
||||||
@@ -1073,6 +1076,7 @@ sub initialize( $;$$) {
|
|||||||
%actparams = ( 0 => 0, loglevel => '', logtag => '', chain => '', disposition => '', caller => '' );
|
%actparams = ( 0 => 0, loglevel => '', logtag => '', chain => '', disposition => '', caller => '' );
|
||||||
$parmsmodified = 0;
|
$parmsmodified = 0;
|
||||||
$usedcaller = 0;
|
$usedcaller = 0;
|
||||||
|
%ipsets = ();
|
||||||
|
|
||||||
%helpers_enabled = (
|
%helpers_enabled = (
|
||||||
amanda => 1,
|
amanda => 1,
|
||||||
@@ -1171,6 +1175,14 @@ sub initialize( $;$$) {
|
|||||||
|
|
||||||
my @abbr = qw( Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec );
|
my @abbr = qw( Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec );
|
||||||
|
|
||||||
|
sub add_ipset( $ ) {
|
||||||
|
$ipsets{$_[0]} = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
sub all_ipsets() {
|
||||||
|
sort keys %ipsets;
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create 'currentlineinfo'
|
# Create 'currentlineinfo'
|
||||||
#
|
#
|
||||||
@@ -1244,6 +1256,34 @@ sub shortlineinfo( $ ) {
|
|||||||
|
|
||||||
sub handle_first_entry();
|
sub handle_first_entry();
|
||||||
|
|
||||||
|
#
|
||||||
|
# Issue a Information Message
|
||||||
|
#
|
||||||
|
sub info_message
|
||||||
|
{
|
||||||
|
my $currentlineinfo = currentlineinfo;
|
||||||
|
our @localtime;
|
||||||
|
|
||||||
|
handle_first_entry if $first_entry;
|
||||||
|
|
||||||
|
$| = 1; #Reset output buffering (flush any partially filled buffers).
|
||||||
|
|
||||||
|
if ( $log ) {
|
||||||
|
@localtime = localtime;
|
||||||
|
printf $log '%s %2d %02d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( $confess ) {
|
||||||
|
print STDERR longmess( " INFO: @_$currentlineinfo" );
|
||||||
|
print $log longmess( " INFO: @_$currentlineinfo\n" ) if $log;
|
||||||
|
} else {
|
||||||
|
print STDERR " INFO: @_$currentlineinfo\n";
|
||||||
|
print $log " INFO: @_$currentlineinfo\n" if $log;
|
||||||
|
}
|
||||||
|
|
||||||
|
$| = 0; #Re-allow output buffering
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Issue a Warning Message
|
# Issue a Warning Message
|
||||||
#
|
#
|
||||||
@@ -1673,7 +1713,7 @@ sub progress_message {
|
|||||||
|
|
||||||
@localtime = localtime unless $havelocaltime;
|
@localtime = localtime unless $havelocaltime;
|
||||||
|
|
||||||
printf $log '%s %2d %2d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
printf $log '%s %2d %02d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
||||||
print $log "${leading}${line}\n";
|
print $log "${leading}${line}\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1692,7 +1732,7 @@ sub progress_message_nocompress {
|
|||||||
|
|
||||||
@localtime = localtime unless $havelocaltime;
|
@localtime = localtime unless $havelocaltime;
|
||||||
|
|
||||||
printf $log '%s %2d %2d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
printf $log '%s %2d %02d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
||||||
print $log "@_\n";
|
print $log "@_\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1713,7 +1753,7 @@ sub progress_message2 {
|
|||||||
|
|
||||||
@localtime = localtime unless $havelocaltime;
|
@localtime = localtime unless $havelocaltime;
|
||||||
|
|
||||||
printf $log '%s %2d %2d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
printf $log '%s %2d %02d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
||||||
print $log "@_\n";
|
print $log "@_\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1734,7 +1774,7 @@ sub progress_message3 {
|
|||||||
|
|
||||||
@localtime = localtime unless $havelocaltime;
|
@localtime = localtime unless $havelocaltime;
|
||||||
|
|
||||||
printf $log '%s %2d %2d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
printf $log '%s %2d %02d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
||||||
print $log "@_\n";
|
print $log "@_\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2510,6 +2550,13 @@ sub directive_warning( $$$ ) {
|
|||||||
( $currentfilename, $currentlinenumber ) = ( $savefilename, $savelineno );
|
( $currentfilename, $currentlinenumber ) = ( $savefilename, $savelineno );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub directive_info( $$$ ) {
|
||||||
|
my ( $savefilename, $savelineno ) = ( $currentfilename, $currentlinenumber );
|
||||||
|
( my $info, $currentfilename, $currentlinenumber ) = @_;
|
||||||
|
info_message $info;
|
||||||
|
( $currentfilename, $currentlinenumber ) = ( $savefilename, $savelineno );
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add quotes to the passed value if the passed 'first part' has an odd number of quotes
|
# Add quotes to the passed value if the passed 'first part' has an odd number of quotes
|
||||||
# Return an expression that concatenates $first, $val and $rest
|
# Return an expression that concatenates $first, $val and $rest
|
||||||
@@ -2656,7 +2703,7 @@ sub process_compiler_directive( $$$$ ) {
|
|||||||
|
|
||||||
print "CD===> $line\n" if $debug;
|
print "CD===> $line\n" if $debug;
|
||||||
|
|
||||||
directive_error( "Invalid compiler directive ($line)" , $filename, $linenumber ) unless $line =~ /^\s*\?(IF\s+|ELSE|ELSIF\s+|ENDIF|SET\s+|RESET\s+|FORMAT\s+|COMMENT\s*|ERROR\s+)(.*)$/i;
|
directive_error( "Invalid compiler directive ($line)" , $filename, $linenumber ) unless $line =~ /^\s*\?(IF\s+|ELSE|ELSIF\s+|ENDIF|SET\s+|RESET\s+|FORMAT\s+|COMMENT\s*|ERROR\s+|WARNING\s+|INFO\s+)(.*)$/i;
|
||||||
|
|
||||||
my ($keyword, $expression) = ( uc $1, $2 );
|
my ($keyword, $expression) = ( uc $1, $2 );
|
||||||
|
|
||||||
@@ -2801,7 +2848,26 @@ sub process_compiler_directive( $$$$ ) {
|
|||||||
1 ) ,
|
1 ) ,
|
||||||
$filename ,
|
$filename ,
|
||||||
$linenumber ) unless $omitting;
|
$linenumber ) unless $omitting;
|
||||||
}
|
} ,
|
||||||
|
|
||||||
|
WARNING => sub() {
|
||||||
|
directive_warning( evaluate_expression( $expression ,
|
||||||
|
$filename ,
|
||||||
|
$linenumber ,
|
||||||
|
1 ),
|
||||||
|
$filename ,
|
||||||
|
$linenumber ) unless $omitting;
|
||||||
|
} ,
|
||||||
|
|
||||||
|
INFO => sub() {
|
||||||
|
directive_info( evaluate_expression( $expression ,
|
||||||
|
$filename ,
|
||||||
|
$linenumber ,
|
||||||
|
1 ),
|
||||||
|
$filename ,
|
||||||
|
$linenumber ) unless $omitting;
|
||||||
|
} ,
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( my $function = $directives{$keyword} ) {
|
if ( my $function = $directives{$keyword} ) {
|
||||||
@@ -3301,9 +3367,9 @@ sub push_action_params( $$$$$$ ) {
|
|||||||
$actparams{caller} = $caller;
|
$actparams{caller} = $caller;
|
||||||
$actparams{disposition} = '' if $chainref->{action};
|
$actparams{disposition} = '' if $chainref->{action};
|
||||||
#
|
#
|
||||||
# The Shorewall variable '@chain' has the non-word charaters removed
|
# The Shorewall variable '@chain' has non-word characters other than hyphen removed
|
||||||
#
|
#
|
||||||
( $actparams{chain} = $chainref->{name} ) =~ s/[^\w]//g;
|
( $actparams{chain} = $chainref->{name} ) =~ s/[^\w-]//g;
|
||||||
|
|
||||||
\%oldparms;
|
\%oldparms;
|
||||||
}
|
}
|
||||||
@@ -3514,7 +3580,7 @@ sub read_a_line($) {
|
|||||||
#
|
#
|
||||||
# Handle directives
|
# Handle directives
|
||||||
#
|
#
|
||||||
if ( /^\s*\?(?:IF|ELSE|ELSIF|ENDIF|SET|RESET|FORMAT|COMMENT|ERROR)/i ) {
|
if ( /^\s*\?(?:IF|ELSE|ELSIF|ENDIF|SET|RESET|FORMAT|COMMENT|ERROR|WARNING|INFO)/i ) {
|
||||||
$omitting = process_compiler_directive( $omitting, $_, $currentfilename, $. );
|
$omitting = process_compiler_directive( $omitting, $_, $currentfilename, $. );
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
@@ -4894,8 +4960,16 @@ sub ensure_config_path() {
|
|||||||
|
|
||||||
@config_path = split /:/, $config{CONFIG_PATH};
|
@config_path = split /:/, $config{CONFIG_PATH};
|
||||||
|
|
||||||
|
#
|
||||||
|
# To accomodate Cygwin-based compilation, we have separate directories for files whose names
|
||||||
|
# clash on a case-insensitive filesystem.
|
||||||
|
#
|
||||||
|
push @config_path, $globals{SHAREDIR} . "/deprecated";
|
||||||
|
push @config_path, $shorewallrc{SHAREDIR}. '/shorewall/deprecated' unless $globals{PRODUCT} eq 'shorewall';
|
||||||
|
|
||||||
for ( @config_path ) {
|
for ( @config_path ) {
|
||||||
$_ .= '/' unless m|/$|;
|
$_ .= '/' unless m|/$|;
|
||||||
|
s|//|/|g;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $shorewall_dir ) {
|
if ( $shorewall_dir ) {
|
||||||
@@ -5411,7 +5485,7 @@ sub get_params( $ ) {
|
|||||||
#
|
#
|
||||||
delete $params{$_};
|
delete $params{$_};
|
||||||
} else {
|
} else {
|
||||||
unless ( $_ eq 'SHOREWALL_INIT_SCRIPT' ) {
|
unless ( $_ eq 'SHOREWALL_INIT_SCRIPT' || $_ eq 'SW_LOGGERTAG' ) {
|
||||||
fatal_error "The variable name $_ is reserved and may not be set in the params file"
|
fatal_error "The variable name $_ is reserved and may not be set in the params file"
|
||||||
if /^SW_/ || /^SHOREWALL_/ || ( exists $config{$_} && ! exists $ENV{$_} ) || exists $reserved{$_};
|
if /^SW_/ || /^SHOREWALL_/ || ( exists $config{$_} && ! exists $ENV{$_} ) || exists $reserved{$_};
|
||||||
}
|
}
|
||||||
@@ -5851,16 +5925,21 @@ sub get_configuration( $$$$ ) {
|
|||||||
unsupported_yes_no 'BRIDGING';
|
unsupported_yes_no 'BRIDGING';
|
||||||
unsupported_yes_no_warning 'RFC1918_STRICT';
|
unsupported_yes_no_warning 'RFC1918_STRICT';
|
||||||
|
|
||||||
|
$val = $config{SAVE_IPSETS};
|
||||||
|
|
||||||
unless (default_yes_no 'SAVE_IPSETS', '', '*' ) {
|
unless (default_yes_no 'SAVE_IPSETS', '', '*' ) {
|
||||||
$val = $config{SAVE_IPSETS};
|
if ( $val eq 'ipv4' ) {
|
||||||
unless ( $val eq 'ipv4' ) {
|
fatal_error 'SAVE_IPSETS=ipv4 is invalid in shorewall6.conf' if $family == F_IPV6;
|
||||||
|
} else {
|
||||||
my @sets = split_list( $val , 'ipset' );
|
my @sets = split_list( $val , 'ipset' );
|
||||||
$globals{SAVED_IPSETS} = \@sets;
|
$globals{SAVED_IPSETS} = \@sets;
|
||||||
require_capability 'IPSET_V5', 'A saved ipset list', 's';
|
|
||||||
$config{SAVE_IPSETS} = '';
|
$config{SAVE_IPSETS} = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require_capability( 'IPSET_V5', "SAVE_IPSETS=$val", 's' ) if $config{SAVE_IPSETS};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
default_yes_no 'SAVE_ARPTABLES' , '';
|
default_yes_no 'SAVE_ARPTABLES' , '';
|
||||||
default_yes_no 'STARTUP_ENABLED' , 'Yes';
|
default_yes_no 'STARTUP_ENABLED' , 'Yes';
|
||||||
default_yes_no 'DELAYBLACKLISTLOAD' , '';
|
default_yes_no 'DELAYBLACKLISTLOAD' , '';
|
||||||
@@ -5991,7 +6070,33 @@ sub get_configuration( $$$$ ) {
|
|||||||
$config{ACCOUNTING_TABLE} = 'filter';
|
$config{ACCOUNTING_TABLE} = 'filter';
|
||||||
}
|
}
|
||||||
|
|
||||||
default_yes_no 'DYNAMIC_BLACKLIST' , 'Yes';
|
if ( supplied( $val = $config{DYNAMIC_BLACKLIST} ) ) {
|
||||||
|
if ( $val =~ /^ipset/ ) {
|
||||||
|
my ( $key, $set, $level, $tag, $rest ) = split( ':', $val , 5 );
|
||||||
|
|
||||||
|
fatal_error "Invalid DYNAMIC_BLACKLIST setting ( $val )" if $key !~ /^ipset(?:-only)?(?:,src-dst)?$/ || defined $rest;
|
||||||
|
|
||||||
|
if ( supplied( $set ) ) {
|
||||||
|
fatal_error "Invalid DYNAMIC_BLACKLIST ipset name" unless $set =~ /^[A-Za-z][\w-]*/;
|
||||||
|
} else {
|
||||||
|
$set = 'SW_DBL' . $family;
|
||||||
|
}
|
||||||
|
|
||||||
|
add_ipset( $set );
|
||||||
|
|
||||||
|
$level = validate_level( $level );
|
||||||
|
|
||||||
|
$tag = '' unless defined $tag;
|
||||||
|
|
||||||
|
$config{DYNAMIC_BLACKLIST} = join( ':', $key, $set, $level, $tag );
|
||||||
|
|
||||||
|
require_capability( 'IPSET_V5', 'DYNAMIC_BLACKLIST=ipset...', 's' );
|
||||||
|
|
||||||
|
} else {
|
||||||
|
default_yes_no( 'DYNAMIC_BLACKLIST' , 'Yes' );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
default_yes_no 'REQUIRE_INTERFACE' , '';
|
default_yes_no 'REQUIRE_INTERFACE' , '';
|
||||||
default_yes_no 'FORWARD_CLEAR_MARK' , have_capability( 'MARK' ) ? 'Yes' : '';
|
default_yes_no 'FORWARD_CLEAR_MARK' , have_capability( 'MARK' ) ? 'Yes' : '';
|
||||||
default_yes_no 'COMPLETE' , '';
|
default_yes_no 'COMPLETE' , '';
|
||||||
@@ -6003,7 +6108,7 @@ sub get_configuration( $$$$ ) {
|
|||||||
default_yes_no 'IGNOREUNKNOWNVARIABLES' , 'Yes';
|
default_yes_no 'IGNOREUNKNOWNVARIABLES' , 'Yes';
|
||||||
default_yes_no 'WARNOLDCAPVERSION' , 'Yes';
|
default_yes_no 'WARNOLDCAPVERSION' , 'Yes';
|
||||||
default_yes_no 'DEFER_DNS_RESOLUTION' , 'Yes';
|
default_yes_no 'DEFER_DNS_RESOLUTION' , 'Yes';
|
||||||
default_yes_no 'MINIUPNPD' , 'No';
|
default_yes_no 'MINIUPNPD' , '';
|
||||||
|
|
||||||
$config{IPSET} = '' if supplied $config{IPSET} && $config{IPSET} eq 'ipset';
|
$config{IPSET} = '' if supplied $config{IPSET} && $config{IPSET} eq 'ipset';
|
||||||
|
|
||||||
@@ -6503,7 +6608,7 @@ sub generate_aux_config() {
|
|||||||
|
|
||||||
emit "#\n# Shorewall auxiliary configuration file created by Shorewall version $globals{VERSION} - $date\n#";
|
emit "#\n# Shorewall auxiliary configuration file created by Shorewall version $globals{VERSION} - $date\n#";
|
||||||
|
|
||||||
for my $option ( qw(VERBOSITY LOGFILE LOGFORMAT ARPTABLES IPTABLES IP6TABLES IP TC IPSET PATH SHOREWALL_SHELL SUBSYSLOCK LOCKFILE RESTOREFILE WORKAROUNDS RESTART) ) {
|
for my $option ( qw(VERBOSITY LOGFILE LOGFORMAT ARPTABLES IPTABLES IP6TABLES IP TC IPSET PATH SHOREWALL_SHELL SUBSYSLOCK LOCKFILE RESTOREFILE WORKAROUNDS RESTART DYNAMIC_BLACKLIST) ) {
|
||||||
conditionally_add_option $option;
|
conditionally_add_option $option;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -89,6 +89,7 @@ sub setup_ecn()
|
|||||||
{
|
{
|
||||||
my %interfaces;
|
my %interfaces;
|
||||||
my @hosts;
|
my @hosts;
|
||||||
|
my $interfaceref;
|
||||||
|
|
||||||
if ( my $fn = open_file 'ecn' ) {
|
if ( my $fn = open_file 'ecn' ) {
|
||||||
|
|
||||||
@@ -105,7 +106,13 @@ sub setup_ecn()
|
|||||||
2 );
|
2 );
|
||||||
|
|
||||||
fatal_error 'INTERFACE must be specified' if $interface eq '-';
|
fatal_error 'INTERFACE must be specified' if $interface eq '-';
|
||||||
fatal_error "Unknown interface ($interface)" unless known_interface $interface;
|
fatal_error "Unknown interface ($interface)" unless $interfaceref = known_interface( $interface );
|
||||||
|
|
||||||
|
if ( $interfaceref->{root} ) {
|
||||||
|
$interface = $interfaceref->{name} if $interface eq $interfaceref->{physical};
|
||||||
|
} else {
|
||||||
|
$interface = $interfaceref->{name};
|
||||||
|
}
|
||||||
|
|
||||||
my $lineinfo = shortlineinfo( '' );
|
my $lineinfo = shortlineinfo( '' );
|
||||||
|
|
||||||
@@ -639,6 +646,7 @@ sub create_docker_rules() {
|
|||||||
add_commands( $chainref, 'if [ -n "$g_docker" ]; then' );
|
add_commands( $chainref, 'if [ -n "$g_docker" ]; then' );
|
||||||
incr_cmd_level( $chainref );
|
incr_cmd_level( $chainref );
|
||||||
add_ijump( $chainref, j => 'DOCKER', o => 'docker0' );
|
add_ijump( $chainref, j => 'DOCKER', o => 'docker0' );
|
||||||
|
add_ijump( $chainref, j => 'ACCEPT', o => 'docker0', state_imatch 'ESTABLISHED,RELATED' );
|
||||||
add_ijump( $chainref, j => 'ACCEPT', i => 'docker0', o => '! docker0' );
|
add_ijump( $chainref, j => 'ACCEPT', i => 'docker0', o => '! docker0' );
|
||||||
add_ijump( $chainref, j => 'ACCEPT', i => 'docker0', o => 'docker0' ) if $dockerref->{options}{routeback};
|
add_ijump( $chainref, j => 'ACCEPT', i => 'docker0', o => 'docker0' ) if $dockerref->{options}{routeback};
|
||||||
add_ijump( $filter_table->{OUTPUT}, j => 'DOCKER' );
|
add_ijump( $filter_table->{OUTPUT}, j => 'DOCKER' );
|
||||||
@@ -667,16 +675,88 @@ sub add_common_rules ( $ ) {
|
|||||||
my $level = $config{BLACKLIST_LOG_LEVEL};
|
my $level = $config{BLACKLIST_LOG_LEVEL};
|
||||||
my $tag = $globals{BLACKLIST_LOG_TAG};
|
my $tag = $globals{BLACKLIST_LOG_TAG};
|
||||||
my $rejectref = $filter_table->{reject};
|
my $rejectref = $filter_table->{reject};
|
||||||
|
my $dbl_type;
|
||||||
|
my $dbl_ipset;
|
||||||
|
my $dbl_level;
|
||||||
|
my $dbl_tag;
|
||||||
|
my $dbl_target;
|
||||||
|
|
||||||
|
if ( $config{REJECT_ACTION} ) {
|
||||||
|
process_reject_action;
|
||||||
|
fatal_eror( "The REJECT_ACTION ($config{REJECT_ACTION}) is not terminating" ) unless terminating( $rejectref );
|
||||||
|
} else {
|
||||||
|
if ( have_capability( 'ADDRTYPE' ) ) {
|
||||||
|
add_ijump $rejectref , j => 'DROP' , addrtype => '--src-type BROADCAST';
|
||||||
|
} else {
|
||||||
|
if ( $family == F_IPV4 ) {
|
||||||
|
add_commands $rejectref, 'for address in $ALL_BCASTS; do';
|
||||||
|
} else {
|
||||||
|
add_commands $rejectref, 'for address in $ALL_ACASTS; do';
|
||||||
|
}
|
||||||
|
|
||||||
|
incr_cmd_level $rejectref;
|
||||||
|
add_ijump $rejectref, j => 'DROP', d => '$address';
|
||||||
|
decr_cmd_level $rejectref;
|
||||||
|
add_commands $rejectref, 'done';
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( $family == F_IPV4 ) {
|
||||||
|
add_ijump $rejectref , j => 'DROP', s => '224.0.0.0/4';
|
||||||
|
} else {
|
||||||
|
add_ijump $rejectref , j => 'DROP', s => IPv6_MULTICAST;
|
||||||
|
}
|
||||||
|
|
||||||
|
add_ijump $rejectref , j => 'DROP', p => 2;
|
||||||
|
add_ijump $rejectref , j => 'REJECT', targetopts => '--reject-with tcp-reset', p => 6;
|
||||||
|
|
||||||
|
if ( have_capability( 'ENHANCED_REJECT' ) ) {
|
||||||
|
add_ijump $rejectref , j => 'REJECT', p => 17;
|
||||||
|
|
||||||
|
if ( $family == F_IPV4 ) {
|
||||||
|
add_ijump $rejectref, j => 'REJECT --reject-with icmp-host-unreachable', p => 1;
|
||||||
|
add_ijump $rejectref, j => 'REJECT --reject-with icmp-host-prohibited';
|
||||||
|
} else {
|
||||||
|
add_ijump $rejectref, j => 'REJECT --reject-with icmp6-addr-unreachable', p => 58;
|
||||||
|
add_ijump $rejectref, j => 'REJECT --reject-with icmp6-adm-prohibited';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
add_ijump $rejectref , j => 'REJECT';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Insure that Docker jumps are early in the builtin chains
|
# Insure that Docker jumps are early in the builtin chains
|
||||||
#
|
#
|
||||||
create_docker_rules if $config{DOCKER};
|
create_docker_rules if $config{DOCKER};
|
||||||
|
|
||||||
if ( $config{DYNAMIC_BLACKLIST} ) {
|
if ( my $val = $config{DYNAMIC_BLACKLIST} ) {
|
||||||
add_rule_pair( set_optflags( new_standard_chain( 'logdrop' ) , DONT_OPTIMIZE | DONT_DELETE ), '' , 'DROP' , $level , $tag);
|
( $dbl_type, $dbl_ipset, $dbl_level, $dbl_tag ) = split( ':', $val );
|
||||||
add_rule_pair( set_optflags( new_standard_chain( 'logreject' ), DONT_OPTIMIZE | DONT_DELETE ), '' , 'reject' , $level , $tag);
|
|
||||||
$dynamicref = set_optflags( new_standard_chain( 'dynamic' ) , DONT_OPTIMIZE );
|
unless ( $dbl_type =~ /^ipset-only/ ) {
|
||||||
add_commands( $dynamicref, '[ -f ${VARDIR}/.dynamic ] && cat ${VARDIR}/.dynamic >&3' );
|
add_rule_pair( set_optflags( new_standard_chain( 'logdrop' ) , DONT_OPTIMIZE | DONT_DELETE ), '' , 'DROP' , $level , $tag);
|
||||||
|
add_rule_pair( set_optflags( new_standard_chain( 'logreject' ), DONT_OPTIMIZE | DONT_DELETE ), '' , 'reject' , $level , $tag);
|
||||||
|
$dynamicref = set_optflags( new_standard_chain( 'dynamic' ) , DONT_OPTIMIZE );
|
||||||
|
add_commands( $dynamicref, '[ -f ${VARDIR}/.dynamic ] && cat ${VARDIR}/.dynamic >&3' );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( $dbl_ipset ) {
|
||||||
|
if ( $dbl_level ) {
|
||||||
|
my $chainref = set_optflags( new_standard_chain( $dbl_target = 'dbl_log' ) , DONT_OPTIMIZE | DONT_DELETE );
|
||||||
|
|
||||||
|
log_rule_limit( $dbl_level,
|
||||||
|
$chainref,
|
||||||
|
'dbl_log',
|
||||||
|
'DROP',
|
||||||
|
$globals{LOGLIMIT},
|
||||||
|
$dbl_tag,
|
||||||
|
'add',
|
||||||
|
'',
|
||||||
|
$origin{DYNAMIC_BLACKLIST} );
|
||||||
|
add_ijump_extended( $chainref, j => 'DROP', $origin{DYNAMIC_BLACKLIST} );
|
||||||
|
} else {
|
||||||
|
$dbl_target = 'DROP';
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_mss;
|
setup_mss;
|
||||||
@@ -780,8 +860,13 @@ sub add_common_rules ( $ ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( $dbl_ipset && ! get_interface_option( $interface, 'nodbl' ) ) {
|
||||||
|
add_ijump_extended( $filter_table->{input_option_chain($interface)}, j => $dbl_target, $origin{DYNAMIC_BLACKLIST}, @state, set => "--match-set $dbl_ipset src" );
|
||||||
|
add_ijump_extended( $filter_table->{output_option_chain($interface)}, j => $dbl_target, $origin{DYNAMIC_BLACKLIST}, @state, set => "--match-set $dbl_ipset dst" ) if $dbl_type =~ /,src-dst$/;
|
||||||
|
}
|
||||||
|
|
||||||
for ( option_chains( $interface ) ) {
|
for ( option_chains( $interface ) ) {
|
||||||
add_ijump_extended( $filter_table->{$_}, j => $dynamicref, $origin{DYNAMIC_BLACKLIST}, @state ) if $dynamicref;
|
add_ijump_extended( $filter_table->{$_}, j => $dynamicref, $origin{DYNAMIC_BLACKLIST}, @state ) if $dynamicref && ! get_interface_option( $interface, 'nodbl' );
|
||||||
add_ijump_extended( $filter_table->{$_}, j => 'ACCEPT', $origin{FASTACCEPT}, state_imatch $faststate )->{comment} = '' if $config{FASTACCEPT};
|
add_ijump_extended( $filter_table->{$_}, j => 'ACCEPT', $origin{FASTACCEPT}, state_imatch $faststate )->{comment} = '' if $config{FASTACCEPT};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -940,46 +1025,6 @@ sub add_common_rules ( $ ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unless ( $config{REJECT_ACTION} ) {
|
|
||||||
if ( have_capability( 'ADDRTYPE' ) ) {
|
|
||||||
add_ijump $rejectref , j => 'DROP' , addrtype => '--src-type BROADCAST';
|
|
||||||
} else {
|
|
||||||
if ( $family == F_IPV4 ) {
|
|
||||||
add_commands $rejectref, 'for address in $ALL_BCASTS; do';
|
|
||||||
} else {
|
|
||||||
add_commands $rejectref, 'for address in $ALL_ACASTS; do';
|
|
||||||
}
|
|
||||||
|
|
||||||
incr_cmd_level $rejectref;
|
|
||||||
add_ijump $rejectref, j => 'DROP', d => '$address';
|
|
||||||
decr_cmd_level $rejectref;
|
|
||||||
add_commands $rejectref, 'done';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( $family == F_IPV4 ) {
|
|
||||||
add_ijump $rejectref , j => 'DROP', s => '224.0.0.0/4';
|
|
||||||
} else {
|
|
||||||
add_ijump $rejectref , j => 'DROP', s => IPv6_MULTICAST;
|
|
||||||
}
|
|
||||||
|
|
||||||
add_ijump $rejectref , j => 'DROP', p => 2;
|
|
||||||
add_ijump $rejectref , j => 'REJECT', targetopts => '--reject-with tcp-reset', p => 6;
|
|
||||||
|
|
||||||
if ( have_capability( 'ENHANCED_REJECT' ) ) {
|
|
||||||
add_ijump $rejectref , j => 'REJECT', p => 17;
|
|
||||||
|
|
||||||
if ( $family == F_IPV4 ) {
|
|
||||||
add_ijump $rejectref, j => 'REJECT --reject-with icmp-host-unreachable', p => 1;
|
|
||||||
add_ijump $rejectref, j => 'REJECT --reject-with icmp-host-prohibited';
|
|
||||||
} else {
|
|
||||||
add_ijump $rejectref, j => 'REJECT --reject-with icmp6-addr-unreachable', p => 58;
|
|
||||||
add_ijump $rejectref, j => 'REJECT --reject-with icmp6-adm-prohibited';
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
add_ijump $rejectref , j => 'REJECT';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$list = find_interfaces_by_option 'dhcp';
|
$list = find_interfaces_by_option 'dhcp';
|
||||||
|
|
||||||
if ( @$list ) {
|
if ( @$list ) {
|
||||||
@@ -1105,8 +1150,8 @@ sub add_common_rules ( $ ) {
|
|||||||
$announced = 1;
|
$announced = 1;
|
||||||
|
|
||||||
for $interface ( @$list ) {
|
for $interface ( @$list ) {
|
||||||
add_ijump_extended $nat_table->{PREROUTING} , j => 'UPnP', get_interface_origin($interface), imatch_source_dev ( $interface );
|
add_ijump_extended $nat_table->{PREROUTING} , j => 'UPnP', get_interface_origin($interface), imatch_source_dev ( $interface );
|
||||||
add_ijump_extended $nat_table->{POSTROUTING} , j => 'MINIUPNPD-POSTROUTING' , $origin{MINIUPNPD} , imatch_dest_dev ( $interface ) if $chainref1;
|
add_ijump_extended $nat_table->{$globals{POSTROUTING}} , j => 'MINIUPNPD-POSTROUTING' , $origin{MINIUPNPD} , imatch_dest_dev ( $interface ) if $chainref1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1794,12 +1839,14 @@ sub add_output_jumps( $$$$$$$$ ) {
|
|||||||
my $use_output = 0;
|
my $use_output = 0;
|
||||||
my @dest = imatch_dest_net $net;
|
my @dest = imatch_dest_net $net;
|
||||||
my @ipsec_out_match = match_ipsec_out $zone , $hostref;
|
my @ipsec_out_match = match_ipsec_out $zone , $hostref;
|
||||||
|
my @zone_interfaces = keys %{zone_interfaces( $zone )};
|
||||||
|
|
||||||
if ( @vservers || use_output_chain( $interface, $interfacechainref ) || ( @{$interfacechainref->{rules}} && ! $chain1ref ) ) {
|
if ( @vservers || use_output_chain( $interface, $interfacechainref ) || ( @{$interfacechainref->{rules}} && ! $chain1ref ) || @zone_interfaces > 1 ) {
|
||||||
#
|
#
|
||||||
# - There are vserver zones (so OUTPUT will have multiple source; or
|
# - There are vserver zones (so OUTPUT will have multiple source; or
|
||||||
# - We must use the interface output chain; or
|
# - We must use the interface output chain; or
|
||||||
# - There are rules in the interface chain and none in the rules chain
|
# - There are rules in the interface chain and none in the rules chain
|
||||||
|
# - The zone has multiple interfaces
|
||||||
#
|
#
|
||||||
# In any of these cases use the inteface output chain
|
# In any of these cases use the inteface output chain
|
||||||
#
|
#
|
||||||
@@ -1816,7 +1863,7 @@ sub add_output_jumps( $$$$$$$$ ) {
|
|||||||
unless $output_jump_added{$interface}++;
|
unless $output_jump_added{$interface}++;
|
||||||
} else {
|
} else {
|
||||||
#
|
#
|
||||||
# Not a bridge -- match the input interface
|
# Not a bridge -- match the output interface
|
||||||
#
|
#
|
||||||
add_ijump_extended $filter_table->{OUTPUT}, j => $outputref, $origin, imatch_dest_dev( $interface ) unless $output_jump_added{$interface}++;
|
add_ijump_extended $filter_table->{OUTPUT}, j => $outputref, $origin, imatch_dest_dev( $interface ) unless $output_jump_added{$interface}++;
|
||||||
}
|
}
|
||||||
@@ -2426,16 +2473,16 @@ EOF
|
|||||||
emit <<'EOF';
|
emit <<'EOF';
|
||||||
case $COMMAND in
|
case $COMMAND in
|
||||||
start)
|
start)
|
||||||
logger -p kern.err "ERROR:$g_product start failed"
|
mylogger kern.err "ERROR:$g_product start failed"
|
||||||
;;
|
;;
|
||||||
reload)
|
reload)
|
||||||
logger -p kern.err "ERROR:$g_product reload failed"
|
mylogger kern.err "ERROR:$g_product reload failed"
|
||||||
;;
|
;;
|
||||||
refresh)
|
refresh)
|
||||||
logger -p kern.err "ERROR:$g_product refresh failed"
|
mylogger kern.err "ERROR:$g_product refresh failed"
|
||||||
;;
|
;;
|
||||||
enable)
|
enable)
|
||||||
logger -p kern.err "ERROR:$g_product 'enable $g_interface' failed"
|
mylogger kern.err "ERROR:$g_product 'enable $g_interface' failed"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@@ -2644,7 +2691,7 @@ EOF
|
|||||||
emit '
|
emit '
|
||||||
|
|
||||||
set_state "Stopped"
|
set_state "Stopped"
|
||||||
logger -p kern.info "$g_product Stopped"
|
mylogger kern.info "$g_product Stopped"
|
||||||
|
|
||||||
case $COMMAND in
|
case $COMMAND in
|
||||||
stop|clear)
|
stop|clear)
|
||||||
|
@@ -392,7 +392,7 @@ sub start_provider( $$$$$ ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Look up a provider and return it's number. If unknown provider, 0 is returned
|
# Look up a provider and return a reference to its table entry. If unknown provider, undef is returned
|
||||||
#
|
#
|
||||||
sub lookup_provider( $ ) {
|
sub lookup_provider( $ ) {
|
||||||
my $provider = $_[0];
|
my $provider = $_[0];
|
||||||
@@ -408,7 +408,7 @@ sub lookup_provider( $ ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$providerref ? $providerref->{number} : 0;
|
$providerref;
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -666,7 +666,9 @@ sub process_a_provider( $ ) {
|
|||||||
if ( $duplicate ne '-' ) {
|
if ( $duplicate ne '-' ) {
|
||||||
fatal_error "The DUPLICATE column must be empty when USE_DEFAULT_RT=Yes" if $config{USE_DEFAULT_RT};
|
fatal_error "The DUPLICATE column must be empty when USE_DEFAULT_RT=Yes" if $config{USE_DEFAULT_RT};
|
||||||
my $p = lookup_provider( $duplicate );
|
my $p = lookup_provider( $duplicate );
|
||||||
warning_message "Unknown routing table ($duplicate)" unless $p && ( $p == MAIN_TABLE || $p < BALANCE_TABLE );
|
my $n = $p ? $p->{number} : 0;
|
||||||
|
warning_message "Unknown routing table ($duplicate)" unless $n && ( $n == MAIN_TABLE || $n < BALANCE_TABLE );
|
||||||
|
warning_message "An optional provider ($duplicate) is listed in the DUPLICATE column - enable and disable will not work correctly on that provider" if $p && $p->{optional};
|
||||||
} elsif ( $copy ne '-' ) {
|
} elsif ( $copy ne '-' ) {
|
||||||
fatal_error "The COPY column must be empty when USE_DEFAULT_RT=Yes" if $config{USE_DEFAULT_RT};
|
fatal_error "The COPY column must be empty when USE_DEFAULT_RT=Yes" if $config{USE_DEFAULT_RT};
|
||||||
fatal_error 'A non-empty COPY column requires that a routing table be specified in the DUPLICATE column' unless $copy eq 'none';
|
fatal_error 'A non-empty COPY column requires that a routing table be specified in the DUPLICATE column' unless $copy eq 'none';
|
||||||
@@ -1094,7 +1096,7 @@ CEOF
|
|||||||
|
|
||||||
if ( $optional ) {
|
if ( $optional ) {
|
||||||
if ( $persistent ) {
|
if ( $persistent ) {
|
||||||
emit( "persistent_${what}_${table}\n" );
|
emit( "do_persistent_${what}_${table}\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $shared ) {
|
if ( $shared ) {
|
||||||
|
@@ -230,6 +230,7 @@ use constant { INLINE_OPT => 1 ,
|
|||||||
NAT_OPT => 128 ,
|
NAT_OPT => 128 ,
|
||||||
TERMINATING_OPT => 256 ,
|
TERMINATING_OPT => 256 ,
|
||||||
AUDIT_OPT => 512 ,
|
AUDIT_OPT => 512 ,
|
||||||
|
LOGJUMP_OPT => 1024 ,
|
||||||
};
|
};
|
||||||
|
|
||||||
our %options = ( inline => INLINE_OPT ,
|
our %options = ( inline => INLINE_OPT ,
|
||||||
@@ -242,7 +243,10 @@ our %options = ( inline => INLINE_OPT ,
|
|||||||
nat => NAT_OPT ,
|
nat => NAT_OPT ,
|
||||||
terminating => TERMINATING_OPT ,
|
terminating => TERMINATING_OPT ,
|
||||||
audit => AUDIT_OPT ,
|
audit => AUDIT_OPT ,
|
||||||
|
logjump => LOGJUMP_OPT ,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
our %reject_options;
|
||||||
################################################################################
|
################################################################################
|
||||||
# Declarations moved from the Tc module in 5.0.7 #
|
# Declarations moved from the Tc module in 5.0.7 #
|
||||||
################################################################################
|
################################################################################
|
||||||
@@ -353,8 +357,27 @@ sub initialize( $ ) {
|
|||||||
|
|
||||||
if ( $family == F_IPV4 ) {
|
if ( $family == F_IPV4 ) {
|
||||||
@builtins = qw/dropBcast allowBcast dropNotSyn rejNotSyn allowinUPnP forwardUPnP Limit/;
|
@builtins = qw/dropBcast allowBcast dropNotSyn rejNotSyn allowinUPnP forwardUPnP Limit/;
|
||||||
|
%reject_options = ( 'icmp-net-unreachable' => 1,
|
||||||
|
'icmp-host-unreachable' => 1,
|
||||||
|
'icmp-port-unreachable' => 1,
|
||||||
|
'icmp-proto-unreachable' => 1,
|
||||||
|
'icmp-net-prohibited' => 1,
|
||||||
|
'icmp-host-prohibited' => 1,
|
||||||
|
'icmp-admin-prohibited' => 1,
|
||||||
|
'icmp-tcp-reset' => 2,
|
||||||
|
);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@builtins = qw/dropBcast allowBcast dropNotSyn rejNotSyn/;
|
@builtins = qw/dropBcast allowBcast dropNotSyn rejNotSyn/;
|
||||||
|
%reject_options = ( 'icmp6-no-route' => 1,
|
||||||
|
'no-route' => 1,
|
||||||
|
'icmp6-adm-prohibited' => 1,
|
||||||
|
'adm-prohibited' => 1,
|
||||||
|
'icmp6-addr-unreachable' => 1,
|
||||||
|
'addr-unreach' => 1,
|
||||||
|
'icmp6-port-unreachable' => 1,
|
||||||
|
'tcp-reset' => 2,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
@@ -1257,8 +1280,14 @@ sub normalize_action( $$$ ) {
|
|||||||
|
|
||||||
( $level, my $tag ) = split ':', $level;
|
( $level, my $tag ) = split ':', $level;
|
||||||
|
|
||||||
$level = 'none' unless supplied $level;
|
if ( $actions{$action}{options} & LOGJUMP_OPT ) {
|
||||||
$tag = '' unless defined $tag;
|
$level = 'none';
|
||||||
|
$tag = '';
|
||||||
|
} else {
|
||||||
|
$level = 'none' unless supplied $level;
|
||||||
|
$tag = '' unless defined $tag;
|
||||||
|
}
|
||||||
|
|
||||||
$param = '' unless defined $param;
|
$param = '' unless defined $param;
|
||||||
$param = '' if $param eq '-';
|
$param = '' if $param eq '-';
|
||||||
|
|
||||||
@@ -1820,7 +1849,7 @@ sub process_action(\$\$$) {
|
|||||||
|
|
||||||
my $oldparms = push_action_params( $action, $chainref, $param, $level, $tag, $caller );
|
my $oldparms = push_action_params( $action, $chainref, $param, $level, $tag, $caller );
|
||||||
my $options = $actionref->{options};
|
my $options = $actionref->{options};
|
||||||
my $nolog = $options & NOLOG_OPT;
|
my $nolog = $options & ( NOLOG_OPT | LOGJUMP_OPT );
|
||||||
|
|
||||||
setup_audit_action( $action ) if $options & AUDIT_OPT;
|
setup_audit_action( $action ) if $options & AUDIT_OPT;
|
||||||
|
|
||||||
@@ -2063,7 +2092,7 @@ sub process_actions() {
|
|||||||
$action =~ s/:.*$//;
|
$action =~ s/:.*$//;
|
||||||
}
|
}
|
||||||
|
|
||||||
fatal_error "Invalid Action Name ($action)" unless $action =~ /^[a-zA-Z][\w-]*$/;
|
fatal_error "Invalid Action Name ($action)" unless $action =~ /^[a-zA-Z][\w-]*!?$/;
|
||||||
|
|
||||||
if ( $options ne '-' ) {
|
if ( $options ne '-' ) {
|
||||||
for ( split_list( $options, 'option' ) ) {
|
for ( split_list( $options, 'option' ) ) {
|
||||||
@@ -2164,10 +2193,16 @@ sub use_policy_action( $$ ) {
|
|||||||
sub process_reject_action() {
|
sub process_reject_action() {
|
||||||
my $rejectref = $filter_table->{reject};
|
my $rejectref = $filter_table->{reject};
|
||||||
my $action = $config{REJECT_ACTION};
|
my $action = $config{REJECT_ACTION};
|
||||||
|
#
|
||||||
|
# This gets called very early in the compilation process so we fake the section
|
||||||
|
#
|
||||||
|
$section = DEFAULTACTION_SECTION;
|
||||||
|
|
||||||
if ( ( $targets{$action} || 0 ) == ACTION ) {
|
if ( ( $targets{$action} || 0 ) == ACTION ) {
|
||||||
add_ijump $rejectref, j => use_policy_action( $action, $rejectref->{name} );
|
add_ijump $rejectref, j => use_policy_action( $action, $rejectref->{name} );
|
||||||
} else {
|
} else {
|
||||||
|
progress_message2 "$doing $actions{$action}->{file} for chain reject...";
|
||||||
|
|
||||||
process_inline( $action, #Inline
|
process_inline( $action, #Inline
|
||||||
$rejectref, #Chain
|
$rejectref, #Chain
|
||||||
'', #Matches
|
'', #Matches
|
||||||
@@ -2192,6 +2227,8 @@ sub process_reject_action() {
|
|||||||
0, #Wildcard
|
0, #Wildcard
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$section = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
@@ -2355,7 +2392,7 @@ sub process_inline ($$$$$$$$$$$$$$$$$$$$$$) {
|
|||||||
|
|
||||||
setup_audit_action( $inline ) if $options & AUDIT_OPT;
|
setup_audit_action( $inline ) if $options & AUDIT_OPT;
|
||||||
|
|
||||||
progress_message "..Expanding inline action $inlinefile...";
|
progress_message "..Expanding inline action $inlinefile..." unless $inline eq $config{REJECT_ACTION};
|
||||||
|
|
||||||
push_open $inlinefile, 2, 1, undef , 2;
|
push_open $inlinefile, 2, 1, undef , 2;
|
||||||
|
|
||||||
@@ -2654,7 +2691,7 @@ sub process_rule ( $$$$$$$$$$$$$$$$$$$$ ) {
|
|||||||
$loglevel = supplied $loglevel ? join( ':', $action, $loglevel ) : $action;
|
$loglevel = supplied $loglevel ? join( ':', $action, $loglevel ) : $action;
|
||||||
$action = 'LOG';
|
$action = 'LOG';
|
||||||
} elsif ( ! ( $actiontype & (ACTION | INLINE | IPTABLES | TARPIT ) ) ) {
|
} elsif ( ! ( $actiontype & (ACTION | INLINE | IPTABLES | TARPIT ) ) ) {
|
||||||
fatal_error "'builtin' actions may only be used in INLINE rules" if $actiontype == USERBUILTIN;
|
fatal_error "'builtin' actions may only be used in INLINE or IP[6]TABLES rules" if $actiontype == USERBUILTIN;
|
||||||
fatal_error "The $basictarget TARGET does not accept a parameter" unless $param eq '' || $actiontype & OPTIONS;
|
fatal_error "The $basictarget TARGET does not accept a parameter" unless $param eq '' || $actiontype & OPTIONS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2728,7 +2765,22 @@ sub process_rule ( $$$$$$$$$$$$$$$$$$$$ ) {
|
|||||||
}
|
}
|
||||||
} ,
|
} ,
|
||||||
|
|
||||||
REJECT => sub { $action = 'reject'; } ,
|
REJECT => sub {
|
||||||
|
if ( supplied( $param ) ) {
|
||||||
|
my $option = $reject_options{$param};
|
||||||
|
fatal_error "Invalid REJECT option ($param)" unless $option;
|
||||||
|
if ( $option == 2 ) {
|
||||||
|
#
|
||||||
|
# tcp-reset
|
||||||
|
#
|
||||||
|
fatal_error "tcp-reset may only be used with PROTO tcp" unless ( resolve_proto( $proto ) || 0 ) == TCP;
|
||||||
|
}
|
||||||
|
|
||||||
|
$action = "REJECT --reject-with $param";
|
||||||
|
} else {
|
||||||
|
$action = 'reject';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
CONTINUE => sub { $action = 'RETURN'; } ,
|
CONTINUE => sub { $action = 'RETURN'; } ,
|
||||||
|
|
||||||
@@ -3217,7 +3269,12 @@ sub process_rule ( $$$$$$$$$$$$$$$$$$$$ ) {
|
|||||||
|
|
||||||
if ( $actiontype & ACTION ) {
|
if ( $actiontype & ACTION ) {
|
||||||
$action = $actionchain;
|
$action = $actionchain;
|
||||||
$loglevel = '';
|
|
||||||
|
if ( $actions{$basictarget}{options} & LOGJUMP_OPT ) {
|
||||||
|
$log_action = $basictarget;
|
||||||
|
} else {
|
||||||
|
$loglevel = '';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $origdest ) {
|
if ( $origdest ) {
|
||||||
@@ -3718,6 +3775,11 @@ sub process_rules() {
|
|||||||
RELATED_SECTION, 'RELATED',
|
RELATED_SECTION, 'RELATED',
|
||||||
INVALID_SECTION, 'INVALID',
|
INVALID_SECTION, 'INVALID',
|
||||||
UNTRACKED_SECTION, 'UNTRACKED' );
|
UNTRACKED_SECTION, 'UNTRACKED' );
|
||||||
|
|
||||||
|
#
|
||||||
|
# If A_REJECT was specified in shorewall[6].conf, the A_REJECT chain may already exist.
|
||||||
|
#
|
||||||
|
$usedactions{normalize_action_name( 'A_REJECT' )} = $filter_table->{A_REJECT} if $filter_table->{A_REJECT};
|
||||||
#
|
#
|
||||||
# Create zone-forwarding chains if required
|
# Create zone-forwarding chains if required
|
||||||
#
|
#
|
||||||
|
@@ -674,7 +674,8 @@ sub validate_tc_class( ) {
|
|||||||
$markval = numeric_value( $mark );
|
$markval = numeric_value( $mark );
|
||||||
fatal_error "Invalid MARK ($markval)" unless defined $markval;
|
fatal_error "Invalid MARK ($markval)" unless defined $markval;
|
||||||
|
|
||||||
fatal_error "Invalid Mark ($mark)" unless $markval <= $globals{TC_MAX};
|
fatal_error "MARK value too large" unless $markval <= $globals{TC_MAX};
|
||||||
|
fatal_error "MARK value must be non-zero" unless $markval;
|
||||||
|
|
||||||
if ( $classnumber ) {
|
if ( $classnumber ) {
|
||||||
fatal_error "Duplicate Class NUMBER ($classnumber)" if $tcref->{$classnumber};
|
fatal_error "Duplicate Class NUMBER ($classnumber)" if $tcref->{$classnumber};
|
||||||
|
@@ -82,6 +82,7 @@ our @EXPORT = ( qw( NOTHING
|
|||||||
find_interface
|
find_interface
|
||||||
known_interface
|
known_interface
|
||||||
get_physical
|
get_physical
|
||||||
|
get_logical
|
||||||
physical_name
|
physical_name
|
||||||
have_bridges
|
have_bridges
|
||||||
port_to_bridge
|
port_to_bridge
|
||||||
@@ -102,7 +103,6 @@ our @EXPORT = ( qw( NOTHING
|
|||||||
find_hosts_by_option
|
find_hosts_by_option
|
||||||
find_zone_hosts_by_option
|
find_zone_hosts_by_option
|
||||||
find_zones_by_option
|
find_zones_by_option
|
||||||
all_ipsets
|
|
||||||
have_ipsec
|
have_ipsec
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -209,8 +209,6 @@ our @interfaces;
|
|||||||
our %interfaces;
|
our %interfaces;
|
||||||
our %roots;
|
our %roots;
|
||||||
our @bport_zones;
|
our @bport_zones;
|
||||||
our %ipsets;
|
|
||||||
our %physical;
|
|
||||||
our %basemap;
|
our %basemap;
|
||||||
our %basemap1;
|
our %basemap1;
|
||||||
our %mapbase;
|
our %mapbase;
|
||||||
@@ -326,8 +324,6 @@ sub initialize( $$ ) {
|
|||||||
%roots = ();
|
%roots = ();
|
||||||
%interfaces = ();
|
%interfaces = ();
|
||||||
@bport_zones = ();
|
@bport_zones = ();
|
||||||
%ipsets = ();
|
|
||||||
%physical = ();
|
|
||||||
%basemap = ();
|
%basemap = ();
|
||||||
%basemap1 = ();
|
%basemap1 = ();
|
||||||
%mapbase = ();
|
%mapbase = ();
|
||||||
@@ -349,6 +345,7 @@ sub initialize( $$ ) {
|
|||||||
logmartians => BINARY_IF_OPTION,
|
logmartians => BINARY_IF_OPTION,
|
||||||
loopback => BINARY_IF_OPTION,
|
loopback => BINARY_IF_OPTION,
|
||||||
nets => IPLIST_IF_OPTION + IF_OPTION_ZONEONLY + IF_OPTION_VSERVER,
|
nets => IPLIST_IF_OPTION + IF_OPTION_ZONEONLY + IF_OPTION_VSERVER,
|
||||||
|
nodbl => SIMPLE_IF_OPTION,
|
||||||
norfc1918 => OBSOLETE_IF_OPTION,
|
norfc1918 => OBSOLETE_IF_OPTION,
|
||||||
nosmurfs => SIMPLE_IF_OPTION + IF_OPTION_HOST,
|
nosmurfs => SIMPLE_IF_OPTION + IF_OPTION_HOST,
|
||||||
optional => SIMPLE_IF_OPTION,
|
optional => SIMPLE_IF_OPTION,
|
||||||
@@ -396,6 +393,7 @@ sub initialize( $$ ) {
|
|||||||
loopback => BINARY_IF_OPTION,
|
loopback => BINARY_IF_OPTION,
|
||||||
maclist => SIMPLE_IF_OPTION + IF_OPTION_HOST,
|
maclist => SIMPLE_IF_OPTION + IF_OPTION_HOST,
|
||||||
nets => IPLIST_IF_OPTION + IF_OPTION_ZONEONLY + IF_OPTION_VSERVER,
|
nets => IPLIST_IF_OPTION + IF_OPTION_ZONEONLY + IF_OPTION_VSERVER,
|
||||||
|
nodbl => SIMPLE_IF_OPTION,
|
||||||
nosmurfs => SIMPLE_IF_OPTION + IF_OPTION_HOST,
|
nosmurfs => SIMPLE_IF_OPTION + IF_OPTION_HOST,
|
||||||
optional => SIMPLE_IF_OPTION,
|
optional => SIMPLE_IF_OPTION,
|
||||||
optional => SIMPLE_IF_OPTION,
|
optional => SIMPLE_IF_OPTION,
|
||||||
@@ -1281,7 +1279,7 @@ sub process_interface( $$ ) {
|
|||||||
fatal_error q("nets=" may not be specified for a multi-zone interface) unless $zone;
|
fatal_error q("nets=" may not be specified for a multi-zone interface) unless $zone;
|
||||||
fatal_error "Duplicate $option option" if $netsref;
|
fatal_error "Duplicate $option option" if $netsref;
|
||||||
if ( $value eq 'dynamic' ) {
|
if ( $value eq 'dynamic' ) {
|
||||||
require_capability( 'IPSET_MATCH', 'Dynamic nets', '');
|
require_capability( 'IPSET_V5', 'Dynamic nets', '');
|
||||||
$hostoptions{dynamic} = 1;
|
$hostoptions{dynamic} = 1;
|
||||||
#
|
#
|
||||||
# Defer remaining processing until we have the final physical interface name
|
# Defer remaining processing until we have the final physical interface name
|
||||||
@@ -1311,7 +1309,7 @@ sub process_interface( $$ ) {
|
|||||||
fatal_error "Invalid Physical interface name ($value)" unless $value && $value !~ /%/;
|
fatal_error "Invalid Physical interface name ($value)" unless $value && $value !~ /%/;
|
||||||
fatal_error "Virtual interfaces ($value) are not supported" if $value =~ /:\d+$/;
|
fatal_error "Virtual interfaces ($value) are not supported" if $value =~ /:\d+$/;
|
||||||
|
|
||||||
fatal_error "Duplicate physical interface name ($value)" if ( $physical{$value} && ! $port );
|
fatal_error "Duplicate physical interface name ($value)" if ( $interfaces{$value} && ! $port );
|
||||||
|
|
||||||
fatal_error "The type of 'physical' name ($value) doesn't match the type of interface name ($interface)" if $wildcard && ! $value =~ /\+$/;
|
fatal_error "The type of 'physical' name ($value) doesn't match the type of interface name ($interface)" if $wildcard && ! $value =~ /\+$/;
|
||||||
$physical = $value;
|
$physical = $value;
|
||||||
@@ -1345,7 +1343,7 @@ sub process_interface( $$ ) {
|
|||||||
my $ipset = $family == F_IPV4 ? "${zone}" : "6_${zone}";
|
my $ipset = $family == F_IPV4 ? "${zone}" : "6_${zone}";
|
||||||
$ipset = join( '_', $ipset, var_base1( $physical ) ) unless $zoneref->{options}{in_out}{dynamic_shared};
|
$ipset = join( '_', $ipset, var_base1( $physical ) ) unless $zoneref->{options}{in_out}{dynamic_shared};
|
||||||
$netsref = [ "+$ipset" ];
|
$netsref = [ "+$ipset" ];
|
||||||
$ipsets{$ipset} = 1;
|
add_ipset($ipset);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $options{bridge} ) {
|
if ( $options{bridge} ) {
|
||||||
@@ -1385,21 +1383,23 @@ sub process_interface( $$ ) {
|
|||||||
$options{tcpflags} = $hostoptionsref->{tcpflags} = 1 unless exists $options{tcpflags};
|
$options{tcpflags} = $hostoptionsref->{tcpflags} = 1 unless exists $options{tcpflags};
|
||||||
}
|
}
|
||||||
|
|
||||||
$physical{$physical} = $interfaces{$interface} = { name => $interface ,
|
my $interfaceref = $interfaces{$interface} = { name => $interface ,
|
||||||
bridge => $bridge ,
|
bridge => $bridge ,
|
||||||
filter => $filterref ,
|
filter => $filterref ,
|
||||||
nets => 0 ,
|
nets => 0 ,
|
||||||
number => $nextinum ,
|
number => $nextinum ,
|
||||||
root => $root ,
|
root => $root ,
|
||||||
broadcasts => $broadcasts ,
|
broadcasts => $broadcasts ,
|
||||||
options => \%options ,
|
options => \%options ,
|
||||||
zone => '',
|
zone => '',
|
||||||
physical => $physical ,
|
physical => $physical ,
|
||||||
base => var_base( $physical ),
|
base => var_base( $physical ),
|
||||||
zones => {},
|
zones => {},
|
||||||
origin => shortlineinfo( '' ),
|
origin => shortlineinfo( '' ),
|
||||||
wildcard => $wildcard,
|
wildcard => $wildcard,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$interfaces{$physical} = $interfaceref if $physical ne $interface;
|
||||||
|
|
||||||
if ( $zone ) {
|
if ( $zone ) {
|
||||||
fatal_error "Unmanaged interfaces may not be associated with a zone" if $options{unmanaged};
|
fatal_error "Unmanaged interfaces may not be associated with a zone" if $options{unmanaged};
|
||||||
@@ -1570,20 +1570,23 @@ sub known_interface($)
|
|||||||
|
|
||||||
my $physical = map_physical( $interface, $interfaceref );
|
my $physical = map_physical( $interface, $interfaceref );
|
||||||
|
|
||||||
return $interfaces{$interface} = { options => $interfaceref->{options} ,
|
$interfaceref =
|
||||||
bridge => $interfaceref->{bridge} ,
|
$interfaces{$interface} =
|
||||||
name => $i ,
|
$interfaces{$physical} = { options => $interfaceref->{options} ,
|
||||||
number => $interfaceref->{number} ,
|
bridge => $interfaceref->{bridge} ,
|
||||||
physical => $physical ,
|
name => $i ,
|
||||||
base => var_base( $physical ) ,
|
number => $interfaceref->{number} ,
|
||||||
wildcard => $interfaceref->{wildcard} ,
|
physical => $physical ,
|
||||||
zones => $interfaceref->{zones} ,
|
base => var_base( $physical ) ,
|
||||||
};
|
wildcard => $interfaceref->{wildcard} ,
|
||||||
|
zones => $interfaceref->{zones} ,
|
||||||
|
};
|
||||||
|
return $interfaceref;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$physical{$interface} || 0;
|
0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -1655,12 +1658,19 @@ sub find_interface( $ ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Returns the physical interface associated with the passed logical name
|
# Returns the physical interface associated with the passed interface name
|
||||||
#
|
#
|
||||||
sub get_physical( $ ) {
|
sub get_physical( $ ) {
|
||||||
$interfaces{ $_[0] }->{physical};
|
$interfaces{ $_[0] }->{physical};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Returns the logical interface associated with the passed interface name
|
||||||
|
#
|
||||||
|
sub get_logical( $ ) {
|
||||||
|
$interfaces{ $_[0] }->{name};
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# This one doesn't insist that the passed name be the name of a configured interface
|
# This one doesn't insist that the passed name be the name of a configured interface
|
||||||
#
|
#
|
||||||
@@ -2040,6 +2050,7 @@ sub process_host( ) {
|
|||||||
$interface = $1;
|
$interface = $1;
|
||||||
$hosts = $2;
|
$hosts = $2;
|
||||||
fatal_error "Unknown interface ($interface)" unless ($interfaceref = $interfaces{$interface}) && $interfaceref->{root};
|
fatal_error "Unknown interface ($interface)" unless ($interfaceref = $interfaces{$interface}) && $interfaceref->{root};
|
||||||
|
$interface = $interfaceref->{name};
|
||||||
} else {
|
} else {
|
||||||
fatal_error "Invalid HOST(S) column contents: $hosts";
|
fatal_error "Invalid HOST(S) column contents: $hosts";
|
||||||
}
|
}
|
||||||
@@ -2053,7 +2064,7 @@ sub process_host( ) {
|
|||||||
|
|
||||||
fatal_error "Unknown interface ($interface)" unless ($interfaceref = $interfaces{$interface}) && $interfaceref->{root};
|
fatal_error "Unknown interface ($interface)" unless ($interfaceref = $interfaces{$interface}) && $interfaceref->{root};
|
||||||
fatal_error "Unmanaged interfaces may not be associated with a zone" if $interfaceref->{unmanaged};
|
fatal_error "Unmanaged interfaces may not be associated with a zone" if $interfaceref->{unmanaged};
|
||||||
|
$interface = $interfaceref->{name};
|
||||||
if ( $interfaceref->{physical} eq $loopback_interface ) {
|
if ( $interfaceref->{physical} eq $loopback_interface ) {
|
||||||
fatal_error "Only a loopback zone may be associated with the loopback interface ($loopback_interface)" if $type != LOOPBACK;
|
fatal_error "Only a loopback zone may be associated with the loopback interface ($loopback_interface)" if $type != LOOPBACK;
|
||||||
} else {
|
} else {
|
||||||
@@ -2141,7 +2152,7 @@ sub process_host( ) {
|
|||||||
|
|
||||||
$hosts = "+$set";
|
$hosts = "+$set";
|
||||||
$optionsref->{dynamic} = 1;
|
$optionsref->{dynamic} = 1;
|
||||||
$ipsets{$set} = 1;
|
add_ipset($set);
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2261,8 +2272,4 @@ sub find_zones_by_option( $$ ) {
|
|||||||
\@zns;
|
\@zns;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub all_ipsets() {
|
|
||||||
sort keys %ipsets;
|
|
||||||
}
|
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
@@ -1110,7 +1110,7 @@ interface_is_usable() # $1 = interface
|
|||||||
#
|
#
|
||||||
find_interface_addresses() # $1 = interface
|
find_interface_addresses() # $1 = interface
|
||||||
{
|
{
|
||||||
$IP -f inet6 addr show $1 2> /dev/null | grep 'inet6 2' | sed 's/\s*inet6 //;s/\/.*//;s/ peer.*//'
|
$IP -f inet6 addr show $1 2> /dev/null | grep 'inet6 2' | sed 's/\s*inet6 //;s/\/.*//;s/ peer [0-9a-f:]*//'
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -1119,7 +1119,7 @@ find_interface_addresses() # $1 = interface
|
|||||||
|
|
||||||
find_interface_full_addresses() # $1 = interface
|
find_interface_full_addresses() # $1 = interface
|
||||||
{
|
{
|
||||||
$IP -f inet6 addr show $1 2> /dev/null | grep 'inet6 ' | sed 's/\s*inet6 //;s/ scope.*//;s/ peer.*//'
|
$IP -f inet6 addr show $1 2> /dev/null | grep 'inet6 ' | sed 's/\s*inet6 //;s/ scope.*//;s/ peer [0-9a-f:]*//'
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
This is the Shorewall 4.4 stable branch of Git.
|
|
@@ -1,41 +1,39 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Drop Action
|
# Shorewall -- /usr/share/shorewall/action.A_Drop
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.A_Drop
|
# The audited default DROP common rules
|
||||||
#
|
#
|
||||||
# The audited default DROP common rules
|
# This action is invoked before a DROP policy is enforced. The purpose
|
||||||
|
# of the action is:
|
||||||
#
|
#
|
||||||
# This action is invoked before a DROP 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.
|
|
||||||
# b) Ensure that 'auth' requests are rejected, even if the policy is
|
|
||||||
# DROP. Otherwise, you may experience problems establishing
|
|
||||||
# connections with servers that use auth.
|
|
||||||
# c) 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!!!!!!!!!
|
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO DPORT SPORT
|
#ACTION SOURCE DEST PROTO DPORT SPORT
|
||||||
#
|
#
|
||||||
# Count packets that come through here
|
# Count packets that come through here
|
||||||
#
|
#
|
||||||
COUNT
|
COUNT
|
||||||
#
|
#
|
||||||
# Silently DROP 'auth'
|
# Special Handling for Auth
|
||||||
#
|
#
|
||||||
Auth(A_DROP)
|
Auth(A_DROP)
|
||||||
#
|
#
|
||||||
|
# ACCEPT critical ICMP types
|
||||||
|
#
|
||||||
|
# For IPv6 connectivity ipv6-icmp broadcasting is required so
|
||||||
|
# AllowICMPs must be before broadcast Drop.
|
||||||
|
#
|
||||||
|
A_AllowICMPs - - icmp
|
||||||
|
#
|
||||||
# Don't log broadcasts
|
# Don't log broadcasts
|
||||||
#
|
#
|
||||||
dropBcast(audit)
|
dropBcast(audit)
|
||||||
#
|
#
|
||||||
# ACCEPT critical ICMP types
|
|
||||||
#
|
|
||||||
A_AllowICMPs - - icmp
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||||
# and just confuse people when they appear in the log.
|
# and just confuse people when they appear in the log.
|
||||||
#
|
#
|
||||||
|
41
Shorewall/action.A_REJECT
Normal file
41
Shorewall/action.A_REJECT
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
#
|
||||||
|
# Shorewall -- /usr/share/shorewall/action.A_REJECTWITH
|
||||||
|
#
|
||||||
|
# A_REJECT Action.
|
||||||
|
#
|
||||||
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
|
#
|
||||||
|
# (c) 2012-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
|
#
|
||||||
|
# Complete documentation is available at http://shorewall.net
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
#
|
||||||
|
# A_REJECTWITH[([<option>])] where <option> is a valid REJECT option.#
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
DEFAULTS -
|
||||||
|
|
||||||
|
AUDIT(reject)
|
||||||
|
|
||||||
|
?if passed @1
|
||||||
|
?if @1 =~ /tcp-reset$/
|
||||||
|
?set reject_proto 6
|
||||||
|
?else
|
||||||
|
?set reject_proto ''
|
||||||
|
?endif
|
||||||
|
REJECT(@1) - - $reject_proto
|
||||||
|
?else
|
||||||
|
REJECT
|
||||||
|
?endif
|
30
Shorewall/action.A_REJECT!
Normal file
30
Shorewall/action.A_REJECT!
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
#
|
||||||
|
# Shorewall -- /usr/share/shorewall/action.A_REJECT!
|
||||||
|
#
|
||||||
|
# A_REJECT! Action.
|
||||||
|
#
|
||||||
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
|
#
|
||||||
|
# (c) 2012-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
|
#
|
||||||
|
# Complete documentation is available at http://shorewall.net
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
#
|
||||||
|
# A_REJECTWITH[([<option>])] where <option> is a valid REJECT option.#
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
DEFAULTS -
|
||||||
|
|
||||||
|
A_REJECT(@1)
|
@@ -1,34 +1,35 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Reject Action
|
# Shorewall -- /usr/share/shorewall/action.A_Reject
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.A_Reject
|
# The audited default REJECT action common rules
|
||||||
#
|
#
|
||||||
# The audited 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.
|
|
||||||
# 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!!!!!!!!!
|
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO
|
#ACTION SOURCE DEST PROTO
|
||||||
#
|
#
|
||||||
# Count packets that come through here
|
# Count packets that come through here
|
||||||
#
|
#
|
||||||
COUNT
|
COUNT
|
||||||
#
|
#
|
||||||
|
# ACCEPT critical ICMP types
|
||||||
|
#
|
||||||
|
# For IPv6 connectivity ipv6-icmp broadcasting is required so
|
||||||
|
# AllowICMPs must be before broadcast Drop.
|
||||||
|
#
|
||||||
|
A_AllowICMPs - - icmp
|
||||||
|
#
|
||||||
# Drop Broadcasts so they don't clutter up the log
|
# Drop Broadcasts so they don't clutter up the log
|
||||||
# (broadcasts must *not* be rejected).
|
# (broadcasts must *not* be rejected).
|
||||||
#
|
#
|
||||||
dropBcast(audit)
|
dropBcast(audit)
|
||||||
#
|
#
|
||||||
# ACCEPT critical ICMP types
|
|
||||||
#
|
|
||||||
A_AllowICMPs - - icmp
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||||
# and just confuse people when they appear in the log (these ICMPs cannot be
|
# and just confuse people when they appear in the log (these ICMPs cannot be
|
||||||
# rejected).
|
# rejected).
|
@@ -1,22 +1,24 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Auto Blacklist Action
|
# Shorewall -- /usr/share/shorewall/action.AutoBL
|
||||||
|
#
|
||||||
|
# Auto Blacklist Action
|
||||||
#
|
#
|
||||||
# Parameters are:
|
# Parameters are:
|
||||||
#
|
#
|
||||||
# Event - Name of the event to associate with this blacklist
|
# Event - Name of the event to associate with this blacklist
|
||||||
# Interval
|
# Interval
|
||||||
# Count - Interval and number of Packets to trigger blacklisting
|
# Count - Interval and number of Packets to trigger blacklisting
|
||||||
# Default is 60 seconds and 5 packets.
|
# Default is 60 seconds and 5 packets.
|
||||||
# Successive - If a matching packet arrives within this many
|
# Successive - If a matching packet arrives within this many
|
||||||
# seconds of the preceding one, it should be logged
|
# seconds of the preceding one, it should be logged
|
||||||
# and dealt with according to the Disposition and
|
# and dealt with according to the Disposition and
|
||||||
# Log Level parameters below. Default is 2 seconds.
|
# Log Level parameters below. Default is 2 seconds.
|
||||||
# Blacklist time - Number of seconds to blacklist
|
# Blacklist time - Number of seconds to blacklist
|
||||||
# Default is 300 (5 minutes)
|
# Default is 300 (5 minutes)
|
||||||
# Disposition - Disposition of blacklisted packets
|
# Disposition - Disposition of blacklisted packets
|
||||||
# Default is DROP
|
# Default is DROP
|
||||||
# Log Level - Level to Log Rejects
|
# Log Level - Level to Log Rejects
|
||||||
# Default is info (6)
|
# Default is info (6)
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
@@ -37,7 +39,7 @@ validate_level( $level );
|
|||||||
1;
|
1;
|
||||||
?end perl
|
?end perl
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO DPORT SPORT
|
#ACTION SOURCE DEST PROTO DPORT SPORT
|
||||||
#
|
#
|
||||||
# Silently reject the client if blacklisted
|
# Silently reject the client if blacklisted
|
||||||
#
|
#
|
||||||
|
@@ -1,13 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Auto Blacklisting Logger Action
|
# Shorewall -- /usr/share/shorewall/action.AutoBLL
|
||||||
|
#
|
||||||
|
# Auto Blacklisting Logger Action
|
||||||
#
|
#
|
||||||
# Arguments are
|
# Arguments are
|
||||||
#
|
#
|
||||||
# Event: Name of the blacklisted event
|
# Event - Name of the blacklisted event
|
||||||
# Disposition: What to do with packets
|
# Disposition - What to do with packets
|
||||||
# Level: Log level and optional tag for logging.
|
# Level - Log level and optional tag for logging
|
||||||
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO DPORT SPORT
|
#ACTION SOURCE DEST PROTO DPORT SPORT
|
||||||
#
|
#
|
||||||
# Log the Reject
|
# Log the Reject
|
||||||
#
|
#
|
||||||
|
@@ -1,32 +1,30 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4 - Broadcast Action
|
# Shorewall -- /usr/share/shorewall/action.Broadcast
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.Broadcast
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# (c) 2011 - Tom Eastep (teastep@shorewall.net)
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is distributed in the hope that it will be useful,
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# as published by the Free Software Foundation.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU General Public License
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# along with this program; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# Broadcast[([<action>|-[,{audit|-}])]
|
||||||
# along with this program; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
#
|
#
|
||||||
# Broadcast[([<action>|-[,{audit|-}])]
|
# Default action is DROP
|
||||||
#
|
#
|
||||||
# Default action is DROP
|
###############################################################################
|
||||||
#
|
|
||||||
##########################################################################################
|
|
||||||
|
|
||||||
DEFAULTS DROP,-
|
DEFAULTS DROP,-
|
||||||
|
|
||||||
|
@@ -1,32 +1,33 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 5 - DNS Amplification Action
|
# Shorewall -- /usr/share/shorewall/action.DNSAmp
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.DNSAmp
|
# DNS Amplification Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011,2012 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# DNSAmp[([<action>])]
|
# DNSAmp[([<action>])]
|
||||||
#
|
#
|
||||||
# Default action is DROP
|
# Default action is DROP
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DPORT
|
||||||
|
|
||||||
DEFAULTS DROP
|
DEFAULTS DROP
|
||||||
|
|
||||||
|
@@ -1,29 +1,29 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Drop Action
|
# Shorewall -- /usr/share/shorewall/action.Drop
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.Drop
|
# The default DROP common rules
|
||||||
#
|
#
|
||||||
# The default DROP common rules
|
# This action is invoked before a DROP policy is enforced. The purpose
|
||||||
|
# of the action is:
|
||||||
#
|
#
|
||||||
# This action is invoked before a DROP 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 six 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 special
|
||||||
# actions.
|
# with them.
|
||||||
# 2 - Action to take with Auth requests. Default is to do nothing special
|
# 3 - Action to take with SMB requests. Default is DROP or A_DROP,
|
||||||
# with them.
|
# depending on the setting of the first parameter.
|
||||||
# 3 - Action to take with SMB requests. Default is DROP or A_DROP,
|
# 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
|
# 6 - Action to take with UPnP packets. Default is DROP or A_DROP
|
||||||
# is DROP or A_DROP depending on the first parameter.
|
# 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!!!!!!!!!
|
||||||
#
|
#
|
||||||
@@ -31,15 +31,15 @@
|
|||||||
|
|
||||||
?if passed(@1)
|
?if passed(@1)
|
||||||
?if @1 eq 'audit'
|
?if @1 eq 'audit'
|
||||||
DEFAULTS -,-,A_DROP,A_ACCEPT,A_DROP
|
DEFAULTS -,-,A_DROP,A_ACCEPT,A_DROP,A_DROP
|
||||||
?else
|
?else
|
||||||
?error The first parameter to Drop must be 'audit' or '-'
|
?error The first parameter to Drop must be 'audit' or '-'
|
||||||
?endif
|
?endif
|
||||||
?else
|
?else
|
||||||
DEFAULTS -,-,DROP,ACCEPT,DROP
|
DEFAULTS -,-,DROP,ACCEPT,DROP,DROP
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
#TARGET SOURCE DEST PROTO DPORT SPORT
|
#ACTION SOURCE DEST PROTO DPORT SPORT
|
||||||
#
|
#
|
||||||
# Count packets that come through here
|
# Count packets that come through here
|
||||||
#
|
#
|
||||||
@@ -51,14 +51,17 @@ COUNT
|
|||||||
Auth(@2)
|
Auth(@2)
|
||||||
?endif
|
?endif
|
||||||
#
|
#
|
||||||
|
# ACCEPT critical ICMP types
|
||||||
|
#
|
||||||
|
# For IPv6 connectivity ipv6-icmp broadcasting is required so
|
||||||
|
# AllowICMPs must be before silent broadcast Drop.
|
||||||
|
#
|
||||||
|
AllowICMPs(@4) - - icmp
|
||||||
|
#
|
||||||
# Don't log broadcasts
|
# Don't log broadcasts
|
||||||
#
|
#
|
||||||
Broadcast(DROP,@1)
|
Broadcast(DROP,@1)
|
||||||
#
|
#
|
||||||
# ACCEPT critical ICMP types
|
|
||||||
#
|
|
||||||
AllowICMPs(@4) - - icmp
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||||
# and just confuse people when they appear in the log.
|
# and just confuse people when they appear in the log.
|
||||||
#
|
#
|
||||||
@@ -67,7 +70,7 @@ Invalid(DROP,@1)
|
|||||||
# Drop Microsoft noise so that it doesn't clutter up the log.
|
# Drop Microsoft noise so that it doesn't clutter up the log.
|
||||||
#
|
#
|
||||||
SMB(@3)
|
SMB(@3)
|
||||||
DropUPnP(@5)
|
DropUPnP(@6)
|
||||||
#
|
#
|
||||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
||||||
#
|
#
|
||||||
|
@@ -1,14 +1,14 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Drop Smurfs Action
|
# Shorewall -- /usr/share/shorewall/action.DropSmurfs
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.DropSmurfs
|
# Drop Smurfs Action
|
||||||
#
|
#
|
||||||
# Accepts a single optional parameter:
|
# Accepts a single optional parameter:
|
||||||
#
|
#
|
||||||
# - = Do not Audit
|
# - = Do not Audit
|
||||||
# audit = Audit dropped packets.
|
# audit = Audit dropped packets.
|
||||||
#
|
#
|
||||||
#################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS -
|
DEFAULTS -
|
||||||
|
|
||||||
@@ -79,8 +79,3 @@ if ( $family == F_IPV4 ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
?end perl;
|
?end perl;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,32 +1,32 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 5 - Established Action
|
# Shorewall -- /usr/share/shorewall/action.Established
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.Established
|
# Established Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011,2012 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# Established[([<action>])]
|
# Established[([<action>])]
|
||||||
#
|
#
|
||||||
# Default action is ACCEPT
|
# Default action is ACCEPT
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS ACCEPT
|
DEFAULTS ACCEPT
|
||||||
|
|
||||||
|
@@ -1,13 +1,14 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - GlusterFS Handler for GlusterFS 3.4 and Later
|
# Shorewall -- /usr/share/shorewall/action.GlusterFS
|
||||||
#
|
#
|
||||||
# /etc/shorewall/action.GlusterFS
|
# GlusterFS Handler for GlusterFS 3.4 and Later
|
||||||
#
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
# Bricks: Number of bricks
|
|
||||||
# IB: 0 or 1, indicating whether Infiniband is used or not
|
|
||||||
#
|
#
|
||||||
#########################################################################################
|
# Bricks - Number of bricks
|
||||||
|
# IB - 0 or 1, indicating whether Infiniband is used or not
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS 2,0
|
DEFAULTS 2,0
|
||||||
|
|
||||||
@@ -17,8 +18,8 @@ DEFAULTS 2,0
|
|||||||
?error Invalid value for IB (@2)
|
?error Invalid value for IB (@2)
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
#ACTION SOURCE DEST PROTO DPORT
|
||||||
# PORT PORT(S) DEST LIMIT GROUP
|
|
||||||
ACCEPT - - udp 111,2049
|
ACCEPT - - udp 111,2049
|
||||||
ACCEPT - - tcp 38465:38467
|
ACCEPT - - tcp 38465:38467
|
||||||
|
|
||||||
@@ -31,4 +32,3 @@ ACCEPT - - tcp 24007
|
|||||||
?set last_port 49150 + @{1}
|
?set last_port 49150 + @{1}
|
||||||
|
|
||||||
ACCEPT - - tcp 49151:$last_port
|
ACCEPT - - tcp 49151:$last_port
|
||||||
|
|
||||||
|
@@ -1,34 +1,38 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Perform an Action based on a Event
|
# Shorewall -- /usr/share/shorewall/action.IfEvent
|
||||||
#
|
#
|
||||||
# /etc/shorewall/action.IfEvent
|
# Perform an Action based on a Event
|
||||||
#
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
# Event: Must start with a letter and be composed of letters, digits, '-', and '_'.
|
|
||||||
# Action: Anything that can appear in the ACTION column of a rule.
|
|
||||||
# Duration: Duration in seconds over which the event is to be tested.
|
|
||||||
# Hit Count: Number of packets seen within the duration -- default is 1
|
|
||||||
# Src or Dest: 'src' (default) or 'dst'. Determines if the event is associated with the source
|
|
||||||
# address (src) or destination address (dst)
|
|
||||||
# Command: 'check' (default) 'reset', or 'update'. If 'reset', the event will be reset before
|
|
||||||
# the Action is taken. If 'update', the timestamp associated with the event will
|
|
||||||
# be updated and the action taken if the time limit/hitcount are matched.
|
|
||||||
# If '-', the action will be taken if the limit/hitcount are matched but the
|
|
||||||
# event's timestamp will not be updated.
|
|
||||||
#
|
#
|
||||||
# If a duration is specified, then 'checkreap' and 'updatereap' may also
|
# Event - Must start with a letter and be composed of letters, digits,
|
||||||
# be used. These are like 'check' and 'update' respectively, but they also
|
# '-', and '_'.
|
||||||
# remove any event entries for the IP address that are older than <duration>
|
# Action - Anything that can appear in the ACTION column of a rule.
|
||||||
# seconds.
|
# Duration - Duration in seconds over which the event is to be tested.
|
||||||
# Disposition: Disposition for any event generated.
|
# Hit Count - Number of packets seen within the duration -- default is 1
|
||||||
|
# Src or Dest - 'src' (default) or 'dst'. Determines if the event is
|
||||||
|
# associated with the source address (src) or destination
|
||||||
|
# address (dst)
|
||||||
|
# Command - 'check' (default) 'reset', or 'update'. If 'reset',
|
||||||
|
# the event will be reset before the Action is taken.
|
||||||
|
# If 'update', the timestamp associated with the event will
|
||||||
|
# be updated and the action taken if the time limit/hitcount
|
||||||
|
# are matched.
|
||||||
|
# If '-', the action will be taken if the limit/hitcount are
|
||||||
|
# matched but the event's timestamp will not be updated.
|
||||||
|
#
|
||||||
|
# If a duration is specified, then 'checkreap' and 'updatereap'
|
||||||
|
# may also be used. These are like 'check' and 'update'
|
||||||
|
# respectively, but they also remove any event entries for
|
||||||
|
# the IP address that are older than <duration> seconds.
|
||||||
|
# Disposition - Disposition for any event generated.
|
||||||
#
|
#
|
||||||
# For additional information, see http://www.shorewall.net/Events.html
|
# For additional information, see http://www.shorewall.net/Events.html
|
||||||
#
|
#
|
||||||
#######################################################################################################
|
###############################################################################
|
||||||
# DO NOT REMOVE THE FOLLOWING LINE
|
# DO NOT REMOVE THE FOLLOWING LINE
|
||||||
#################################################################################################################################################################################################
|
###############################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
#ACTION SOURCE DEST PROTO DPORT SPORT
|
||||||
# PORT PORT(S) DEST LIMIT GROUP
|
|
||||||
|
|
||||||
DEFAULTS -,ACCEPT,-,1,src,check,-
|
DEFAULTS -,ACCEPT,-,1,src,check,-
|
||||||
|
|
||||||
|
@@ -1,35 +1,35 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4 - Invalid Action
|
# Shorewall -- /usr/share/shorewall/action.Invalid
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.Invalid
|
# Invalid Action
|
||||||
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# (c) 2011,2012 - Tom Eastep (teastep@shorewall.net)
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is distributed in the hope that it will be useful,
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# as published by the Free Software Foundation.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU General Public License
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# along with this program; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# Invalid[([<action>])]
|
||||||
# along with this program; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
#
|
#
|
||||||
# Invalid[([<action>])]
|
# Default action is DROP
|
||||||
#
|
#
|
||||||
# Default action is DROP
|
###############################################################################
|
||||||
#
|
|
||||||
##########################################################################################
|
|
||||||
|
|
||||||
DEFAULTS DROP,-
|
DEFAULTS DROP,-
|
||||||
|
|
||||||
#
|
#
|
||||||
# All logic for this action is triggered by the 'audit' and 'state' options in actions.std
|
# All logic for this action is triggered by the 'audit' and 'state' options
|
||||||
|
# in actions.std
|
||||||
#
|
#
|
||||||
|
@@ -1,32 +1,32 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4 - New Action
|
# Shorewall -- /usr/share/shorewall/action.New
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.New
|
# New Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011,2012 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# New[([<action>])]
|
# New[([<action>])]
|
||||||
#
|
#
|
||||||
# Default action is ACCEPT
|
# Default action is ACCEPT
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS ACCEPT
|
DEFAULTS ACCEPT
|
||||||
|
|
||||||
|
@@ -1,32 +1,32 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4 - NotSyn Action
|
# Shorewall -- /usr/share/shorewall/action.NotSyn
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.NotSyn
|
# NotSyn Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# NotSyn[([<action>])]
|
# NotSyn[([<action>])]
|
||||||
#
|
#
|
||||||
# Default action is DROP
|
# Default action is DROP
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS DROP,-
|
DEFAULTS DROP,-
|
||||||
|
|
||||||
|
@@ -1,32 +1,32 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4 - RST Action
|
# Shorewall -- /usr/share/shorewall/action.RST
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.RST
|
# RST Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2012 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2012-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# RST[([<action>])]
|
# RST[([<action>])]
|
||||||
#
|
#
|
||||||
# Default action is DROP
|
# Default action is DROP
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS DROP,-
|
DEFAULTS DROP,-
|
||||||
|
|
||||||
|
@@ -1,44 +1,44 @@
|
|||||||
#
|
#
|
||||||
# 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 six 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
|
# 6 - Action to take with UPnP packets. Default is DROP or A_DROP
|
||||||
# is DROP or A_DROP depending on the first parameter.
|
# 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!!!!!!!!!
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
?if passed(@1)
|
?if passed(@1)
|
||||||
?if @1 eq 'audit'
|
?if @1 eq 'audit'
|
||||||
DEFAULTS -,-,A_REJECT,A_ACCEPT,A_DROP
|
DEFAULTS -,-,A_REJECT,A_ACCEPT,A_DROP,A_DROP
|
||||||
?else
|
?else
|
||||||
?error The first parameter to Reject must be 'audit' or '-'
|
?error The first parameter to Reject must be 'audit' or '-'
|
||||||
?endif
|
?endif
|
||||||
?else
|
?else
|
||||||
DEFAULTS -,-,REJECT,ACCEPT,DROP
|
DEFAULTS -,-,REJECT,ACCEPT,DROP,DROP
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
#TARGET SOURCE DEST PROTO
|
#ACTION SOURCE DEST PROTO
|
||||||
#
|
#
|
||||||
# Count packets that come through here
|
# Count packets that come through here
|
||||||
#
|
#
|
||||||
@@ -50,15 +50,18 @@ COUNT
|
|||||||
Auth(@2)
|
Auth(@2)
|
||||||
?endif
|
?endif
|
||||||
#
|
#
|
||||||
|
# ACCEPT critical ICMP types
|
||||||
|
#
|
||||||
|
# For IPv6 connectivity ipv6-icmp broadcasting is required so
|
||||||
|
# AllowICMPs must be before silent broadcast Drop.
|
||||||
|
#
|
||||||
|
AllowICMPs(@4) - - icmp
|
||||||
|
#
|
||||||
# Drop Broadcasts so they don't clutter up the log
|
# Drop Broadcasts so they don't clutter up the log
|
||||||
# (broadcasts must *not* be rejected).
|
# (broadcasts must *not* be rejected).
|
||||||
#
|
#
|
||||||
Broadcast(DROP,@1)
|
Broadcast(DROP,@1)
|
||||||
#
|
#
|
||||||
# ACCEPT critical ICMP types
|
|
||||||
#
|
|
||||||
AllowICMPs(@4) - - icmp
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||||
# and just confuse people when they appear in the log (these ICMPs cannot be
|
# and just confuse people when they appear in the log (these ICMPs cannot be
|
||||||
# rejected).
|
# rejected).
|
||||||
@@ -68,7 +71,7 @@ Invalid(DROP,@1)
|
|||||||
# Reject Microsoft noise so that it doesn't clutter up the log.
|
# Reject Microsoft noise so that it doesn't clutter up the log.
|
||||||
#
|
#
|
||||||
SMB(@3)
|
SMB(@3)
|
||||||
DropUPnP(@5)
|
DropUPnP(@6)
|
||||||
#
|
#
|
||||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
||||||
#
|
#
|
||||||
|
@@ -1,32 +1,32 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4 - Related Action
|
# Shorewall -- /usr/share/shorewall/action.Related
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.Related
|
# Related Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011,2012 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# Related[([<action>])]
|
# Related[([<action>])]
|
||||||
#
|
#
|
||||||
# Default action is DROP
|
# Default action is DROP
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS DROP
|
DEFAULTS DROP
|
||||||
|
|
||||||
|
@@ -1,22 +1,24 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Reset an Event
|
# Shorewall -- /etc/shorewall/action.ResetEvent
|
||||||
#
|
#
|
||||||
# /etc/shorewall/action.ResetEvent
|
# Reset an Event
|
||||||
#
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
# Event: Must start with a letter and be composed of letters, digits, '-', and '_'.
|
#
|
||||||
# Action: Action to perform after setting the event. Default is ACCEPT
|
# Event - Must start with a letter and be composed of letters, digits,
|
||||||
# Src or Dest: 'src' (default) or 'dst'. Determines if the event is associated with the source
|
# '-', and '_'.
|
||||||
# address (src) or destination address (dst)
|
# Action - Action to perform after setting the event. Default is ACCEPT
|
||||||
# Disposition: Disposition for any rule generated.
|
# Src or Dest - 'src' (default) or 'dst'. Determines if the event is
|
||||||
|
# associated with the source address (src) or destination
|
||||||
|
# address (dst)
|
||||||
|
# Disposition - Disposition for any rule generated.
|
||||||
#
|
#
|
||||||
# For additional information, see http://www.shorewall.net/Events.html
|
# For additional information, see http://www.shorewall.net/Events.html
|
||||||
#
|
#
|
||||||
#######################################################################################################
|
###############################################################################
|
||||||
# DO NOT REMOVE THE FOLLOWING LINE
|
# DO NOT REMOVE THE FOLLOWING LINE
|
||||||
#################################################################################################################################################################################################
|
##############################################################################################################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
||||||
# PORT PORT(S) DEST LIMIT GROUP
|
|
||||||
|
|
||||||
DEFAULTS -,ACCEPT,src,-
|
DEFAULTS -,ACCEPT,src,-
|
||||||
|
|
||||||
|
@@ -1,14 +1,17 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Set an Event
|
# Shorewall -- /usr/share/shorewall/action.SetEvent
|
||||||
#
|
#
|
||||||
# /etc/shorewall/action.SetEvent
|
# Set an Event
|
||||||
#
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
# Event: Must start with a letter and be composed of letters, digits, '-', and '_'.
|
#
|
||||||
# Action: Action to perform after setting the event. Default is ACCEPT
|
# Event - Must start with a letter and be composed of letters, digits,
|
||||||
# Src or Dest: 'src' (default) or 'dst'. Determines if the event is associated with the source
|
# '-', and '_'.
|
||||||
# address (src) or destination address (dst)
|
# Action - Action to perform after setting the event. Default is ACCEPT
|
||||||
# Disposition: Disposition for any event generated.
|
# Src or Dest - 'src' (default) or 'dst'. Determines if the event is
|
||||||
|
# associated with the source address (src) or destination
|
||||||
|
# address (dst)
|
||||||
|
# Disposition - Disposition for any event generated.
|
||||||
#
|
#
|
||||||
# For additional information, see http://www.shorewall.net/Events.html
|
# For additional information, see http://www.shorewall.net/Events.html
|
||||||
#
|
#
|
||||||
|
@@ -1,14 +1,14 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Drop TCPFlags Action
|
# Shorewall -- /usr/share/shorewall/action.TCPFlags
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.TCPFlags
|
# Drop TCPFlags Action
|
||||||
#
|
#
|
||||||
# Accepts a single optional parameter:
|
# Accepts a single optional parameter:
|
||||||
#
|
#
|
||||||
# - = Do not Audit
|
# - = Do not Audit
|
||||||
# audit = Audit dropped packets.
|
# audit = Audit dropped packets.
|
||||||
#
|
#
|
||||||
#################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS -
|
DEFAULTS -
|
||||||
|
|
||||||
|
@@ -1,32 +1,33 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4 - Untracked Action
|
# Shorewall --/usr/share/shorewall/action.Untracked
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.Untracked
|
# Untracked Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011,2012 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# Untracked[([<action>])]
|
# Untracked[([<action>])]
|
||||||
#
|
#
|
||||||
# Default action is DROP
|
# Default action is DROP
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS DROP
|
DEFAULTS DROP
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -1,30 +1,28 @@
|
|||||||
\#
|
|
||||||
# Shorewall 4 - allowInvalid Action
|
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.allowInvalid
|
# Shorewall -- /usr/share/shorewall/action.allowInvalid
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# allowInvalid[([audit])]
|
# allowInvalid[([audit])]
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS -
|
DEFAULTS -
|
||||||
|
|
||||||
|
@@ -1,32 +1,30 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 5 - dropInvalid Action
|
# Shorewall -- /usr/share/shorewall/action.dropInvalid
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.dropInvalid
|
# dropInvalid Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# dropInvalid[([audit])]
|
# dropInvalid[([audit])]
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS -
|
|
||||||
|
|
||||||
DEFAULTS -
|
DEFAULTS -
|
||||||
|
|
||||||
|
@@ -1,20 +1,20 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Mangle Action Template
|
# Shorewall -- /etc/shorewall/action.mangletemplate
|
||||||
#
|
#
|
||||||
# /etc/shorewall/action.mangletemplate
|
# Mangle Action Template
|
||||||
#
|
#
|
||||||
# This file is a template for files with names of the form
|
# This file is a template for files with names of the form
|
||||||
# /etc/shorewall/action.<action-name> where <action> is an
|
# /etc/shorewall/action.<action-name> where <action> is an
|
||||||
# ACTION defined with the mangle option in /etc/shorewall/actions.
|
# ACTION defined with the mangle option in /etc/shorewall/actions.
|
||||||
#
|
#
|
||||||
# To define a new action:
|
# To define a new action:
|
||||||
#
|
#
|
||||||
# 1. Add the <action name> to /etc/shorewall/actions with the mangle option
|
# 1. Add the <action name> to /etc/shorewall/actions with the mangle option
|
||||||
# 2. Copy this file to /etc/shorewall/action.<action name>
|
# 2. Copy this file to /etc/shorewall/action.<action name>
|
||||||
# 3. Add the desired rules to that file.
|
# 3. Add the desired rules to that file.
|
||||||
#
|
#
|
||||||
# Please see http://shorewall.net/Actions.html for additional
|
# Please see http://shorewall.net/Actions.html for additional
|
||||||
# information.
|
# information.
|
||||||
#
|
#
|
||||||
# Columns are the same as in /etc/shorewall/mangle.
|
# Columns are the same as in /etc/shorewall/mangle.
|
||||||
#
|
#
|
||||||
|
@@ -1,20 +1,20 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Action Template
|
# Shorewall -- /usr/share/shorewall/action.template
|
||||||
#
|
#
|
||||||
# /etc/shorewall/action.template
|
# Action Template
|
||||||
#
|
#
|
||||||
# This file is a template for files with names of the form
|
# This file is a template for files with names of the form
|
||||||
# /etc/shorewall/action.<action-name> where <action> is an
|
# /etc/shorewall/action.<action-name> where <action> is an
|
||||||
# ACTION defined in /etc/shorewall/actions.
|
# ACTION defined in /etc/shorewall/actions.
|
||||||
#
|
#
|
||||||
# To define a new action:
|
# To define a new action:
|
||||||
#
|
#
|
||||||
# 1. Add the <action name> to /etc/shorewall/actions
|
# 1. Add the <action name> to /etc/shorewall/actions
|
||||||
# 2. Copy this file to /etc/shorewall/action.<action name>
|
# 2. Copy this file to /etc/shorewall/action.<action name>
|
||||||
# 3. Add the desired rules to that file.
|
# 3. Add the desired rules to that file.
|
||||||
#
|
#
|
||||||
# Please see http://shorewall.net/Actions.html for additional
|
# Please see http://shorewall.net/Actions.html for additional
|
||||||
# information.
|
# information.
|
||||||
#
|
#
|
||||||
# Columns are the same as in /etc/shorewall/rules.
|
# Columns are the same as in /etc/shorewall/rules.
|
||||||
#
|
#
|
||||||
|
@@ -11,7 +11,6 @@
|
|||||||
?if 0
|
?if 0
|
||||||
A_ACCEPT # Audits then accepts a connection request
|
A_ACCEPT # Audits then accepts a connection request
|
||||||
A_DROP # Audits then drops a connection request
|
A_DROP # Audits then drops a connection request
|
||||||
A_REJECT # Audits then drops a connection request
|
|
||||||
allowBcast # Silently Allow Broadcast/multicast
|
allowBcast # Silently Allow Broadcast/multicast
|
||||||
dropBcast # Silently Drop Broadcast/multicast
|
dropBcast # Silently Drop Broadcast/multicast
|
||||||
dropNotSyn # Silently Drop Non-syn TCP packets
|
dropNotSyn # Silently Drop Non-syn TCP packets
|
||||||
@@ -23,6 +22,8 @@ Limit # Limit the rate of connections from each indivi
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
#ACTION
|
#ACTION
|
||||||
A_Drop # Audited Default Action for DROP policy
|
A_Drop # Audited Default Action for DROP policy
|
||||||
|
A_REJECT noinline,logjump # Audits then rejects a connection request
|
||||||
|
A_REJECT! inline # Audits then rejects a connection request
|
||||||
A_Reject # Audited Default action for REJECT policy
|
A_Reject # Audited Default action for REJECT policy
|
||||||
allowInvalid inline # Accepts packets in the INVALID conntrack state
|
allowInvalid inline # Accepts packets in the INVALID conntrack state
|
||||||
AutoBL noinline # Auto-blacklist IPs that exceed thesholds
|
AutoBL noinline # Auto-blacklist IPs that exceed thesholds
|
||||||
|
@@ -419,11 +419,13 @@ mkdir -p ${DESTDIR}${CONFDIR}/$PRODUCT
|
|||||||
mkdir -p ${DESTDIR}${LIBEXECDIR}/$PRODUCT
|
mkdir -p ${DESTDIR}${LIBEXECDIR}/$PRODUCT
|
||||||
mkdir -p ${DESTDIR}${PERLLIBDIR}/Shorewall
|
mkdir -p ${DESTDIR}${PERLLIBDIR}/Shorewall
|
||||||
mkdir -p ${DESTDIR}${SHAREDIR}/$PRODUCT/configfiles
|
mkdir -p ${DESTDIR}${SHAREDIR}/$PRODUCT/configfiles
|
||||||
|
mkdir -p ${DESTDIR}${SHAREDIR}/$PRODUCT/deprecated
|
||||||
mkdir -p ${DESTDIR}${VARDIR}
|
mkdir -p ${DESTDIR}${VARDIR}
|
||||||
|
|
||||||
chmod 755 ${DESTDIR}${CONFDIR}/$PRODUCT
|
chmod 755 ${DESTDIR}${CONFDIR}/$PRODUCT
|
||||||
chmod 755 ${DESTDIR}${SHAREDIR}/$PRODUCT
|
chmod 755 ${DESTDIR}${SHAREDIR}/$PRODUCT
|
||||||
chmod 755 ${DESTDIR}${SHAREDIR}/$PRODUCT/configfiles
|
chmod 755 ${DESTDIR}${SHAREDIR}/$PRODUCT/configfiles
|
||||||
|
chmod 755 ${DESTDIR}${SHAREDIR}/$PRODUCT/deprecated
|
||||||
|
|
||||||
if [ -n "$DESTDIR" ]; then
|
if [ -n "$DESTDIR" ]; then
|
||||||
mkdir -p ${DESTDIR}${CONFDIR}/logrotate.d
|
mkdir -p ${DESTDIR}${CONFDIR}/logrotate.d
|
||||||
@@ -512,7 +514,7 @@ echo "Default config path file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/confi
|
|||||||
# Install the Standard Actions file
|
# Install the Standard Actions file
|
||||||
#
|
#
|
||||||
install_file actions.std ${DESTDIR}${SHAREDIR}/$PRODUCT/actions.std 0644
|
install_file actions.std ${DESTDIR}${SHAREDIR}/$PRODUCT/actions.std 0644
|
||||||
echo "Standard actions file installed as ${DESTDIR}${SHAREDIR}d/$PRODUCT/actions.std"
|
echo "Standard actions file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/actions.std"
|
||||||
|
|
||||||
cd configfiles
|
cd configfiles
|
||||||
|
|
||||||
@@ -1060,15 +1062,31 @@ fi
|
|||||||
# Install the Action files
|
# Install the Action files
|
||||||
#
|
#
|
||||||
for f in action.* ; do
|
for f in action.* ; do
|
||||||
install_file $f ${DESTDIR}${SHAREDIR}/$PRODUCT/$f 0644
|
case $f in
|
||||||
echo "Action ${f#*.} file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/$f"
|
*.deprecated)
|
||||||
|
install_file $f ${DESTDIR}${SHAREDIR}/$PRODUCT/deprecated/${f%.*} 0644
|
||||||
|
echo "Action ${f#*.} file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/deprecated/${f%.*}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
install_file $f ${DESTDIR}${SHAREDIR}/$PRODUCT/$f 0644
|
||||||
|
echo "Action ${f#*.} file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/$f"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
cd Macros
|
cd Macros
|
||||||
|
|
||||||
for f in macro.* ; do
|
for f in macro.* ; do
|
||||||
install_file $f ${DESTDIR}${SHAREDIR}/$PRODUCT/$f 0644
|
case $f in
|
||||||
echo "Macro ${f#*.} file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/$f"
|
*.deprecated)
|
||||||
|
install_file $f ${DESTDIR}${SHAREDIR}/$PRODUCT/deprecated/${f%.*} 0644
|
||||||
|
echo "Macro ${f#*.} file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/deprecated/${f%.*}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
install_file $f ${DESTDIR}${SHAREDIR}/$PRODUCT/$f 0644
|
||||||
|
echo "Macro ${f#*.} file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/$f"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
@@ -1159,6 +1177,8 @@ fi
|
|||||||
# Install the Man Pages
|
# Install the Man Pages
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if [ -n "$MANDIR" ]; then
|
||||||
|
|
||||||
cd manpages
|
cd manpages
|
||||||
|
|
||||||
[ -n "$INSTALLD" ] || mkdir -p ${DESTDIR}${MANDIR}/man5/ ${DESTDIR}${MANDIR}/man8/
|
[ -n "$INSTALLD" ] || mkdir -p ${DESTDIR}${MANDIR}/man5/ ${DESTDIR}${MANDIR}/man8/
|
||||||
@@ -1178,6 +1198,7 @@ done
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "Man Pages Installed"
|
echo "Man Pages Installed"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -d ${DESTDIR}${CONFDIR}/logrotate.d ]; then
|
if [ -d ${DESTDIR}${CONFDIR}/logrotate.d ]; then
|
||||||
run_install $OWNERSHIP -m 0644 logrotate ${DESTDIR}${CONFDIR}/logrotate.d/$PRODUCT
|
run_install $OWNERSHIP -m 0644 logrotate ${DESTDIR}${CONFDIR}/logrotate.d/$PRODUCT
|
||||||
|
@@ -333,6 +333,38 @@ get_config() {
|
|||||||
g_pager="| $g_pager"
|
g_pager="| $g_pager"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "$DYNAMIC_BLACKLIST" ]; then
|
||||||
|
case $DYNAMIC_BLACKLIST in
|
||||||
|
[Nn]o)
|
||||||
|
DYNAMIC_BLACKLIST='';
|
||||||
|
;;
|
||||||
|
[Yy]es)
|
||||||
|
;;
|
||||||
|
ipset|ipset::*|ipset-only|ipset-only::*|ipset,src-dst|ipset-only,src-dst::*)
|
||||||
|
g_blacklistipset=SW_DBL$g_family
|
||||||
|
;;
|
||||||
|
ipset:[a-zA-Z]*)
|
||||||
|
g_blacklistipset=${DYNAMIC_BLACKLIST#ipset:}
|
||||||
|
g_blacklistipset=${g_blacklistipset%%:*}
|
||||||
|
;;
|
||||||
|
ipset,src-dst:[a-zA-Z]*)
|
||||||
|
g_blacklistipset=${DYNAMIC_BLACKLIST#ipset,src-dst:}
|
||||||
|
g_blacklistipset=${g_blacklistipset%%:*}
|
||||||
|
;;
|
||||||
|
ipset-only:[a-zA-Z]*)
|
||||||
|
g_blacklistipset=${DYNAMIC_BLACKLIST#ipset-only:}
|
||||||
|
g_blacklistipset=${g_blacklistipset%%:*}
|
||||||
|
;;
|
||||||
|
ipset-only,src-dst:[a-zA-Z]*)
|
||||||
|
g_blacklistipset=${DYNAMIC_BLACKLIST#ipset-only,src-dst:}
|
||||||
|
g_blacklistipset=${g_blacklistipset%%:*}
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
fatal_error "Invalid value ($DYNAMIC_BLACKLIST) for DYNAMIC_BLACKLIST"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
lib=$(find_file lib.cli-user)
|
lib=$(find_file lib.cli-user)
|
||||||
|
|
||||||
[ -f $lib ] && . $lib
|
[ -f $lib ] && . $lib
|
||||||
@@ -403,7 +435,7 @@ compiler() {
|
|||||||
get_config Yes
|
get_config Yes
|
||||||
|
|
||||||
case $COMMAND in
|
case $COMMAND in
|
||||||
*start|try|refresh)
|
*start|try|refresh|reload|restart|safe-*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
STARTUP_LOG=
|
STARTUP_LOG=
|
||||||
@@ -498,7 +530,6 @@ compiler() {
|
|||||||
start_command() {
|
start_command() {
|
||||||
local finished
|
local finished
|
||||||
finished=0
|
finished=0
|
||||||
local object
|
|
||||||
local rc
|
local rc
|
||||||
rc=0
|
rc=0
|
||||||
|
|
||||||
@@ -517,7 +548,7 @@ start_command() {
|
|||||||
[ -n "$nolock" ] || mutex_off
|
[ -n "$nolock" ] || mutex_off
|
||||||
else
|
else
|
||||||
rc=$?
|
rc=$?
|
||||||
logger -p kern.err "ERROR:$g_product start failed"
|
mylogger kern.err "ERROR:$g_product start failed"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -608,7 +639,7 @@ start_command() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "${g_fast}${AUTOMAKE}" ]; then
|
if [ -n "${g_fast}${AUTOMAKE}" ]; then
|
||||||
if ! uptodate ${VARDIR}/$object; then
|
if ! uptodate ${VARDIR}/firewall; then
|
||||||
g_fast=
|
g_fast=
|
||||||
AUTOMAKE=
|
AUTOMAKE=
|
||||||
fi
|
fi
|
||||||
@@ -997,7 +1028,7 @@ restart_command() {
|
|||||||
[ -n "$nolock" ] || mutex_off
|
[ -n "$nolock" ] || mutex_off
|
||||||
else
|
else
|
||||||
rc=$?
|
rc=$?
|
||||||
logger -p kern.err "ERROR:$g_product ${COMMAND} failed"
|
mylogger kern.err "ERROR:$g_product ${COMMAND} failed"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
[ -x ${VARDIR}/firewall ] || fatal_error "No ${VARDIR}/firewall file found"
|
[ -x ${VARDIR}/firewall ] || fatal_error "No ${VARDIR}/firewall file found"
|
||||||
|
@@ -130,6 +130,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>logjump</option></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8. Performs the same function as
|
||||||
|
<option>nolog</option> (below), with the addition that the
|
||||||
|
jump to the actions chain is logged if a log level is
|
||||||
|
specified on the action invocation. For inline actions, this
|
||||||
|
option is identical to <option>nolog</option>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>mangle</option></term>
|
<term><option>mangle</option></term>
|
||||||
|
|
||||||
|
@@ -488,6 +488,15 @@ loc eth2 -</programlisting>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><emphasis role="bold">nodbl</emphasis></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8. When specified, dynamic
|
||||||
|
blacklisting is disabled on the interface.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">nosmurfs</emphasis></term>
|
<term><emphasis role="bold">nosmurfs</emphasis></term>
|
||||||
|
|
||||||
|
@@ -504,7 +504,7 @@ INLINE eth0 - ; -p tcp -j MARK --set
|
|||||||
|
|
||||||
<member>0xc0a80403 LAND 0xFF = 0x03</member>
|
<member>0xc0a80403 LAND 0xFF = 0x03</member>
|
||||||
|
|
||||||
<member>0x03 LOR 0x0x10100 = 0x10103 or class ID
|
<member>0x03 LOR 0x10100 = 0x10103 or class ID
|
||||||
1:103</member>
|
1:103</member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
@@ -672,11 +672,37 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">REJECT</emphasis></term>
|
<term><emphasis
|
||||||
|
role="bold">REJECT[(<replaceable>option</replaceable>)]</emphasis></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>disallow the request and return an icmp-unreachable or
|
<para>disallow the request and return an icmp-unreachable or
|
||||||
an RST packet.</para>
|
an RST packet. If no option is passed, Shorewall selects the
|
||||||
|
appropriate option based on the protocol of the packet.</para>
|
||||||
|
|
||||||
|
<para>Beginning with Shorewall 5.0.8, the type of reject may
|
||||||
|
be specified in the <replaceable>option</replaceable>
|
||||||
|
paramater. Valid <replaceable>option</replaceable> values
|
||||||
|
are:</para>
|
||||||
|
|
||||||
|
<simplelist>
|
||||||
|
<member><option>icmp-net-unreachable</option></member>
|
||||||
|
|
||||||
|
<member><option>icmp-host-unreachable</option></member>
|
||||||
|
|
||||||
|
<member><option>i</option><option>cmp-port-unreachable</option></member>
|
||||||
|
|
||||||
|
<member><option>icmp-proto-unreachable</option></member>
|
||||||
|
|
||||||
|
<member><option>icmp-net-prohibited</option></member>
|
||||||
|
|
||||||
|
<member><option>icmp-host-prohibited</option></member>
|
||||||
|
|
||||||
|
<member><option>icmp-admin-prohibited</option></member>
|
||||||
|
|
||||||
|
<member><option>icmp-tcp-reset</option> (the PROTO column
|
||||||
|
must specify TCP)</member>
|
||||||
|
</simplelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@@ -156,20 +156,23 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">MARK</emphasis> -
|
<term><emphasis role="bold">MARK</emphasis> -
|
||||||
{-|<emphasis>value</emphasis>}</term>
|
{-|<replaceable>value</replaceable>[:<replaceable>priority</replaceable>]}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The mark <emphasis>value</emphasis> which is an integer in the
|
<para>The mark <emphasis>value</emphasis> which is an integer in the
|
||||||
range 1-255. You set mark values in the <ulink
|
range 1-255. You set mark values in the <ulink
|
||||||
url="/manpages/shorewall-mangle.html">shorewall-mangle</ulink>(5)
|
url="/manpages/shorewall-mangle.html">shorewall-mangle</ulink>(5)
|
||||||
file, marking the traffic you want to fit in the classes defined in
|
file, marking the traffic you want to fit in the classes defined in
|
||||||
here. Must be specified as '-' if the <emphasis
|
here. You can use the same marks for different interfaces.</para>
|
||||||
role="bold">classify</emphasis> option is given for the interface in
|
|
||||||
<ulink
|
|
||||||
url="/manpages/shorewall-tcdevices.html">shorewall-tcdevices</ulink>(5)
|
|
||||||
and you are running Shorewall 4.5.5 or earlier.</para>
|
|
||||||
|
|
||||||
<para>You can use the same marks for different interfaces.</para>
|
<para>The <replaceable>priority</replaceable>, if specified, is an
|
||||||
|
integer in the range 1-65535 and determines the relative order in
|
||||||
|
which the tc mark classification filter for this class is to be
|
||||||
|
applied to packets being sent on the
|
||||||
|
<replaceable>interface</replaceable>. Filters are applied in
|
||||||
|
ascending numerical order. If not supplied, the value is derived
|
||||||
|
from the class priority (PRIORITY column value below):
|
||||||
|
(<replaceable>class priority</replaceable> << 8) | 20.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -293,7 +296,7 @@
|
|||||||
<para>This is the default class for that interface where all
|
<para>This is the default class for that interface where all
|
||||||
traffic should go, that is not classified otherwise.</para>
|
traffic should go, that is not classified otherwise.</para>
|
||||||
|
|
||||||
<para></para>
|
<para/>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>You must define <emphasis
|
<para>You must define <emphasis
|
||||||
@@ -320,7 +323,7 @@
|
|||||||
priority determines the order in which filter rules are
|
priority determines the order in which filter rules are
|
||||||
processed during packet classification. If not specified, the
|
processed during packet classification. If not specified, the
|
||||||
value (<replaceable>class priority</replaceable> << 8) |
|
value (<replaceable>class priority</replaceable> << 8) |
|
||||||
10) is used.</para>
|
15) is used.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -339,7 +342,7 @@
|
|||||||
(":") and a <replaceable>priority</replaceable>. This priority
|
(":") and a <replaceable>priority</replaceable>. This priority
|
||||||
determines the order in which filter rules are processed
|
determines the order in which filter rules are processed
|
||||||
during packet classification. If not specified, the value
|
during packet classification. If not specified, the value
|
||||||
(<replaceable>class priority</replaceable> << 8) | 10)
|
(<replaceable>class priority</replaceable> << 8) | 15)
|
||||||
is used.</para>
|
is used.</para>
|
||||||
|
|
||||||
<programlisting> <emphasis role="bold">tos-minimize-delay</emphasis> 0x10/0x10
|
<programlisting> <emphasis role="bold">tos-minimize-delay</emphasis> 0x10/0x10
|
||||||
@@ -372,7 +375,7 @@
|
|||||||
(":") and a <replaceable>priority</replaceable>. This priority
|
(":") and a <replaceable>priority</replaceable>. This priority
|
||||||
determines the order in which filter rules are processed
|
determines the order in which filter rules are processed
|
||||||
during packet classification. If not specified, the value
|
during packet classification. If not specified, the value
|
||||||
(<replaceable>class priority</replaceable> << 8) | 20)
|
(<replaceable>class priority</replaceable> << 8) | 10)
|
||||||
is used.</para>
|
is used.</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
|
@@ -761,15 +761,38 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">DYNAMIC_BLACKLIST=</emphasis>{<emphasis
|
<term><emphasis role="bold">DYNAMIC_BLACKLIST=</emphasis>{<emphasis
|
||||||
role="bold">Yes</emphasis>|<emphasis role="bold">No</emphasis>}</term>
|
role="bold">Yes</emphasis>|<emphasis
|
||||||
|
role="bold">No</emphasis>||<emphasis
|
||||||
|
role="bold">ipset</emphasis>[<emphasis
|
||||||
|
role="bold">-only</emphasis>][,<emphasis
|
||||||
|
role="bold">src-dst</emphasis>][:[<replaceable>setname</replaceable>][:<replaceable>log_level</replaceable>|:l<replaceable>og_tag</replaceable>]]]}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Added in Shorewall 4.4.7. When set to <emphasis
|
<para>Added in Shorewall 4.4.7. When set to <emphasis
|
||||||
role="bold">No</emphasis> or <emphasis role="bold">no</emphasis>,
|
role="bold">No</emphasis> or <emphasis role="bold">no</emphasis>,
|
||||||
dynamic blacklisting using the <command>shorewall drop</command>,
|
chain-based dynamic blacklisting using the <command>shorewall6
|
||||||
<command>shorewall reject</command>, <command>shorewall
|
drop</command>, <command>shorewall6 reject</command>,
|
||||||
logdrop</command> and <command>shorewall logreject</command> is
|
<command>shorewall6 logdrop</command> and <command>shorewall6
|
||||||
disabled. Default is <emphasis role="bold">Yes</emphasis>.</para>
|
logreject</command> is disabled. Default is <emphasis
|
||||||
|
role="bold">Yes</emphasis>. Beginning with Shorewall 5.0.8,
|
||||||
|
ipset-based dynamic blacklisting is also supported. The name of the
|
||||||
|
set (<replaceable>setname</replaceable>) and the level
|
||||||
|
(<replaceable>log_level</replaceable>), if any, at which blacklisted
|
||||||
|
traffic is to be logged may also be specified. The default set name
|
||||||
|
is SW_DBL4 and the default log level is <option>none</option> (no
|
||||||
|
logging). if <option>ipset-only</option> is given, then chain-based
|
||||||
|
dynamic blacklisting is disabled just as if DYNAMIC_BLACKLISTING=No
|
||||||
|
had been specified. Normally, only packets whose source address
|
||||||
|
matches an entry in the ipsec are dropped. If
|
||||||
|
<option>src-dst</option> is included, then packets whose destination
|
||||||
|
address matches an entry in the ipset are also dropped.</para>
|
||||||
|
|
||||||
|
<para>When ipset-based dynamic blacklisting is enabled, the contents
|
||||||
|
of the blacklist will be preserved over
|
||||||
|
<command>stop</command>/<command>reboot</command>/<command>start</command>
|
||||||
|
sequences if SAVE_IPSETS=Yes, SAVE_IPSETS=ipv4 or if
|
||||||
|
<replaceable>setname</replaceable> is included in the list of sets
|
||||||
|
to be saved in SAVE_IPSETS.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -824,7 +847,8 @@ net all DROP info</programlisting>then the chain name is 'net-all'
|
|||||||
packets until these packets reach the chain in which the original
|
packets until these packets reach the chain in which the original
|
||||||
connection was accepted. So for packets going from the 'loc' zone to
|
connection was accepted. So for packets going from the 'loc' zone to
|
||||||
the 'net' zone, ESTABLISHED/RELATED packets are ACCEPTED in the
|
the 'net' zone, ESTABLISHED/RELATED packets are ACCEPTED in the
|
||||||
'loc2net' chain.</para>
|
'loc-net' or 'loc2net' chain, depending on the setting of ZONE2ZONE
|
||||||
|
(see below).</para>
|
||||||
|
|
||||||
<para>If you set FASTACCEPT=Yes, then ESTABLISHED/RELATED packets
|
<para>If you set FASTACCEPT=Yes, then ESTABLISHED/RELATED packets
|
||||||
are accepted early in the INPUT, FORWARD and OUTPUT chains. If you
|
are accepted early in the INPUT, FORWARD and OUTPUT chains. If you
|
||||||
@@ -2480,9 +2504,11 @@ INLINE - - - ; -j REJECT
|
|||||||
<para>If specified, determines where Shorewall will log the details
|
<para>If specified, determines where Shorewall will log the details
|
||||||
of each <emphasis role="bold">start</emphasis>, <emphasis
|
of each <emphasis role="bold">start</emphasis>, <emphasis
|
||||||
role="bold">reload</emphasis>, <emphasis
|
role="bold">reload</emphasis>, <emphasis
|
||||||
role="bold">restart</emphasis> and <emphasis
|
role="bold">restart</emphasis>, <emphasis
|
||||||
role="bold">refresh</emphasis> command. Logging verbosity is
|
role="bold">refresh</emphasis>, <emphasis
|
||||||
determined by the setting of LOG_VERBOSITY above.</para>
|
role="bold">try</emphasis>, and <emphasis
|
||||||
|
role="bold">safe-</emphasis>* command. Logging verbosity is
|
||||||
|
determined by the setting of LOG_VERBOSITY above. </para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@@ -49,6 +49,19 @@
|
|||||||
<arg choice="plain"><replaceable>address</replaceable></arg>
|
<arg choice="plain"><replaceable>address</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
|
|
||||||
|
<cmdsynopsis>
|
||||||
|
<command>shorewall</command>
|
||||||
|
|
||||||
|
<arg
|
||||||
|
choice="opt"><option>trace</option>|<option>debug</option><arg><option>nolock</option></arg></arg>
|
||||||
|
|
||||||
|
<arg>-<replaceable>options</replaceable></arg>
|
||||||
|
|
||||||
|
<arg choice="plain"><option>blacklist</option></arg>
|
||||||
|
|
||||||
|
<arg choice="plain"><replaceable>address</replaceable></arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>shorewall</command>
|
<command>shorewall</command>
|
||||||
|
|
||||||
@@ -955,6 +968,25 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><emphasis role="bold">blacklist</emphasis>
|
||||||
|
<replaceable>address</replaceable> [ <replaceable>option</replaceable>
|
||||||
|
... ]</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8 and requires
|
||||||
|
DYNAMIC_BLACKLIST=ipset.. in <ulink
|
||||||
|
url="/manpages/shorewall.conf.html">shorewall.conf</ulink>(5).
|
||||||
|
Causes packets from the given host or network
|
||||||
|
<replaceable>address</replaceable> to be dropped, based on the
|
||||||
|
setting of BLACKLIST in <ulink
|
||||||
|
url="/manpages/shorewall.conf.html">shorewall.conf</ulink>(5). The
|
||||||
|
<replaceable>address</replaceable> along with any
|
||||||
|
<replaceable>option</replaceable>s are passed to the <command>ipset
|
||||||
|
add</command> command.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">call <replaceable>function</replaceable> [
|
<term><emphasis role="bold">call <replaceable>function</replaceable> [
|
||||||
<replaceable>parameter</replaceable> ... ]</emphasis></term>
|
<replaceable>parameter</replaceable> ... ]</emphasis></term>
|
||||||
@@ -2593,6 +2625,34 @@
|
|||||||
started.</para>
|
started.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>ENVIRONMENT</title>
|
||||||
|
|
||||||
|
<para>Two environmental variables are recognized by Shorewall:</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>SHOREWALL_INIT_SCRIPT</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>When set to 1, causes Std out to be redirected to the file
|
||||||
|
specified in the STARTUP_LOG option in <ulink
|
||||||
|
url="shorewall.conf.html">shorewall.conf(5)</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>SW_LOGGERTAG</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8. When set to a non-empty value, that
|
||||||
|
value is passed to the logger utility in its -t (--tag)
|
||||||
|
option.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>FILES</title>
|
<title>FILES</title>
|
||||||
|
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Essential Modules File
|
# Shorewall -- /usr/share/shorewall/modules.essential
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/modules.essential
|
# Essential Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Extensions Modules File
|
# Shorewall -- /usr/share/shorewall/modules.extensions
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/modules.extensions
|
# Extensions Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule ipt_addrtype
|
loadmodule ipt_addrtype
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - IP Set Modules File
|
# Shorewall -- /usr/share/shorewall/modules.ipset
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/modules.ipset
|
# IP Set Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule xt_set
|
loadmodule xt_set
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Traffic Shaping Modules File
|
# Shorewall -- /usr/share/shorewall/modules.tc
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/modules.tc
|
# Traffic Shaping Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule sch_sfq
|
loadmodule sch_sfq
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Xtables Modules File
|
# Shorewall -- /usr/share/shorewall/modules.xtables
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/modules.xtables
|
# Xtables Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule xt_AUDIT
|
loadmodule xt_AUDIT
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
This is the Shorewall6-lite stable 4.4 branch of Git.
|
|
@@ -47,6 +47,19 @@
|
|||||||
<arg choice="plain"><replaceable>address</replaceable></arg>
|
<arg choice="plain"><replaceable>address</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
|
|
||||||
|
<cmdsynopsis>
|
||||||
|
<command>shorewall6-lite</command>
|
||||||
|
|
||||||
|
<arg
|
||||||
|
choice="opt"><option>trace</option>|<option>debug</option><arg><option>nolock</option></arg></arg>
|
||||||
|
|
||||||
|
<arg>-<replaceable>options</replaceable></arg>
|
||||||
|
|
||||||
|
<arg choice="plain"><option>blacklist</option></arg>
|
||||||
|
|
||||||
|
<arg choice="plain"><replaceable>address</replaceable></arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>shorewall6-lite</command>
|
<command>shorewall6-lite</command>
|
||||||
|
|
||||||
@@ -670,6 +683,25 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><emphasis role="bold">blacklist</emphasis>
|
||||||
|
<replaceable>address</replaceable> [ <replaceable>option</replaceable>
|
||||||
|
... ]</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8 and requires
|
||||||
|
DYNAMIC_BLACKLIST=ipset.. in <ulink
|
||||||
|
url="/manpages6/shorewall6.conf.html">shorewall6.conf</ulink>(5).
|
||||||
|
Causes packets from the given host or network
|
||||||
|
<replaceable>address</replaceable> to be dropped, based on the
|
||||||
|
setting of BLACKLIST in <ulink
|
||||||
|
url="/manpages6/shorewall6.conf.html">shorewall6.conf</ulink>(5).
|
||||||
|
The <replaceable>address</replaceable> along with any
|
||||||
|
<replaceable>option</replaceable>s are passed to the <command>ipset
|
||||||
|
add</command> command.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">call <replaceable>function</replaceable> [
|
<term><emphasis role="bold">call <replaceable>function</replaceable> [
|
||||||
<replaceable>parameter</replaceable> ... ]</emphasis></term>
|
<replaceable>parameter</replaceable> ... ]</emphasis></term>
|
||||||
@@ -1515,6 +1547,35 @@
|
|||||||
started.</para>
|
started.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>ENVIRONMENT</title>
|
||||||
|
|
||||||
|
<para>Two environmental variables are recognized by
|
||||||
|
Shorewall6-lite:</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>SHOREWALL_INIT_SCRIPT</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>When set to 1, causes Std out to be redirected to the file
|
||||||
|
specified in the STARTUP_LOG option in <ulink
|
||||||
|
url="shorewall6.conf.html">shorewall6.conf(5)</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>SW_LOGGERTAG</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8. When set to a non-empty value, that
|
||||||
|
value is passed to the logger utility in its -t (--tag)
|
||||||
|
option.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>See ALSO</title>
|
<title>See ALSO</title>
|
||||||
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
This is the Shorewall6 stable 4.4 branch of Git.
|
|
@@ -1,13 +1,11 @@
|
|||||||
#
|
#
|
||||||
# Shorewall6 version 5 - Audited AllowICMPs Action
|
# Shorewall6 -- /usr/share/shorewall6/action.A_AllowICMPs
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall6/action.A_AllowICMPs
|
# This action A_ACCEPTs needed ICMP types
|
||||||
#
|
|
||||||
# This action A_ACCEPTs needed ICMP types
|
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO DEST
|
#ACTION SOURCE DEST PROTO DPORT
|
||||||
# PORT(S)
|
|
||||||
?comment Needed ICMP types (RFC4890)
|
?comment Needed ICMP types (RFC4890)
|
||||||
|
|
||||||
A_ACCEPT - - ipv6-icmp destination-unreachable
|
A_ACCEPT - - ipv6-icmp destination-unreachable
|
||||||
|
@@ -1,52 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall6 version 5 - Audited Drop Action
|
|
||||||
#
|
|
||||||
# /usr/share/shorewall6/action.ADrop
|
|
||||||
#
|
|
||||||
# The Audited default DROP common rules
|
|
||||||
#
|
|
||||||
# This action is invoked before a DROP policy is enforced. The purpose
|
|
||||||
# of the action is:
|
|
||||||
#
|
|
||||||
# a) Avoid logging lots of useless cruft.
|
|
||||||
# b) Ensure that 'auth' requests are rejected, even if the policy is
|
|
||||||
# DROP. Otherwise, you may experience problems establishing
|
|
||||||
# connections with servers that use auth.
|
|
||||||
# c) 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!!!!!!!!!
|
|
||||||
#
|
|
||||||
###############################################################################
|
|
||||||
#TARGET SOURCE DEST PROTO DPORT SPORT
|
|
||||||
#
|
|
||||||
# Reject 'auth'
|
|
||||||
#
|
|
||||||
Auth(A_REJECT)
|
|
||||||
#
|
|
||||||
# ACCEPT critical ICMP types
|
|
||||||
#
|
|
||||||
A_AllowICMPs - - ipv6-icmp
|
|
||||||
#
|
|
||||||
# Drop Broadcasts so they don't clutter up the log
|
|
||||||
# (broadcasts must *not* be rejected).
|
|
||||||
#
|
|
||||||
dropBcast(audit)
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
|
||||||
# and just confuse people when they appear in the log.
|
|
||||||
#
|
|
||||||
dropInvalid(audit)
|
|
||||||
#
|
|
||||||
# Drop Microsoft noise so that it doesn't clutter up the log.
|
|
||||||
#
|
|
||||||
SMB(A_DROP)
|
|
||||||
#
|
|
||||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
|
||||||
#
|
|
||||||
dropNotSyn(audit) - - tcp
|
|
||||||
#
|
|
||||||
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
|
||||||
# the log.
|
|
||||||
#
|
|
||||||
A_DropDNSrep
|
|
@@ -1,50 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall6 version 5 - Audited Reject Action
|
|
||||||
#
|
|
||||||
# /usr/share/shorewall6/action.A_Reject
|
|
||||||
#
|
|
||||||
# The audited default REJECT action common rules
|
|
||||||
#
|
|
||||||
# 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!!!!!!!!!
|
|
||||||
###############################################################################
|
|
||||||
#TARGET SOURCE DEST PROTO
|
|
||||||
#
|
|
||||||
# Don't log 'auth' -- REJECT
|
|
||||||
#
|
|
||||||
Auth(A_REJECT)
|
|
||||||
#
|
|
||||||
# Drop Multicasts so they don't clutter up the log
|
|
||||||
# (broadcasts must *not* be rejected).
|
|
||||||
#
|
|
||||||
A_AllowICMPs - - ipv6-icmp
|
|
||||||
#
|
|
||||||
# Drop Broadcasts so they don't clutter up the log
|
|
||||||
# (broadcasts must *not* be rejected).
|
|
||||||
#
|
|
||||||
dropBcast(audit)
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
|
||||||
# and just confuse people when they appear in the log (these ICMPs cannot be
|
|
||||||
# rejected).
|
|
||||||
#
|
|
||||||
dropInvalid(audit)
|
|
||||||
#
|
|
||||||
# Reject Microsoft noise so that it doesn't clutter up the log.
|
|
||||||
#
|
|
||||||
SMB(A_REJECT)
|
|
||||||
#
|
|
||||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
|
||||||
#
|
|
||||||
dropNotSyn(audit) - - tcp
|
|
||||||
#
|
|
||||||
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
|
||||||
# the log.
|
|
||||||
#
|
|
||||||
A_DropDNSrep
|
|
@@ -1,13 +1,10 @@
|
|||||||
#
|
#
|
||||||
# Shorewall6 version 5 - AllowICMPs Action
|
# Shorewall6 -- /usr/share/shorewall6/action.AllowICMPs
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall6/action.AllowICMPs
|
# This action ACCEPTs needed ICMP types
|
||||||
#
|
|
||||||
# This action ACCEPTs needed ICMP types
|
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO DEST
|
#ACTION SOURCE DEST PROTO DPORT
|
||||||
# PORT(S)
|
|
||||||
|
|
||||||
DEFAULTS ACCEPT
|
DEFAULTS ACCEPT
|
||||||
|
|
||||||
|
@@ -1,32 +1,32 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4 - Multicast/Anycast Action
|
# Shorewall6 -- /usr/share/shorewall6/action.Broadcast
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/action.Broadcast
|
# Multicast/Anycast IPv6 Action
|
||||||
#
|
#
|
||||||
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
# This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt]
|
||||||
#
|
#
|
||||||
# (c) 2011 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of Version 2 of the GNU General Public License
|
# it under the terms of Version 2 of the GNU General Public License
|
||||||
# as published by the Free Software Foundation.
|
# as published by the Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# Broadcast[([<action>|-[,{audit|-}])]
|
# Broadcast[([<action>|-[,{audit|-}])]
|
||||||
#
|
#
|
||||||
# Default action is DROP
|
# Default action is DROP
|
||||||
#
|
#
|
||||||
##########################################################################################
|
###############################################################################
|
||||||
|
|
||||||
DEFAULTS DROP,-
|
DEFAULTS DROP,-
|
||||||
|
|
||||||
|
@@ -1,78 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall6 version 5 - Drop Action
|
|
||||||
#
|
|
||||||
# /usr/share/shorewall6/action.Drop
|
|
||||||
#
|
|
||||||
# The default DROP common rules
|
|
||||||
#
|
|
||||||
# This action is invoked before a DROP policy is enforced. The purpose
|
|
||||||
# of the action is:
|
|
||||||
#
|
|
||||||
# a) Avoid logging lots of useless cruft.
|
|
||||||
# b) Ensure that 'auth' requests are rejected, even if the policy is
|
|
||||||
# DROP. Otherwise, you may experience problems establishing
|
|
||||||
# connections with servers that use auth.
|
|
||||||
# c) 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.
|
|
||||||
# 2 - Action to take with Auth requests. Default is REJECT or A_REJECT,
|
|
||||||
# depending on the setting of the first parameter.
|
|
||||||
# 3 - Action to take with SMB requests. Default is DROP or A_DROP,
|
|
||||||
# depending on the setting of the first parameter.
|
|
||||||
# 4 - Action to take with required ICMP packets. Default is ACCEPT or
|
|
||||||
# A_ACCEPT 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 passed($1)
|
|
||||||
?if $1 eq 'audit'
|
|
||||||
DEFAULTS -,A_REJECT,A_DROP,A_ACCEPT,A_DROP
|
|
||||||
?else
|
|
||||||
?error The first parameter to Drop must be 'audit' or '-'
|
|
||||||
?endif
|
|
||||||
?else
|
|
||||||
DEFAULTS -,REJECT,DROP,ACCEPT,DROP
|
|
||||||
?endif
|
|
||||||
|
|
||||||
#TARGET SOURCE DEST PROTO DPORT SPORT
|
|
||||||
#
|
|
||||||
# Reject 'auth'
|
|
||||||
#
|
|
||||||
?if passed($2)
|
|
||||||
Auth($2)
|
|
||||||
?endif
|
|
||||||
#
|
|
||||||
# ACCEPT critical ICMP types
|
|
||||||
#
|
|
||||||
AllowICMPs($4) - - ipv6-icmp
|
|
||||||
#
|
|
||||||
# Drop Broadcasts so they don't clutter up the log
|
|
||||||
# (broadcasts must *not* be rejected).
|
|
||||||
#
|
|
||||||
Broadcast(DROP,$1)
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
|
||||||
# and just confuse people when they appear in the log.
|
|
||||||
#
|
|
||||||
Invalid(DROP,$1)
|
|
||||||
#
|
|
||||||
# Drop Microsoft noise so that it doesn't clutter up the log.
|
|
||||||
#
|
|
||||||
SMB($3)
|
|
||||||
#
|
|
||||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
|
||||||
#
|
|
||||||
NotSyn(DROP,$1) - - tcp
|
|
||||||
#
|
|
||||||
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
|
||||||
# the log.
|
|
||||||
#
|
|
||||||
DropDNSrep($5)
|
|
@@ -1,76 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall6 version 5 - Reject Action
|
|
||||||
#
|
|
||||||
# /usr/share/shorewall6/action.Reject
|
|
||||||
#
|
|
||||||
# The default REJECT action common rules
|
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
#
|
|
||||||
# The action accepts five optional parameters:
|
|
||||||
#
|
|
||||||
# 1 - 'audit' or '-'. Default is '-' which means don't audit in builtin
|
|
||||||
# actions.
|
|
||||||
# 2 - Action to take with Auth requests. Default is REJECT or A_REJECT,
|
|
||||||
# depending on the setting of the first parameter.
|
|
||||||
# 3 - Action to take with SMB requests. Default is REJECT or A_REJECT,
|
|
||||||
# depending on the setting of the first parameter.
|
|
||||||
# 4 - Action to take with required ICMP packets. Default is ACCEPT or
|
|
||||||
# A_ACCEPT 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 passed(@1)
|
|
||||||
?if @1 eq 'audit'
|
|
||||||
DEFAULTS -,A_REJECT,A_REJECT,A_ACCEPT,A_DROP
|
|
||||||
?else
|
|
||||||
?error The first parameter to Reject must be 'audit' or '-'
|
|
||||||
?endif
|
|
||||||
?else
|
|
||||||
DEFAULTS -,REJECT,REJECT,ACCEPT,DROP
|
|
||||||
?endif
|
|
||||||
|
|
||||||
#TARGET SOURCE DEST PROTO
|
|
||||||
#
|
|
||||||
# Don't log 'auth' -- REJECT
|
|
||||||
#
|
|
||||||
?if passed($2)
|
|
||||||
Auth($2)
|
|
||||||
?endif
|
|
||||||
#
|
|
||||||
# Drop Multicasts so they don't clutter up the log
|
|
||||||
# (broadcasts must *not* be rejected).
|
|
||||||
#
|
|
||||||
AllowICMPs($4) - - ipv6-icmp
|
|
||||||
#
|
|
||||||
# Drop Broadcasts so they don't clutter up the log
|
|
||||||
# (broadcasts must *not* be rejected).
|
|
||||||
#
|
|
||||||
Broadcast(DROP,$1)
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
|
||||||
# and just confuse people when they appear in the log (these ICMPs cannot be
|
|
||||||
# rejected).
|
|
||||||
#
|
|
||||||
Invalid(DROP,$1)
|
|
||||||
#
|
|
||||||
# Reject Microsoft noise so that it doesn't clutter up the log.
|
|
||||||
#
|
|
||||||
SMB($3)
|
|
||||||
#
|
|
||||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
|
||||||
#
|
|
||||||
NotSyn(DROP,$1) - - tcp
|
|
||||||
#
|
|
||||||
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
|
||||||
# the log.
|
|
||||||
#
|
|
||||||
DropDNSrep($5)
|
|
@@ -1,20 +1,17 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Mangle Action Template
|
# Shorewall6 -- /usr/share/shorewall6/action.mangletemplate
|
||||||
#
|
#
|
||||||
# /etc/shorewall6/action.mangletemplate
|
# This file is a template for files with names of the form
|
||||||
|
# /etc/shorewall/action.<action-name> where <action> is an
|
||||||
|
# ACTION defined with the mangle option in /etc/shorewall/actions.
|
||||||
#
|
#
|
||||||
# This file is a template for files with names of the form
|
# To define a new action:
|
||||||
# /etc/shorewall/action.<action-name> where <action> is an
|
|
||||||
# ACTION defined with the mangle option in /etc/shorewall/actions.
|
|
||||||
#
|
#
|
||||||
# To define a new action:
|
# 1. Add the <action name> to /etc/shorewall6/actions with the mangle option
|
||||||
|
# 2. Copy this file to /etc/shorewall6/action.<action name>
|
||||||
|
# 3. Add the desired rules to that file.
|
||||||
#
|
#
|
||||||
# 1. Add the <action name> to /etc/shorewall6/actions with the mangle option
|
# Please see http://shorewall.net/Actions.html for additional information.
|
||||||
# 2. Copy this file to /etc/shorewall6/action.<action name>
|
|
||||||
# 3. Add the desired rules to that file.
|
|
||||||
#
|
|
||||||
# Please see http://shorewall.net/Actions.html for additional
|
|
||||||
# information.
|
|
||||||
#
|
#
|
||||||
# Columns are the same as in /etc/shorewall6/mangle.
|
# Columns are the same as in /etc/shorewall6/mangle.
|
||||||
#
|
#
|
||||||
|
@@ -1,25 +1,21 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Action Template
|
# Shorewall6 -- /usr/share/shorewall6/action.template
|
||||||
#
|
#
|
||||||
# /etc/shorewall6/action.template
|
# Action Template
|
||||||
#
|
#
|
||||||
# This file is a template for files with names of the form
|
# This file is a template for files with names of the form
|
||||||
# /etc/shorewall/action.<action-name> where <action> is an
|
# /etc/shorewall/action.<action-name> where <action> is an
|
||||||
# ACTION defined in /etc/shorewall/actions.
|
# ACTION defined in /etc/shorewall/actions.
|
||||||
#
|
#
|
||||||
# To define a new action:
|
# To define a new action:
|
||||||
#
|
#
|
||||||
# 1. Add the <action name> to /etc/shorewall/actions
|
# 1. Add the <action name> to /etc/shorewall/actions
|
||||||
# 2. Copy this file to /etc/shorewall/action.<action name>
|
# 2. Copy this file to /etc/shorewall/action.<action name>
|
||||||
# 3. Add the desired rules to that file.
|
# 3. Add the desired rules to that file.
|
||||||
#
|
#
|
||||||
# Please see http://shorewall.net/Actions.html for additional
|
# Please see http://shorewall.net/Actions.html for additional information.
|
||||||
# information.
|
|
||||||
#
|
#
|
||||||
# Columns are the same as in /etc/shorewall6/rules.
|
# Columns are the same as in /etc/shorewall6/rules.
|
||||||
#
|
#
|
||||||
#######################################################################################################
|
##############################################################################################################################################################
|
||||||
# DO NOT REMOVE THE FOLLOWING LINE
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
||||||
#####################################################################################################################################################################################
|
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
|
||||||
# PORT PORT(S) DEST LIMIT GROUP
|
|
||||||
|
@@ -83,7 +83,7 @@ case "$command" in
|
|||||||
exec ${SBINDIR}/shorewall6 $OPTIONS restart $RESTARTOPTIONS
|
exec ${SBINDIR}/shorewall6 $OPTIONS restart $RESTARTOPTIONS
|
||||||
;;
|
;;
|
||||||
status|stop)
|
status|stop)
|
||||||
exec ${SBINDIR}/shorewall6 $OPTIONS $command $@
|
exec ${SBINDIR}/shorewall6 $OPTIONS $command
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
usage
|
usage
|
||||||
|
@@ -1,24 +1,24 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 4.4 -- /usr/share/shorewall6/lib.base
|
# Shorewall -- /usr/share/shorewall6/lib.base
|
||||||
#
|
#
|
||||||
# (c) 2011,2014 - Tom Eastep (teastep@shorewall.net)
|
# (c) 2011-2016 Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# Complete documentation is available at http://shorewall.net
|
# Complete documentation is available at http://shorewall.net
|
||||||
#
|
#
|
||||||
# This program is part of Shorewall.
|
# This program is part of Shorewall.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by the
|
# it under the terms of the GNU General Public License as published by the
|
||||||
# Free Software Foundation, either version 2 of the license or, at your
|
# Free Software Foundation, either version 2 of the license or, at your
|
||||||
# option, any later version.
|
# option, any later version.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# This library contains the code common to all Shorewall components.
|
# This library contains the code common to all Shorewall components.
|
||||||
|
|
||||||
|
@@ -365,6 +365,15 @@ loc eth2 -</programlisting>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><emphasis role="bold">nodbl</emphasis></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8. When specified, dynamic
|
||||||
|
blacklisting is disabled on the interface.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">optional</emphasis></term>
|
<term><emphasis role="bold">optional</emphasis></term>
|
||||||
|
|
||||||
|
@@ -515,7 +515,7 @@ INLINE eth0 - ; -p tcp -j MARK --set
|
|||||||
|
|
||||||
<member>0xc0a80403 LAND 0xFF = 0x03</member>
|
<member>0xc0a80403 LAND 0xFF = 0x03</member>
|
||||||
|
|
||||||
<member>0x03 LOR 0x0x10100 = 0x10103 or class ID
|
<member>0x03 LOR 0x10100 = 0x10103 or class ID
|
||||||
1:103</member>
|
1:103</member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
@@ -673,11 +673,37 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">REJECT</emphasis></term>
|
<term><emphasis
|
||||||
|
role="bold">REJECT[(<replaceable>option</replaceable>)]</emphasis></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>disallow the request and return an icmp-unreachable or
|
<para>disallow the request and return an icmp-unreachable or
|
||||||
an RST packet.</para>
|
an RST packet. If no option is passed, Shorewall selects the
|
||||||
|
appropriate option based on the protocol of the packet.</para>
|
||||||
|
|
||||||
|
<para>Beginning with Shorewall 5.0.8, the type of reject may
|
||||||
|
be specified in the <replaceable>option</replaceable>
|
||||||
|
paramater. Valid <replaceable>option</replaceable> values
|
||||||
|
are:</para>
|
||||||
|
|
||||||
|
<simplelist>
|
||||||
|
<member><option>icmp6-no-route</option></member>
|
||||||
|
|
||||||
|
<member><option>no-route</option></member>
|
||||||
|
|
||||||
|
<member><option>i</option><option>cmp6-adm-prohibited</option></member>
|
||||||
|
|
||||||
|
<member><option>adm-prohibited</option></member>
|
||||||
|
|
||||||
|
<member><option>icmp6-addr-unreachable</option></member>
|
||||||
|
|
||||||
|
<member><option>addr-unreach</option></member>
|
||||||
|
|
||||||
|
<member><option>icmp6-port-unreachable</option></member>
|
||||||
|
|
||||||
|
<member><option>tcp-reset</option> (the PROTO column must
|
||||||
|
specify TCP)</member>
|
||||||
|
</simplelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@@ -152,20 +152,23 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">MARK</emphasis> -
|
<term><emphasis role="bold">MARK</emphasis> -
|
||||||
{-|<emphasis>value</emphasis>}</term>
|
{-|<replaceable>value</replaceable>[:<replaceable>priority</replaceable>]}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The mark <emphasis>value</emphasis> which is an integer in the
|
<para>The mark <emphasis>value</emphasis> which is an integer in the
|
||||||
range 1-255. You set mark values in the <ulink
|
range 1-255. You set mark values in the <ulink
|
||||||
url="/manpages6/shorewall6-mangle.html">shorewall6-mangle</ulink>(5)
|
url="/manpages/shorewall-mangle.html">shorewall-mangle</ulink>(5)
|
||||||
file, marking the traffic you want to fit in the classes defined in
|
file, marking the traffic you want to fit in the classes defined in
|
||||||
here. Must be specified as '-' if the <emphasis
|
here. You can use the same marks for different interfaces.</para>
|
||||||
role="bold">classify</emphasis> option is given for the interface in
|
|
||||||
<ulink
|
|
||||||
url="/manpages6/shorewall6-tcdevices.html">shorewall6-tcdevices</ulink>(5)
|
|
||||||
and you are running Shorewall 4.5 5 or earlier.</para>
|
|
||||||
|
|
||||||
<para>You can use the same marks for different interfaces.</para>
|
<para>The <replaceable>priority</replaceable>, if specified, is an
|
||||||
|
integer in the range 1-65535 and determines the relative order in
|
||||||
|
which the tc mark classification filter for this class is to be
|
||||||
|
applied to packets being sent on the
|
||||||
|
<replaceable>interface</replaceable>. Filters are applied in
|
||||||
|
ascending numerical order. If not supplied, the value is derived
|
||||||
|
from the class priority (PRIORITY column value below):
|
||||||
|
(<replaceable>class priority</replaceable> << 8) | 20.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -314,7 +317,7 @@
|
|||||||
priority determines the order in which filter rules are
|
priority determines the order in which filter rules are
|
||||||
processed during packet classification. If not specified, the
|
processed during packet classification. If not specified, the
|
||||||
value (<replaceable>class priority</replaceable> << 8) |
|
value (<replaceable>class priority</replaceable> << 8) |
|
||||||
10) is used.</para>
|
15) is used.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -366,7 +369,7 @@
|
|||||||
(":") and a <replaceable>priority</replaceable>. This priority
|
(":") and a <replaceable>priority</replaceable>. This priority
|
||||||
determines the order in which filter rules are processed
|
determines the order in which filter rules are processed
|
||||||
during packet classification. If not specified, the value
|
during packet classification. If not specified, the value
|
||||||
(<replaceable>class priority</replaceable> << 8) | 20)
|
(<replaceable>class priority</replaceable> << 8) | 10)
|
||||||
is used.</para>
|
is used.</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
|
@@ -623,15 +623,38 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">DYNAMIC_BLACKLIST=</emphasis>{<emphasis
|
<term><emphasis role="bold">DYNAMIC_BLACKLIST=</emphasis>{<emphasis
|
||||||
role="bold">Yes</emphasis>|<emphasis role="bold">No</emphasis>}</term>
|
role="bold">Yes</emphasis>|<emphasis
|
||||||
|
role="bold">No</emphasis>||<emphasis
|
||||||
|
role="bold">ipset</emphasis>[<emphasis
|
||||||
|
role="bold">-only</emphasis>][,<emphasis
|
||||||
|
role="bold">src-dst</emphasis>][:[<replaceable>setname</replaceable>][:<replaceable>log_level</replaceable>|:l<replaceable>og_tag</replaceable>]]]}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Added in Shorewall 4.4.7. When set to <emphasis
|
<para>Added in Shorewall 4.4.7. When set to <emphasis
|
||||||
role="bold">No</emphasis> or <emphasis role="bold">no</emphasis>,
|
role="bold">No</emphasis> or <emphasis role="bold">no</emphasis>,
|
||||||
dynamic blacklisting using the <command>shorewall6 drop</command>,
|
chain-based dynamic blacklisting using the <command>shorewall6
|
||||||
<command>shorewall6 reject</command>, <command>shorewall6
|
drop</command>, <command>shorewall6 reject</command>,
|
||||||
logdrop</command> and <command>shorewall6 logreject</command> is
|
<command>shorewall6 logdrop</command> and <command>shorewall6
|
||||||
disabled. Default is <emphasis role="bold">Yes</emphasis>.</para>
|
logreject</command> is disabled. Default is <emphasis
|
||||||
|
role="bold">Yes</emphasis>. Beginning with Shorewall 5.0.8,
|
||||||
|
ipset-based dynamic blacklisting is also supported. The name of the
|
||||||
|
set (<replaceable>setname</replaceable>) and the level
|
||||||
|
(<replaceable>log_level</replaceable>), if any, at which blacklisted
|
||||||
|
traffic is to be logged may also be specified. The default set name
|
||||||
|
is SW_DBL6 and the default log level is <option>none</option> (no
|
||||||
|
logging). if <option>ipset-only</option> is given, then chain-based
|
||||||
|
dynamic blacklisting is disabled just as if DYNAMIC_BLACKLISTING=No
|
||||||
|
had been specified. Normally, only packets whose source address
|
||||||
|
matches an entry in the ipsec are dropped. If
|
||||||
|
<option>src-dst</option> is included, then packets whose destination
|
||||||
|
address matches an entry in the ipset are also dropped.</para>
|
||||||
|
|
||||||
|
<para>When ipset-based dynamic blacklisting is enabled, the contents
|
||||||
|
of the blacklist will be preserved over
|
||||||
|
<command>stop</command>/<command>reboot</command>/<command>start</command>
|
||||||
|
sequences if SAVE_IPSETS=Yes or if
|
||||||
|
<replaceable>setname</replaceable> is included in the list of sets
|
||||||
|
to be saved in SAVE_IPSETS.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -686,7 +709,8 @@ net all DROP info</programlisting>then the chain name is 'net-all'
|
|||||||
packets until these packets reach the chain in which the original
|
packets until these packets reach the chain in which the original
|
||||||
connection was accepted. So for packets going from the 'loc' zone to
|
connection was accepted. So for packets going from the 'loc' zone to
|
||||||
the 'net' zone, ESTABLISHED/RELATED packets are ACCEPTED in the
|
the 'net' zone, ESTABLISHED/RELATED packets are ACCEPTED in the
|
||||||
'loc2net' chain.</para>
|
'loc-net' or 'loc2net' chain, depending on the setting of ZONE2ZONE
|
||||||
|
(see below).</para>
|
||||||
|
|
||||||
<para>If you set FASTACCEPT=Yes, then ESTABLISHED/RELATED packets
|
<para>If you set FASTACCEPT=Yes, then ESTABLISHED/RELATED packets
|
||||||
are accepted early in the INPUT, FORWARD and OUTPUT chains. If you
|
are accepted early in the INPUT, FORWARD and OUTPUT chains. If you
|
||||||
@@ -2115,11 +2139,13 @@ INLINE - - - ; -j REJECT
|
|||||||
role="bold">STARTUP_LOG=</emphasis>[<emphasis>pathname</emphasis>]</term>
|
role="bold">STARTUP_LOG=</emphasis>[<emphasis>pathname</emphasis>]</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>If specified, determines where Shorewall6 will log the details
|
<para>If specified, determines where Shorewall will log the details
|
||||||
of each <emphasis role="bold">start</emphasis>, <emphasis
|
of each <emphasis role="bold">start</emphasis>, <emphasis
|
||||||
role="bold">reload</emphasis>, <emphasis
|
role="bold">reload</emphasis>, <emphasis
|
||||||
role="bold">restart</emphasis> and <emphasis
|
role="bold">restart</emphasis>, <emphasis
|
||||||
role="bold">refresh</emphasis> command. Logging verbosity is
|
role="bold">refresh</emphasis>, <emphasis
|
||||||
|
role="bold">try</emphasis>, and <emphasis
|
||||||
|
role="bold">safe-</emphasis>* command. Logging verbosity is
|
||||||
determined by the setting of LOG_VERBOSITY above.</para>
|
determined by the setting of LOG_VERBOSITY above.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@@ -48,6 +48,19 @@
|
|||||||
<arg choice="plain"><replaceable>address</replaceable></arg>
|
<arg choice="plain"><replaceable>address</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
|
|
||||||
|
<cmdsynopsis>
|
||||||
|
<command>shorewall6</command>
|
||||||
|
|
||||||
|
<arg
|
||||||
|
choice="opt"><option>trace</option>|<option>debug</option><arg><option>nolock</option></arg></arg>
|
||||||
|
|
||||||
|
<arg>-<replaceable>options</replaceable></arg>
|
||||||
|
|
||||||
|
<arg choice="plain"><option>blacklist</option></arg>
|
||||||
|
|
||||||
|
<arg choice="plain"><replaceable>address</replaceable></arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>shorewall6</command>
|
<command>shorewall6</command>
|
||||||
|
|
||||||
@@ -923,6 +936,25 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><emphasis role="bold">blacklist</emphasis>
|
||||||
|
<replaceable>address</replaceable> [ <replaceable>option</replaceable>
|
||||||
|
... ]</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8 and requires
|
||||||
|
DYNAMIC_BLACKLIST=ipset.. in <ulink
|
||||||
|
url="/manpages6/shorewall6.conf.html">shorewall6.conf</ulink>(5).
|
||||||
|
Causes packets from the given host or network
|
||||||
|
<replaceable>address</replaceable> to be dropped, based on the
|
||||||
|
setting of BLACKLIST in <ulink
|
||||||
|
url="/manpages6/shorewall6.conf.html">shorewall6.conf</ulink>(5).
|
||||||
|
The <replaceable>address</replaceable> along with any
|
||||||
|
<replaceable>option</replaceable>s are passed to the <command>ipset
|
||||||
|
add</command> command.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">call <replaceable>function</replaceable> [
|
<term><emphasis role="bold">call <replaceable>function</replaceable> [
|
||||||
<replaceable>parameter</replaceable> ... ]</emphasis></term>
|
<replaceable>parameter</replaceable> ... ]</emphasis></term>
|
||||||
@@ -2469,6 +2501,34 @@
|
|||||||
started.</para>
|
started.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>ENVIRONMENT</title>
|
||||||
|
|
||||||
|
<para>Two environmental variables are recognized by Shorewall6:</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>SHOREWALL_INIT_SCRIPT</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>When set to 1, causes Std out to be redirected to the file
|
||||||
|
specified in the STARTUP_LOG option in <ulink
|
||||||
|
url="shorewall6.conf.html">shorewall6.conf(5)</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>SW_LOGGERTAG</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 5.0.8. When set to a non-empty value, that
|
||||||
|
value is passed to the logger utility in its -t (--tag)
|
||||||
|
option.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>See ALSO</title>
|
<title>See ALSO</title>
|
||||||
|
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall6 version 5 - Essential Modules File
|
# Shorewall6 -- /usr/share/shorewall6/modules.essential
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall6/modules.essential
|
# Essential Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule nfnetlink
|
loadmodule nfnetlink
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall6 version 5 - Extensions Modules File
|
# Shorewall6 -- /usr/share/shorewall6/modules.extension
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall6/modules.extension
|
# Extensions Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule ip6_queue
|
loadmodule ip6_queue
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - IP Set Modules File
|
# Shorewall6 -- /usr/share/shorewall6/modules.ipset
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall6/modules.ipset
|
# IP Set Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall6 and modify the
|
# If you need to modify this file, copy it to /etc/shorewall6 and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule xt_set
|
loadmodule xt_set
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall6 version 5 - Traffic Shaping Modules File
|
# Shorewall6 -- /usr/share/shorewall6/modules.tc
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall6/modules.tc
|
# Traffic Shaping Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule sch_sfq
|
loadmodule sch_sfq
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Shorewall6 version 5 - Xtables Modules File
|
# Shorewall6 -- /usr/share/shorewall6/modules.xtables
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall6/modules.xtables
|
# Xtables Modules File
|
||||||
#
|
#
|
||||||
# This file loads the modules that may be needed by the firewall.
|
# This file loads the modules that may be needed by the firewall.
|
||||||
#
|
#
|
||||||
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
||||||
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
||||||
# before you load M2.
|
# before you load M2.
|
||||||
#
|
#
|
||||||
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
||||||
# copy.
|
# copy.
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
loadmodule xt_AUDIT
|
loadmodule xt_AUDIT
|
||||||
|
@@ -74,7 +74,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<title>Documentation for Earlier Versions</title>
|
<title>Documentation for Earlier Versions</title>
|
||||||
|
|
||||||
<para><ulink url="4.2/Documentation_Index.html">Shorewall 4.4/4.6
|
<para><ulink url="4.6/Documentation_Index.html">Shorewall 4.4/4.6
|
||||||
Documentation</ulink></para>
|
Documentation</ulink></para>
|
||||||
|
|
||||||
<para><ulink url="4.2/Documentation_Index.html">Shorewall 4.0/4.2
|
<para><ulink url="4.2/Documentation_Index.html">Shorewall 4.0/4.2
|
||||||
|
@@ -204,7 +204,7 @@
|
|||||||
<para>If the <replaceable>action</replaceable> involves logging,
|
<para>If the <replaceable>action</replaceable> involves logging,
|
||||||
then this parameter specifies the disposition that will appear in
|
then this parameter specifies the disposition that will appear in
|
||||||
the log entry prefix. If no <replaceable>disposition</replaceable>
|
the log entry prefix. If no <replaceable>disposition</replaceable>
|
||||||
is given, the log prefix is determines normally. The default is
|
is given, the log prefix is determined normally. The default is
|
||||||
ACCEPT.</para>
|
ACCEPT.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
<para>If the <replaceable>action</replaceable> involves logging,
|
<para>If the <replaceable>action</replaceable> involves logging,
|
||||||
then this parameter specifies the disposition that will appear in
|
then this parameter specifies the disposition that will appear in
|
||||||
the log entry prefix. If no <replaceable>disposition</replaceable>
|
the log entry prefix. If no <replaceable>disposition</replaceable>
|
||||||
is given, the log prefix is determines normally.</para>
|
is given, the log prefix is determined normally.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
@@ -404,7 +404,7 @@
|
|||||||
<para>If the <replaceable>action</replaceable> involves logging,
|
<para>If the <replaceable>action</replaceable> involves logging,
|
||||||
then this parameter specifies the disposition that will appear in
|
then this parameter specifies the disposition that will appear in
|
||||||
the log entry prefix. If no <replaceable>disposition</replaceable>
|
the log entry prefix. If no <replaceable>disposition</replaceable>
|
||||||
is given, the log prefix is determines normally.</para>
|
is given, the log prefix is determined normally.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
@@ -202,23 +202,6 @@
|
|||||||
Shorewall with some notable exceptions:</para>
|
Shorewall with some notable exceptions:</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
|
||||||
<term>No NAT</term>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>In Shorewall6, there is no NAT of any kind (Netfilter6 doesn't
|
|
||||||
support any form of NAT). Most people consider this to be a giant
|
|
||||||
step forward.</para>
|
|
||||||
|
|
||||||
<para>When an ISP assigns you an IPv6 address, you are actually
|
|
||||||
assigned an IPv6 <firstterm>prefix</firstterm> (similar to a
|
|
||||||
subnet). A 64-bit prefix defines a subnet with 4 billion hosts
|
|
||||||
squared (the size of the IPv4 address space squared). Regardless of
|
|
||||||
the length of your prefix, you get to assign local addresses within
|
|
||||||
that prefix.</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Default Zone Type</term>
|
<term>Default Zone Type</term>
|
||||||
|
|
||||||
|
@@ -331,7 +331,7 @@ shorewall start</programlisting>
|
|||||||
in /etc/shorewall6/proxyndp is required:</para>
|
in /etc/shorewall6/proxyndp is required:</para>
|
||||||
|
|
||||||
<programlisting>#ADDRESS INTERFACE EXTERNAL HAVEROUTE PERSISTENT
|
<programlisting>#ADDRESS INTERFACE EXTERNAL HAVEROUTE PERSISTENT
|
||||||
2001:470:b:227::44 - eth1 Yes</programlisting>
|
2001:470:b:227::44 - eth1 Yes</programlisting>
|
||||||
|
|
||||||
<para>A practical application is shown in the Linux <ulink
|
<para>A practical application is shown in the Linux <ulink
|
||||||
url="Vserver.html#NDP">Vserver article</ulink>.</para>
|
url="Vserver.html#NDP">Vserver article</ulink>.</para>
|
||||||
|
@@ -1739,7 +1739,7 @@ SSH(ACCEPT) net:$MYIP $FW
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="manpages/shorewall-accounting.html">shorewall-blacklist</ulink>
|
url="manpages/shorewall-blrules.html">shorewall-blrules</ulink>
|
||||||
(5)</para>
|
(5)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@@ -1747,6 +1747,12 @@ SSH(ACCEPT) net:$MYIP $FW
|
|||||||
<para><ulink url="Macros.html">Macro</ulink> files</para>
|
<para><ulink url="Macros.html">Macro</ulink> files</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink
|
||||||
|
url="manpages/shorewall-mangle.html">shorewall-mangle</ulink>
|
||||||
|
(5)</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="manpages/shorewall-nat.html">shorewall-nat</ulink>(5)</para>
|
url="manpages/shorewall-nat.html">shorewall-nat</ulink>(5)</para>
|
||||||
@@ -1756,17 +1762,6 @@ SSH(ACCEPT) net:$MYIP $FW
|
|||||||
<para><ulink
|
<para><ulink
|
||||||
url="manpages/shorewall-rules.html">shorewall-rules</ulink> (5)</para>
|
url="manpages/shorewall-rules.html">shorewall-rules</ulink> (5)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink
|
|
||||||
url="manpages/shorewall-tcrules.html">shorewall-tcrules</ulink>
|
|
||||||
(5)</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="manpages/shorewall-tos.html">shorewall-tos</ulink>
|
|
||||||
(5)</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>They may also appear in the ORIGDEST column of:</para>
|
<para>They may also appear in the ORIGDEST column of:</para>
|
||||||
@@ -1830,7 +1825,7 @@ SSH(ACCEPT) net:$MYIP $FW
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="manpages/shorewall-accounting.html">shorewall-blacklist</ulink>
|
url="manpages/shorewall-blrules.html">shorewall-blrules</ulink>
|
||||||
(5)</para>
|
(5)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@@ -1838,6 +1833,12 @@ SSH(ACCEPT) net:$MYIP $FW
|
|||||||
<para><ulink url="Macros.html">Macro</ulink> files</para>
|
<para><ulink url="Macros.html">Macro</ulink> files</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><ulink
|
||||||
|
url="manpages/shorewall-mangle.html">shorewall-mangle</ulink>
|
||||||
|
(5)</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="manpages/shorewall-nat.html">shorewall-nat</ulink>(5) (As a
|
url="manpages/shorewall-nat.html">shorewall-nat</ulink>(5) (As a
|
||||||
@@ -1846,18 +1847,13 @@ SSH(ACCEPT) net:$MYIP $FW
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="manpages/shorewall-rules.html">shorewall-rules</ulink> (5)</para>
|
url="manpages/shorewall-routes.html">shorewall-routes</ulink>
|
||||||
|
(5)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="manpages/shorewall-tcrules.html">shorewall-tcrules</ulink>
|
url="manpages/shorewall-rules.html">shorewall-rules</ulink> (5)</para>
|
||||||
(5)</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="manpages/shorewall-tos.html">shorewall-tos</ulink>
|
|
||||||
(5)</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
@@ -2227,6 +2223,20 @@ SSH(ACCEPT) net:$MYIP $FW
|
|||||||
|
|
||||||
<programlisting> ERROR: Invalid value for Bricks (2000) /usr/share/shorewall/action.GlusterFS (line 15)
|
<programlisting> ERROR: Invalid value for Bricks (2000) /usr/share/shorewall/action.GlusterFS (line 15)
|
||||||
from /etc/shorewall/rules (line 45)</programlisting>
|
from /etc/shorewall/rules (line 45)</programlisting>
|
||||||
|
|
||||||
|
<para>In Shorewall 5.0.8, ?WARNING and ?INFO directives were added.</para>
|
||||||
|
|
||||||
|
<programlisting>?WARNING <replaceable>message</replaceable>
|
||||||
|
?INFO <replaceable>message</replaceable></programlisting>
|
||||||
|
|
||||||
|
<para>?WARNING message produces a standard Shorewall WARNING: message,
|
||||||
|
while ?INFO produces a similar message which is prefaced by INFO: rather
|
||||||
|
than WARNING:. Both write the message to STDERR. The message is also
|
||||||
|
written to the STARTUP_LOG, if any, provided that the command is
|
||||||
|
<command>start</command>, <command>try</command>,
|
||||||
|
<command>restart</command>, <command>reload</command>,
|
||||||
|
<command>refresh</command>, or one of the <command>safe</command>-*
|
||||||
|
commands.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="Embedded">
|
<section id="Embedded">
|
||||||
|
@@ -109,8 +109,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>In the event that the subnet address might change while
|
<para>In the event that the subnet address might change while
|
||||||
Shorewall is started, you need to arrange for a <quote>shorewall
|
Shorewall is started, you need to arrange for a <command>shorewall
|
||||||
refresh</quote> command to be executed when a new dynamic IP address
|
reload</command> command to be executed when a new dynamic IP address
|
||||||
gets assigned to the interface. Check your DHCP client's
|
gets assigned to the interface. Check your DHCP client's
|
||||||
documentation.</para>
|
documentation.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@@ -85,7 +85,7 @@
|
|||||||
problem reporting process. It will ensure that you provide us with the
|
problem reporting process. It will ensure that you provide us with the
|
||||||
information we need to solve your problem as quickly as possible.</para>
|
information we need to solve your problem as quickly as possible.</para>
|
||||||
|
|
||||||
<graphic align="center" fileref="images/Troubleshoot.png" />
|
<graphic align="center" fileref="images/Troubleshoot.png"/>
|
||||||
|
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<important>
|
<important>
|
||||||
@@ -126,12 +126,10 @@
|
|||||||
|
|
||||||
<para>If that didn't solve your problem, then please</para>
|
<para>If that didn't solve your problem, then please</para>
|
||||||
|
|
||||||
<programlisting><command>/sbin/shorewall trace start 2> /tmp/trace</command></programlisting>
|
<programlisting><command>/sbin/shorewall trace start > /tmp/trace 2>&1</command></programlisting>
|
||||||
|
|
||||||
<para>Forward the <filename>/tmp/trace</filename> file as an
|
<para>Forward the <filename>/tmp/trace</filename> file as an
|
||||||
attachment compressed with gzip or bzip2 (If you are running
|
attachment compressed with gzip or bzip2.</para>
|
||||||
Shorewall-perl, there is no need to compress the file — it will be
|
|
||||||
very short).</para>
|
|
||||||
|
|
||||||
<para>If compilation succeeds but the compiled program fails, then
|
<para>If compilation succeeds but the compiled program fails, then
|
||||||
please include the compiled program with your report. The compiled
|
please include the compiled program with your report. The compiled
|
||||||
@@ -203,7 +201,7 @@
|
|||||||
message produced by Shorewall is "done.":</para>
|
message produced by Shorewall is "done.":</para>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<para></para>
|
<para/>
|
||||||
|
|
||||||
<programlisting>…
|
<programlisting>…
|
||||||
Activating Rules...
|
Activating Rules...
|
||||||
|
Reference in New Issue
Block a user