1SHOREWALL-PARAMS(5) Configuration Files SHOREWALL-PARAMS(5)
2
3
4
6 params - Shorewall parameters file
7
9 /etc/shorewall[6]/params
10
12 Assign any shell variables that you need in this file. The file is
13 always processed by /bin/sh so the full range of shell capabilities may
14 be used.
15
16 It is suggested that variable names begin with an upper case letter to
17 distinguish them from variables used internally within the Shorewall
18 programs
19
20 The following variable names must be avoided. Those in bold font must
21 be avoided in all Shorewall versions; those in regular font must be
22 avoided in versions prior to 4.4.8.
23 Any option from shorewall.conf[1]
24 [1m(5)
25 COMMAND
26 CONFDIR
27 DEBUG
28 ECHO_E
29 ECHO_N
30 EXPORT
31 FAST
32 FILEMODE
33 HOSTNAME
34 IPT_OPTIONS
35 NOROUTES
36 PREVIEW
37 PRODUCT
38 PROFILE
39 PURGE
40 RECOVERING
41 RESTOREPATH
42 RING_BELL
43 SHAREDIR
44 Any name beginning with SHOREWALL_ or
45 SW_
46 STOPPING
47 TEST
48 TIMESTAMP
49 USE_VERBOSITY
50 VARDIR
51 VERBOSE
52 VERBOSE_OFFSET
53 VERSION
54
55 Example params file:
56
57 NET_IF=eth0
58 NET_BCAST=130.252.100.255
59 NET_OPTIONS=routefilter
60
61 Example shorewall-interfaces[2](5) file.
62
63 ZONE INTERFACE BROADCAST OPTIONS
64 net $NET_IF $NET_BCAST $NET_OPTIONS
65
66 This is the same as if the interfaces file had contained:
67
68 ZONE INTERFACE BROADCAST OPTIONS
69 net eth0 130.252.100.255 routefilter
70
72 /etc/shorewall/params
73
74 /etc/shorewall6/params
75
77 https://shorewall.org/configuration_file_basics.htm#Variables[3]
78
79 shorewall(8)
80
82 1. shorewall.conf
83 https://shorewall.org/manpages/shorewall.conf.html
84
85 2. shorewall-interfaces
86 https://shorewall.org/manpages/shorewall-interfaces.html
87
88 3. https://shorewall.org/configuration_file_basics.htm#Variables
89 https://shorewall.org/configuration_file_basics.htm#Variables
90
91
92
93Configuration Files 09/24/2020 SHOREWALL-PARAMS(5)