mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
ff8d354c1c
Signed-off-by: Tom Eastep <teastep@shorewall.net>
28 lines
862 B
Plaintext
28 lines
862 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.
|
|
#
|
|
###############################################################################
|
|
?FORMAT 2
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
PARAM - - udp 135,445
|
|
|
|
?if ( __CT_TARGET && ! $AUTOHELPERS && __NETBIOS_NS_HELPER )
|
|
PARAM - - udp 137 { helper=netbios-ns }
|
|
PARAM - - udp 138:139
|
|
?else
|
|
PARAM - - udp 137:139
|
|
?endif
|
|
|
|
PARAM - - udp 1024: 137
|
|
PARAM - - tcp 135,139,445
|