mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
738b45ad9e
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2606 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
32 lines
883 B
Plaintext
32 lines
883 B
Plaintext
#
|
|
# Shorewall version 3.0 - Modules File
|
|
#
|
|
# /etc/shorewall/modules
|
|
#
|
|
# This file loads the modules 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.
|
|
#
|
|
# For additional information, see
|
|
# http://shorewall.net/Documentation.htm#modules
|
|
#
|
|
###############################################################################
|
|
loadmodule ip_tables
|
|
loadmodule iptable_filter
|
|
loadmodule ip_conntrack
|
|
loadmodule ip_conntrack_ftp
|
|
loadmodule ip_conntrack_tftp
|
|
loadmodule ip_conntrack_irc
|
|
loadmodule iptable_nat
|
|
loadmodule ip_nat_ftp
|
|
loadmodule ip_nat_tftp
|
|
loadmodule ip_nat_irc
|
|
loadmodule ip_set
|
|
loadmodule ip_set_iphash
|
|
loadmodule ip_set_ipmap
|
|
loadmodule ip_set_macipmap
|
|
loadmodule ip_set_portmap
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|