mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
2f9ef4dda7
- Include additional nat modules Signed-off-by: Tom Eastep <teastep@shorewall.net>
33 lines
824 B
Plaintext
33 lines
824 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/modules.essential
|
|
#
|
|
# Essential Modules File
|
|
#
|
|
# This file loads the modules that may be needed by the firewall.
|
|
#
|
|
# 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.
|
|
#
|
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
|
# copy.
|
|
#
|
|
###############################################################################
|
|
#
|
|
# 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
|
|
loadmodule nf_nat
|
|
loadmodule nf_nat_ipv4
|
|
loadmodule iptable_raw
|
|
loadmodule xt_state
|
|
loadmodule xt_tcpudp
|