1SHOREWALL6-PARAMS(5) [FIXME: manual] SHOREWALL6-PARAMS(5)
2
3
4
6 params - Shorewall6 parameters file
7
9 /etc/shorewall6/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 shorewall6.conf[1]
22 [1m(5)
23 COMMAND
24 CONFDIR
25 DEBUG
26 ECHO_E
27 ECHO_N
28 EXPORT
29 FAST
30 FILEMODE
31 HOSTNAME
32 IPT_OPTIONS
33 NOROUTES
34 PREVIEW
35 PRODUCT
36 PROFILE
37 PURGE
38 RECOVERING
39 RESTOREPATH
40 RING_BELL
41 SHAREDIR
42 Any name beginning with SHOREWALL_ or
43 SW_
44 STOPPING
45 TEST
46 TIMESTAMP
47 USE_VERBOSITY
48 VARDIR
49 VERBOSE
50 VERBOSE_OFFSET
51 VERSION
52
53 Example params file:
54
55 NET_IF=eth0
56 NET_OPTIONS=dhcp,nosmurfs
57
58 Example shorewall6-interfaces[2](5) file.
59
60 ZONE INTERFACE BROADCAST OPTIONS
61 net $NET_IF - $NET_OPTIONS
62
63 This is the same as if the interfaces file had contained:
64
65 ZONE INTERFACE BROADCAST OPTIONS
66 net eth0 - dhcp,nosmurfs
67
69 /etc/shorewall6/params
70
72 http://www.shorewall.net/configuration_file_basics.htm#Variables[3]
73
74 shorewall6(8), shorewall6-accounting(5), shorewall6-actions(5),
75 shorewall6-blacklist(5), shorewall6-hosts(5), shorewall6-interfaces(5),
76 shorewall6-maclist(5), shorewall6-policy(5), shorewall6-providers(5),
77 shorewall6-route_rules(5), shorewall6-routestopped(5),
78 shorewall6-rules(5), shorewall6.conf(5), shorewall6-secmarks(5),
79 shorewall6-tcclasses(5), shorewall6-tcdevices(5),
80 shorewall6-tcrules(5), shorewall6-tos(5), shorewall6-tunnels(5),
81 shorewall6-zones(5)
82
84 1. shorewall6.conf
85 http://www.shorewall.net/manpages6/shorewall6.conf.html
86
87 2. shorewall6-interfaces
88 http://www.shorewall.net/manpages6/shorewall6-interfaces.html
89
90 3. http://www.shorewall.net/configuration_file_basics.htm#Variables
91 http://www.shorewall.net/configuration_file_basics.htm#Variables?
92
93
94
95[FIXME: source] 09/16/2011 SHOREWALL6-PARAMS(5)