forked from extern/shorewall_code
d8a471e7b9
and paths in the header comments, since they're just as likely to be wrong as not. Changed all service names to port numbers. eDonkey is a big one - i wonder whether it isn't too variable for us to consider providing a default rule. git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2395 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
14 lines
578 B
Plaintext
14 lines
578 B
Plaintext
#
|
|
# Shorewall action.AllowAmanda
|
|
#
|
|
# This action accepts connections to the AMANDA backup system.
|
|
#
|
|
################################################################################
|
|
#TARGET SOURCE DEST PROTO DEST SOURCE RATE
|
|
# PORT PORT(S) LIMIT
|
|
ACCEPT - - udp 10080
|
|
# Not sure why this is necessary - using ip_conntrack_amanda along with
|
|
# the above should be sufficient.
|
|
#ACCEPT - - tcp 50000:50100
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|