forked from extern/shorewall_code
2617133c03
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4630 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
22 lines
809 B
Plaintext
22 lines
809 B
Plaintext
#
|
|
# Shorewall version 3.3 - Amanda Macro
|
|
#
|
|
# /usr/share/shorewall/macro.Amanda
|
|
#
|
|
# This macro handles connections required by the AMANDA backup system
|
|
# to back up remote nodes. It does not provide the ability to restore
|
|
# files from those nodes.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
|
# PORT PORT(S) DEST LIMIT GROUP
|
|
PARAM - - udp 10080
|
|
#
|
|
# You may also need this rule. With AMANDA 2.4.4 on Linux kernel 2.6,
|
|
# it should not be necessary to use this. The ip_conntrack_amanda
|
|
# kernel module should be loaded (via /etc/shorewall/modules) on all
|
|
# systems which need to pass AMANDA traffic through netfilter.
|
|
#PARAM - - tcp 50000:50100
|
|
#
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|