HI dear
I wanted to block all traffics of some machines going to the ip 192.168.0.2 even pings
Thanks
/ip firewall filter add action=drop chain=input dst-address=192.168.0.2
And you should use src-address if you needinput- used to process packets entering the router through one of the interfaces with the destination IP address which is one of the router's addresses. Packets passing through the router are not processed against the rules of the input chain
forward- used to process packets passing through the router
output- used to process packets originated from the router and leaving it through one of the interfaces. Packets passing through the router are not processed against the rules of the output chain