forked from extern/shorewall_code
832ef83da9
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7839 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
23 lines
691 B
Plaintext
23 lines
691 B
Plaintext
#
|
|
# Shorewall version 4 - SMB Macro
|
|
#
|
|
# /usr/share/shorewall/macro.SMB
|
|
#
|
|
# This macro handles Microsoft SMB traffic. You need to invoke
|
|
# this macro in both directions. Beware! This rule opens a lot
|
|
# of ports, and could possibly be used to compromise your firewall
|
|
# if not used with care. You should only allow SMB traffic
|
|
# between hosts you fully trust.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
|
|
COMMENT SMB
|
|
|
|
PARAM - - udp 135,445
|
|
PARAM - - udp 137:139
|
|
PARAM - - udp 1024: 137
|
|
PARAM - - tcp 135,139,445
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|