1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-03-09 12:01:20 +01:00
shorewall_code/LrpN/usr/share/shorewall/action.DropSMB
2004-11-02 19:15:52 +00:00

16 lines
693 B
Plaintext

#
# Shorewall 2.2 /usr/share/shorewall/action.DropSMB
#
# This action silently drops Microsoft SMB traffic
#
######################################################################################
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT PORT(S) LIMIT GROUP
DROP - - udp 135
DROP - - udp 137:139
DROP - - udp 445
DROP - - tcp 135
DROP - - tcp 139
DROP - - tcp 445
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE