Hi there i have successfully setup mikrotik firewall filter rules.
I also have been able to block winbox scan by following this link
http://www.mikrotik.unimedcenter.org/uncategorized/block-scan-winbox-and-neighbour-mikrotik/
This is the 3 rules that i have used.
add action=drop chain=forward comment="block discovery mikrotik" disabled=no \
dst-port=5678 protocol=udp src-address-list=!admin
add action=drop chain=input comment="block mikrotik discovery" disabled=no \
dst-port=5678 protocol=udp src-address-list=!admin
add action=drop chain=output comment="block discovery mkrotik" disabled=no \
dst-port=5678 protocol=udp src-address-list=!admin
It does block winbox scan, but the router does not show up when doing a scan from admin computer.
But is does show up when i add the ip address of the router to admin list.
But then when i do a scan from non-admin computer the router will appear after a few seconds.
If there more ports that i need to block or allow
Thanx