Firewall

Hi guys!
I have network 192.168.2.0/23.
I want to stop all traffic from ip 192.168.2.214 to 192.168.2.14.

I tried use this add chain=forward src-address=192.168.2.214 dst-address=192.168.2.14 action=drop
But it does’t working.

can you show us the all firewall rules ..

If you use bridge for this network → interface bridge settings set use-ip-firewall=yes

This seems to be a duplicate of this: http://forum.mikrotik.com/t/firewall-ip/80242/1

You haven’t given us much to go on. Is the MikroTik the only device that both devices are connected to? Or is there a switch in between the MikroTik and the devices?

If there is a switch in between, the firewall rules will never come into play since the traffic will never hit the MikroTik router.

Can you post a network diagram?

craig