diff --git a/Shorewall/helpers b/Shorewall/helpers index cdc037070..0b12b05ee 100644 --- a/Shorewall/helpers +++ b/Shorewall/helpers @@ -58,9 +58,12 @@ loadmodule nf_nat_sip loadmodule nf_nat_snmp_basic loadmodule nf_nat_tftp # -# While not actually helpers, these are handy to have +# While not actually helpers, these are handy to have. Not +# all of these will be found on any given system, since +# some are aliases on later kernels. # loadmodule ipt_LOG +loadmodule xt_LOG loadmodule xt_NFLOG loadmodule ipt_ULOG loadmodule nfnetlink_log diff --git a/Shorewall6/helpers b/Shorewall6/helpers index 168ea832b..f0c8f028a 100644 --- a/Shorewall6/helpers +++ b/Shorewall6/helpers @@ -35,8 +35,11 @@ loadmodule nf_conntrack_sip loadmodule nf_conntrack_tftp loadmodule nf_conntrack_sane # -# While not actually helpers, these are handy to have +# While not actually helpers, these are handy to have. Not +# all of these will be found on any given system, since +# some are aliases on later kernels. # loadmodule ip6t_LOG +loadmodule xt_LOG loadmodule xt_NFLOG loadmodule nfnetlink_log