2011-02-06 01:13:06 +01:00
|
|
|
#
|
2016-04-05 19:31:36 +02:00
|
|
|
# Shorewall -- /usr/share/shorewall/modules.essential
|
2011-02-06 01:13:06 +01:00
|
|
|
#
|
2016-04-05 19:31:36 +02:00
|
|
|
# Essential Modules File
|
2011-02-06 01:13:06 +01:00
|
|
|
#
|
2016-04-05 19:31:36 +02:00
|
|
|
# This file loads the modules that may be needed by the firewall.
|
2011-02-06 01:13:06 +01:00
|
|
|
#
|
2016-04-05 19:31:36 +02:00
|
|
|
# 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
|
|
|
|
# before you load M2.
|
2011-02-06 01:13:06 +01:00
|
|
|
#
|
2016-04-05 19:31:36 +02:00
|
|
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
|
|
|
# copy.
|
2011-02-06 01:13:06 +01:00
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# Essential Modules
|
|
|
|
#
|
|
|
|
loadmodule nfnetlink
|
|
|
|
loadmodule x_tables
|
|
|
|
loadmodule ip_tables
|
|
|
|
loadmodule iptable_filter
|
|
|
|
loadmodule iptable_mangle
|
|
|
|
loadmodule ip_conntrack
|
|
|
|
loadmodule nf_conntrack
|
|
|
|
loadmodule nf_conntrack_ipv4
|
|
|
|
loadmodule iptable_nat
|
2016-12-30 19:56:16 +01:00
|
|
|
loadmodule nf_nat
|
|
|
|
loadmodule nf_nat_ipv4
|
2012-09-01 17:27:03 +02:00
|
|
|
loadmodule iptable_raw
|
2011-02-06 01:13:06 +01:00
|
|
|
loadmodule xt_state
|
|
|
|
loadmodule xt_tcpudp
|