1SHOREWALL-PARAMS(5) [FIXME: manual] SHOREWALL-PARAMS(5)
2
3
4
6 params - Shorewall parameters file
7
9 /etc/shorewall/params
10
12 Assign any shell variables that you need in this file.
13
14 It is suggested that variable names begin with an upper case letter to
15 distinguish them from variables used internally within the Shorewall
16 programs
17
18 The following variable names must be avoided. Those in bold font must
19 be avoided in all Shorewall versions; those in regular font must be
20 avoided in versions prior to 4.4.8.
21 Any option from shorewall.conf[1] [1m(5)
22 COMMAND
23 CONFDIR
24 DEBUG
25 ECHO_E
26 ECHO_N
27 EXPORT
28 FAST
29 FILEMODE
30 HOSTNAME
31 IPT_OPTIONS
32 NOROUTES
33 PREVIEW
34 PRODUCT
35 PROFILE
36 PURGE
37 RECOVERING
38 RESTOREPATH
39 RING_BELL
40 SHAREDIR
41 Any name beginning with SHOREWALL_ or
42 SW_
43 STOPPING
44 TEST
45 TIMESTAMP
46 USE_VERBOSITY
47 VARDIR
48 VERBOSE
49 VERBOSE_OFFSET
50 VERSION
51
52 Example params file:
53
54 NET_IF=eth0
55 NET_BCAST=130.252.100.255
56 NET_OPTIONS=routefilter,norfc1918
57
58 Example shorewall-interfaces[2](5) file.
59
60 ZONE INTERFACE BROADCAST OPTIONS
61 net $NET_IF $NET_BCAST $NET_OPTIONS
62
63 This is the same as if the interfaces file had contained:
64
65 ZONE INTERFACE BROADCAST OPTIONS
66 net eth0 130.252.100.255 routefilter,norfc1918
67
69 /etc/shorewall/params
70
72 http://www.shorewall.net/configuration_file_basics.htm#Variables[3]
73
74 shorewall(8), shorewall-accounting(5), shorewall-actions(5),
75 shorewall-blacklist(5), shorewall-hosts(5), shorewall_interfaces(5),
76 shorewall-ipsets(5), shorewall-maclist(5), shorewall-masq(5),
77 shorewall-nat(5), shorewall-netmap(5), shorewall-policy(5),
78 shorewall-providers(5), shorewall-proxyarp(5),
79 shorewall-route_rules(5), shorewall-routestopped(5),
80 shorewall-rules(5), shorewall.conf(5), shorewall-secmarks(5),
81 shorewall-tcclasses(5), shorewall-tcdevices(5), shorewall-tcrules(5),
82 shorewall-tos(5), shorewall-tunnels(5), shorewall-zones(5)
83
85 1. shorewall.conf
86 http://www.shorewall.net/manpages/shorewall.conf.html
87
88 2. shorewall-interfaces
89 http://www.shorewall.net/manpages/shorewall-interfaces.html
90
91 3. http://www.shorewall.net/configuration_file_basics.htm#Variables
92 http://www.shorewall.net/configuration_file_basics.htm#Variables?
93
94
95
96[FIXME: source] 09/16/2011 SHOREWALL-PARAMS(5)