Hi guys,
Question: How can we properlly inplement client isolation (prevent network shares on windows clients) on the ehternet LAN port.
I know that on the WLAN we can use default forwarding feature.
I have tried blocking src port 137-139 on the firewall rule forward but it can only block client to client (10.5.50.3:137 -> 10.5.50.4:137) NetBios traffic but it lets the braodcast (10.5.50.255:137) pass through.
I guess to effectivelly block windows Netbios (network Neighborhood) traffic is to prevent the transmition of broadcast traffic on port 137-139, but the firewall rules cant even see them (traffic seen on packet sniffer - 10.5.50.3:137 -> 10.5.50.255:137 but no entry on log for dropped traffic)
firewall rule forward:
src=0.0.0.0/0:137-139 dst=0.0.0.0/0 prot=udp action=drop log
Help needed before I get any more ocmplaints from my customers!
Robert S.