Hi I need to know how I block outgoing NetBIOS traffic.
I have a NAS . And when I activate the windows network file share option, my internet service provider is sending me a email that they found on my ip-adres my server
Im located in the Netherlands and my provider is KPN. I’m on fiberoptic and using the mikrotik rb2011uias-2hnd2. The router operations is fine. I understand the working of the vlan setup.
But I can’t work out how to block the NetBIOS to the outside world. I tried in the firewall rules to reject UDP 137 but I still got a email from the provider that I need to address the issue otherwise they going to put my connection in quarantine.. so basically block my access to the internet.
I want to know how to block the NetBIOS from the outside world. So if KPN do a Nmap scan ( that’s automatically done by there servers) that they don’t see my nas anymore.
I read to block 137, 138 and 139
But I’m not sure at this moment anymore.. I need some advice..
Thx in advance
I’ll hope that this is the right section of the form for asking for the solution
X = the name of your interface with the public IP address on it.
for good measure, you can also block it outbound:
/ip firewall filter
add chain=forward protocol=udp src-port=137-139 action=drop out-interface=X
add chain=forward protocol=tcp src-port=137-139 action=drop out-interface=X
I would suggest you assume wrongly. I would assume “pppoe”.
ZeroByte also forgot tcp port 445.
The real question though is why you are allowing anything in.
What firewall filter rules have you got? Post an export (/ip firewall export).
This is a right rule for hairpin nat if you use http for access :
/ip firewall nat
add chain=srcnat src-address=192.168.10.0/24 dst-address=192.168.10.40 protocol=tcp dst-port=80 out-interface=LAN action=masquerade
thx all.
no more issues on this subject. KPN (internet service company) didn’t send email’s about my network if i turn on the nas and the windows domain