
whats the problem ?
is attack ?
whats name of attack ?
solutions for block ?
i block port udp 4444 in bridge filter but connection still aviable in tourch
when i block udp in ip firewall not working !!!

whats the problem ?
is attack ?
whats name of attack ?
solutions for block ?
i block port udp 4444 in bridge filter but connection still aviable in tourch
when i block udp in ip firewall not working !!!
http://q63i.imgup.net/problem6ba6.jpg > problem
You have to block DNS request on WAN side. Assume your WAN uplink is ether1
/ip firewall filter
add chain=input protocol=udp dst-port=53 in-interface=ether1 action=drop