How to block user by mac address?

Good day all,

Please how can i block user by mac address?

thank you

Hi,

You can create a firewall rule like this in the forward chain:

/ip firewall filter add src-mac-address=aa:bb:cc:dd:ee:ff action=drop

Where aa:bb:cc:dd:ee:ff is the user MAC address.

Best Regards

Okay, I will try that and get back with update soon.

Thanks