1SHOREWALL6-TOS(5) [FIXME: manual] SHOREWALL6-TOS(5)
2
3
4
6 tos - Shorewall6 Type of Service rules file
7
9 /etc/shorewall6/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:2002:ce7c::92b4:1::2
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: 2002:ce7c::92b4:1::2
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/shorewall6/tos
66
68 shorewall6(8), shorewall6-accounting(5), shorewall6-actions(5),
69 shorewall6-blacklist(5), shorewall6-hosts(5), shorewall6-interfaces(5),
70 shorewall6-maclist(5), shorewall6-params(5), shorewall6-policy(5),
71 shorewall6-providers(5), shorewall6-route_rules(5),
72 shorewall6-routestopped(5), shorewall6-rules(5), shorewall6.conf(5),
73 shorewall6-secmarks(5), shorewall6-tcclasses(5),
74 shorewall6-tcdevices(5), shorewall6-tcrules(5), shorewall6-tunnels(5),
75 shorewall6-zones(5)
76
77
78
79[FIXME: source] 09/16/2011 SHOREWALL6-TOS(5)