I don't want to hijack this thread. You can find it here@HoracioDos Post your FW config.
@Jotne Mikrotik default filters are activeOnly service that that you like to have open should be open, all other blocked. That you need to block 53 tells me that your fw are wrongly setup.
Done! Thanks @bratislavTry blocking port 53 especially on internet side...
DONE!!:local ms [:pick $ifaceRTT 9 12];
:if ([:len $ms] = 0) do={
:set ms "No RTT";
}
:set ifaceRTT ($ms . "ms");
could be just:Code: Select all:set ifaceRTT "$[([:tonsec $ifaceRTT]/(1000*1000))]ms"