1shorewall-params(5) 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 Example params file:
19
20 NET_IF=eth0
21 NET_BCAST=130.252.100.255
22 NET_OPTIONS=routefilter,norfc1918
23
24 Example shorewall-interfaces ⟨shorewall-interfaces.html⟩ (5) file.
25
26 ZONE INTERFACE BROADCAST OPTIONS
27 net $NET_IF $NET_BCAST $NET_OPTIONS
28
29 This is the same as if the interfaces file had contained:
30
31 ZONE INTERFACE BROADCAST OPTIONS
32 net eth0 130.252.100.255 routefilter,norfc1918
33
35 /etc/shorewall/params
36
38 http://www.shorewall.net/configuration_file_basics.htm#Variables
39 ⟨http://www.shorewall.net/configuration_file_basics.htm#Variables?⟩
40
41 shorewall(8), shorewall-accounting(5), shorewall-actions(5), shorewall-
42 blacklist(5), shorewall-hosts(5), shorewall-interfaces(5), shorewall-
43 ipsec(5), shorewall-maclist(5), shorewall-masq(5), shorewall-nat(5),
44 shorewall-netmap(5), shorewall-policy(5), shorewall-providers(5),
45 shorewall-proxyarp(5), shorewall-route_routes(5), shorewall-
46 routestopped(5), shorewall-rules(5), shorewall.conf(5), shorewall-tc‐
47 classes(5), shorewall-tcdevices(5), shorewall-tcrules(5), shorewall-
48 tos(5), shorewall-tunnels(5), shorewall-zones(5)
49
50
51
52 19 May 2008 shorewall-params(5)