Hi all,
I’m undertaking some security improvements on my Mikrotik router and I’m running a port scanning software from a remote host to see what ports are open from outside. Although I drop port 53 udp/tcp, the scanner shows that the port is open. How come? Thank you.
Yes, I have enabled “Allow Remote Requests” in DNS, but it shouldn’t matter
/ip firewall filter add action=drop chain=input comment="Deny DNS from Outside" dst-port=53 in-interface=WAN protocol=tcp
/ip firewall filter add action=drop chain=forward comment="Deny DNS from Outside" dst-port=53 in-interface=WAN protocol=udp
/ip firewall filter add action=drop chain=input comment="Deny DNS from Outside" dst-port=53 in-interface=WAN protocol=udp
/ip firewall filter add action=drop chain=forward comment="Deny DNS from Outside" dst-port=53 in-interface=WAN protocol=tcp
