1SHOREWALL-MODULES(5) [FIXME: manual] SHOREWALL-MODULES(5)
2
3
4
6 modules - Shorewall file
7
9 /usr/share/shorewall/modules
10
11 /usr/share/shorewall/helpers
12
14 These files specify which kernel modules Shorewall will load before
15 trying to determine your iptables/kernel's capabilities.
16
17 The modules file is used when LOAD_HELPERS_ONLY=No in
18 shorewall.conf[1](8); the helpers file is used when
19 LOAD_HELPERS_ONLY=Yes
20
21 Each record in the files has the following format:
22
23 loadmodule modulename [moduleoption...]
24
25 The modulename names a kernel module (without suffix). Shorewall will
26 search for modules based on your MODULESDIR and MODULE_SUFFIX settings
27 in shorewall.conf[1](8). The moduleoptions are passed to modprobe (if
28 installed) or to insmod.
29
30 The /usr/share/shorewall/modules file contains a large number of
31 modules. Users are encouraged to copy the file to
32 /etc/shorewall/modules and modify the copy to load only the modules
33 required or to use LOAD_HELPERS_ONLY=Yes..if n .sp
34 Note
35 If you build monolithic kernels and have not installed
36 module-init-tools, then create an empty /etc/shorewall/modules
37 file; that will prevent Shorewall from trying to load modules at
38 all.
39
41 loadmodule ip_conntrack_ftp ports=21,221
42
44 /usr/share/shorewall/modules
45
46 /usr/share/shorewall/helpers
47
48 /etc/shorewall/modules
49
50 /etc/shorewall/helpers
51
53 shorewall(8), shorewall-accounting(5), shorewall-actions(5),
54 shorewall-blacklist(5), shorewall-hosts(5), shorewall_interfaces(5),
55 shorewall-ipsets(5), shorewall-maclist(5), shorewall-masq(5),
56 shorewall-nat(5), shorewall-netmap(5), shorewall-params(5),
57 shorewall-policy(5), shorewall-providers(5), shorewall-proxyarp(5),
58 shorewall-route_rules(5), shorewall-routestopped(5),
59 shorewall-rules(5), shorewall.conf(5), shorewall-secmarks(5),
60 shorewall-tcclasses(5), shorewall-tcdevices(5), shorewall-tcrules(5),
61 shorewall-tos(5), shorewall-tunnels(5), shorewall-zones(5)
62
64 1. shorewall.conf
65 http://www.shorewall.net/manpages/shorewall.conf.html
66
67
68
69[FIXME: source] 09/16/2011 SHOREWALL-MODULES(5)