2008-12-07 19:17:26 +01:00
|
|
|
#
|
2016-02-15 17:20:38 +01:00
|
|
|
# Shorewall -- /usr/share/shorewall/macro.Amanda
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
2016-02-15 17:20:38 +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.
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
|
|
|
###############################################################################
|
2016-02-15 17:20:38 +01:00
|
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
2012-08-09 16:36:04 +02:00
|
|
|
|
2012-08-12 16:25:11 +02:00
|
|
|
?if ( __CT_TARGET && ! $AUTOHELPERS && __AMANDA_HELPER )
|
2014-06-20 16:00:06 +02:00
|
|
|
PARAM - - udp 10080 { helper=amanda }
|
2012-08-12 16:25:11 +02:00
|
|
|
?else
|
2012-08-09 16:36:04 +02:00
|
|
|
PARAM - - udp 10080
|
2012-08-12 16:25:11 +02:00
|
|
|
?endif
|
2012-08-09 16:36:04 +02:00
|
|
|
|
2012-04-20 18:46:13 +02:00
|
|
|
PARAM - - tcp 10080
|
2008-12-07 19:17:26 +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
|
|
|
|
#
|