i need to block from router (mikrotik off course) a certain device from dhcp server, and I have to use the mac address…
Is it possible create a “MAC ADDRESS LIST BLACK LIST” (or something similiar) and create just one: chain=forward----“BLACK-LIST”—Action=Drop
what I do now is, make static that mac address, and create a specific rule from that address (IP, not MAC ADDRESS). example: chain=forward-----dest-ipaddress=“IP ADDRESS”----action=drop
but i need to create a rule with mac address, not IP (i shoulda no bypass dhcp server)
Now, for example, have 5 host connected in dhcp server. For example have:
PC1 - IP released 192.168.1.10 and Mac address: 00:00:00:00:00:01 (EXAMPLE!)
PC2 - IP released 192.168.1.11 and Mac address: 00:00:00:00:0A:01
PC3 - IP released 192.168.1.12 and Mac address: 00:00:00:00:01:01
PC4 - IP released 192.168.1.13 and Mac address: 00:00:00:0A:0A:01
PC5 - IP released 192.168.1.14 and Mac address: 00:00:00:0A:00:01
Now, i need a rule to block for example, PC4 and PC5, but only from its MAC ADDRESS. Not from IP…