03-12-2013 04:10 AM - edited 03-04-2019 07:15 PM
Hi ,
I am trying to find the difference between the line mentioned in ACL
1.deny udp any any range 135 netbios-ss
2.deny tcp any any range 135 139 .
SMB (Server Message Block) protocol is used among other things for file sharing in Windows NT/2000/XP. In Windows NT it ran on top of NetBT (NetBIOS over TCP/IP), which used the famous ports 137, 138 (UDP) and 139 (TCP).
so what is the special purpose of first ACL line.
Thanks
Solved! Go to Solution.
03-12-2013 05:33 AM
Hi,
netbios-ss is port 139 tcp and udp so these are the same lines except for the transport protocol.
Regards
Alain
Don't forget to rate helpful posts.
03-12-2013 05:33 AM
Hi,
netbios-ss is port 139 tcp and udp so these are the same lines except for the transport protocol.
Regards
Alain
Don't forget to rate helpful posts.
03-12-2013 05:55 AM
Thanks for your reply suppose if these lines are for TCP only then it mean the same thing
1.deny tcp any any range 135 netbios-ss
2.deny tcp any any range 135 139 .
Regards
Ambivert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide