2005-07-23 01:04:36 +02:00
|
|
|
#
|
2006-12-18 22:57:44 +01:00
|
|
|
# Shorewall version 3.4 - Amanda Macro
|
2005-08-02 18:46:30 +02:00
|
|
|
#
|
|
|
|
# /usr/share/shorewall/macro.Amanda
|
2005-07-23 01:04:36 +02:00
|
|
|
#
|
2006-01-27 04:40:42 +01:00
|
|
|
# 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.
|
2005-07-23 01:04:36 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
###############################################################################
|
|
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
|
|
|
# PORT PORT(S) DEST LIMIT GROUP
|
|
|
|
PARAM - - udp 10080
|
2006-01-24 00:55:01 +01:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
2005-07-23 01:04:36 +02:00
|
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|