1SHOREWALL6-NOTRACK(5)           [FIXME: manual]          SHOREWALL6-NOTRACK(5)
2
3
4

NAME

6       notrack - shorewall notrack file
7

SYNOPSIS

9       /etc/shorewall/notrack
10

DESCRIPTION

12       The notrack file is used to exempt certain traffic from Netfilter
13       connection tracking. Traffic matching entries in this file will not be
14       tracked.
15
16       The columns in the file are as follows.
17
18       SOURCE – {zone[:interface][:address-list]|COMMENT}
19           where zone is the name of a zone, interface is an interface to that
20           zone, and address-list is a comma-separated list of addresses (may
21           contain exclusion - see shorewall-exclusion[1] (5)).
22
23           Comments may be attached to Netfilter rules generated from entries
24           in this file through the use of COMMENT lines. These lines begin
25           with the word COMMENT; the remainder of the line is treated as a
26           comment which is attached to subsequent rules until another COMMENT
27           line is found or until the end of the file is reached. To stop
28           adding comments to rules, use a line with only the word COMMENT.
29
30       DEST – [interface|address-list]
31           where interface is the name of a network interface and address-list
32           is a comma-separated list of addresses (may contain exclusion - see
33           shorewall-exclusion[1] (5)). If an interface is given:
34
35           ·   It must be up and configured with an IPv4 address when
36               Shorewall is started or restarted.
37
38           ·   All routes out of the interface must be configured when
39               Shorewall is started or restarted.
40
41           ·   Default routes out of the interface will result in a warning
42               message and will be ignored.
43
44           These restrictions are because Netfilter doesn't support NOTRACK
45           rules that specify a destination interface (these rules are applied
46           before packets are routed and hence the destination interface is
47           unknown). Shorewall uses the routes out of the interface to replace
48           the interface with an address list corresponding to the networks
49           routed out of the named interface.
50
51       PROTO – protocol-name-or-number
52           A protocol name from /etc/protocols or a protocol number.
53
54       DEST PORT(S) - port-number/service-name-list
55           A comma-separated list of port numbers and/or service names from
56           /etc/services. May also include port ranges of the form
57           low-port:high-port if your kernel and iptables include port range
58           support.
59
60       SOURCE PORT(S) - port-number/service-name-list
61           A comma-separated list of port numbers and/or service names from
62           /etc/services. May also include port ranges of the form
63           low-port:high-port if your kernel and iptables include port range
64           support.
65
66       USER/GROUP – [user][:group]
67           May only be specified if the SOURCE zone is $FW. Specifies the
68           effective user id and or group id of the process sending the
69           traffic.
70

FILES

72       /etc/shorewall/notrack
73

SEE ALSO

75       shorewall(8), shorewall-accounting(5), shorewall-actions(5),
76       shorewall-blacklist(5), shorewall-hosts(5), shorewall_interfaces(5),
77       shorewall-ipsets(5), shorewall-masq(5), shorewall-nat(5),
78       shorewall-netmap(5), shorewall-params(5), shorewall-policy(5),
79       shorewall-providers(5), shorewall-proxyarp(5),
80       shorewall-route_rules(5), shorewall-routestopped(5),
81       shorewall-rules(5), shorewall.conf(5), shorewall-secmarks(5),
82       shorewall-tcclasses(5), shorewall-tcdevices(5), shorewall-tcrules(5),
83       shorewall-tos(5), shorewall-tunnels(5), shorewall-zones(5)
84

NOTES

86        1. shorewall-exclusion
87           http://www.shorewall.net/manpages/shorewall-exclusion.html
88
89
90
91[FIXME: source]                   09/16/2011             SHOREWALL6-NOTRACK(5)
Impressum