I need a solution to kick certain MAC addresses out of my WiFi network from time A (let's say 22:00) to time B (6:00). I cannot stop forwarding their packets using IP filter rules as my AP (hAP lite) is in bridged mode (was set to bridged mode by my ISP, because I have a directional radio connection to my provider).
When I had a look at the settings of my device, I figured out that I could deny those devices' access by adding them to the Wireless Access List and just saying "authentication=no" with the command
Code: Select all
/interface wireless access-list set 0 authentication=no
Kind regards