1SHOREWALL-TOS(5) [FIXME: manual] SHOREWALL-TOS(5)
2
3
4
6 tos - Shorewall Type of Service rules file
7
9 /etc/shorewall/tos
10
12 This file defines rules for setting Type Of Service (TOS)
13
14 The columns in the file are as follows.
15
16 SOURCE - {all|address]|all:address|$FW}
17 If all, may optionally be followed by ":" and an IP address, a MAC
18 address, a subnet specification or the name of an interface.
19
20 Example: all:192.168.2.3
21
22 MAC addresses must be prefixed with "~" and use "-" as a separator.
23
24 Example: ~00-A0-C9-15-39-78
25
26 DEST - {all|address]|all:address}
27 Example: 192.168.2.3
28
29 PROTOCOL - proto-name-or-number
30 Protocol name or number.
31
32 SOURCE PORT(S) - {-|port|lowport:highport}
33 Source port or port range. If all ports, use "-".
34
35 DEST PORT(S) - {-|port|lowport:highport}
36 Destination port or port range. If all ports, use "-"
37
38 TOS - tos
39 Must be one of the following;
40
41 tos-minimize-delay (16)
42 tos-maximize-throughput (8)
43 tos-maximize-reliability (4)
44 tos-minimize-cost (2)
45 tos-normal-service (0)
46
47 MARK - [!]value[/mask][:C]
48 If you don't want to define a test but need to specify anything in
49 the following columns, place a "-" in this field.
50
51 !
52 Inverts the test (not equal)
53
54 value
55 Value of the packet or connection mark.
56
57 mask
58 A mask to be applied to the mark before testing.
59
60 :C
61 Designates a connection mark. If omitted, the packet mark's
62 value is tested.
63
65 /etc/shorewall/tos
66
68 shorewall(8), shorewall-accounting(5), shorewall-actions(5),
69 shorewall-blacklist(5), shorewall-hosts(5), shorewall_interfaces(5),
70 shorewall-ipsets(5), shorewall-maclist(5), shorewall-masq(5),
71 shorewall-nat(5), shorewall-netmap(5), shorewall-params(5),
72 shorewall-policy(5), shorewall-providers(5), shorewall-proxyarp(5),
73 shorewall-route_rules(5), shorewall-routestopped(5),
74 shorewall-rules(5), shorewall.conf(5), shorewall-secmarks(5),
75 shorewall-tcclasses(5), shorewall-tcdevices(5), shorewall-tcrules(5),
76 shorewall-tunnels(5), shorewall-zones(5)
77
78
79
80[FIXME: source] 09/16/2011 SHOREWALL-TOS(5)