forked from extern/shorewall_code
9188253bd4
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@670 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
22 lines
626 B
Plaintext
22 lines
626 B
Plaintext
##############################################################################
|
|
# Shorewall 1.4 /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.
|
|
#
|
|
|
|
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
|
|
|