mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-24 14:39:04 +01:00
macro.SMB: update macro header and description
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
parent
73aa2c68eb
commit
316f07bce9
@ -1,17 +1,15 @@
|
|||||||
#
|
#
|
||||||
# Shorewall - SMB Macro
|
# Shorewall -- /usr/share/shorewall/macro.SMB
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/macro.SMB
|
# This macro handles Microsoft SMB traffic.
|
||||||
#
|
# You need to invoke this macro in both directions.
|
||||||
# This macro handles Microsoft SMB traffic. You need to invoke
|
# Beware! This rule opens a lot of ports, and could possibly be used to
|
||||||
# this macro in both directions. Beware! This rule opens a lot
|
# compromise your firewall if not used with care. You should only allow SMB
|
||||||
# of ports, and could possibly be used to compromise your firewall
|
# traffic between hosts you fully trust.
|
||||||
# if not used with care. You should only allow SMB traffic
|
|
||||||
# between hosts you fully trust.
|
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
||||||
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
||||||
PARAM - - udp 135,445
|
PARAM - - udp 135,445
|
||||||
|
|
||||||
?if ( __CT_TARGET && ! $AUTOHELPERS && __NETBIOS_NS_HELPER )
|
?if ( __CT_TARGET && ! $AUTOHELPERS && __NETBIOS_NS_HELPER )
|
||||||
|
Loading…
Reference in New Issue
Block a user