mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 22:58:52 +01:00
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
|
#
|
||
|
# Shorewall version 1.4 - Accounting File
|
||
|
#
|
||
|
# /etc/shorewall/accounting
|
||
|
#
|
||
|
# Accounting rules exist simply to count packets and bytes in categories
|
||
|
# that you define in this file. You may display these rules and their
|
||
|
# packet and byte counters using the "shorewall show accounting" command.
|
||
|
#
|
||
|
# In all columns of this file, the values "-", "any" and "all" may be used
|
||
|
# as wildcards
|
||
|
#
|
||
|
# Columns are:
|
||
|
#
|
||
|
# SOURCE - Packet Source
|
||
|
#
|
||
|
# The name of an interface, an address (host or net) or
|
||
|
# an interface name followed by ":"
|
||
|
# and a host or net address.
|
||
|
#
|
||
|
# DESTINATION - Packet Destination
|
||
|
#
|
||
|
# Format the same as the SOURCE column.
|
||
|
#
|
||
|
# PROTOCOL A protocol name (from /etc/protocols), a protocol
|
||
|
# number.
|
||
|
#
|
||
|
# DEST PORT Destination Port number
|
||
|
#
|
||
|
# Service name from /etc/services or port number. May
|
||
|
# only be specified if the protocol is TCP or UDP (6
|
||
|
# or 17).
|
||
|
#
|
||
|
# SOURCE PORT Source Port number
|
||
|
#
|
||
|
# Service name from /etc/services or port number. May
|
||
|
# only be specified if the protocol is TCP or UDP (6
|
||
|
# or 17).
|
||
|
#
|
||
|
#SOURCE DESTINATION PROTOCOL DEST PORT SOURCE PORT
|