Files
shorewall_code/Lrp/usr/share/shorewall/action.AllowSMB
teastep 7030c427f5 Move 2.0.16 to Lrp
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1941 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
2005-02-02 21:47:42 +00:00

15 lines
607 B
Plaintext

#
# Shorewall 2.0 /etc/shorewall/action.AllowSMB
#
# Allow Microsoft SMB traffic. You need to invoke this action in
# both directions.
#
######################################################################################
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT PORT(S) LIMIT GROUP
ACCEPT - - udp 135,445
ACCEPT - - udp 137:139
ACCEPT - - udp 1024: 137
ACCEPT - - tcp 135,139,445
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE