Hi
any one know how to block some machines by its mac address,
without using hotspot.
my be from ip–arp
Please advice how to do
Amgad
block when?
block access to the router, connecting to wlan?
what?
First thanks for Mr Ibersystems for his concern
I have a Mikrotik OS 3.2 It delivers internet to 60 computers, and I have another 10 computers should not have internet, so I want to block them with thier MAC address
Or deliver internet to the 60 computer by thier MAC address
I am using web proxy rules to deliver internet.
I am not using hotspot.
Thanks in advance
/ip firewall filter add chain=prerouting action=drop src-mac-address=aa:bb:cc:dd:ee:ff
Thanks Mr Fewi for your concern
I try your command and it is not working, the internet still working on that pc
one notice the ip of that pc is allowed from web proxy is this affect the command
any help
Thanks again
A great Thanks For Mr Fewi
your command is work but instead of “prerouting” chain I use “input” chain then it work
it should be like this
/ip firewall filter add chain=input action=drop src-mac-address= aa:bb:cc:dd:ee:ff
Thanks Again
Eng. Amgad