#SETUP THE MAC FILTERING ON THE ROUTERconfigureset firewall name NOMACset firewall name NOMAC default-action accept#SET THE RULESset firewall name NOMAC rule 20 source mac-address xx:xx:xx:xx:xx:xxset firewall name NOMAC rule 20 action drop#REPLACE THE ETH0 With your local interfaceset interfaces ethernet eth0 firewall in name NOMAC#OPTIONAL FOR LOGGINGset firewall name NOMAC rule 20 log enablecommit
That should pretty much do it and block traffic for the MAC addresses going through the router.
Now just set up an individual rule for every MAC address that is causing the issues. :)
0 comments:
Post a Comment