Site Tools


wireless_filtering

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wireless_filtering [2023/05/08 04:07] – -Clarity, condense opening paragraph, formatting example code hogwildwireless_filtering [2023/06/04 21:03] hogwild
Line 1: Line 1:
 ====== Wireless MAC Address filtering via script/scheduler ====== ====== Wireless MAC Address filtering via script/scheduler ======
  
-The easiest way to achieve Wireless MAC address filtering is to use the controls in FreshTomato's [[basic-wfilter|wireless filter]] menu. There are cases, however, when you need/prefer to block MAC addresses in a script. This can be for easier management of such tasks (with large number of devices)It can also because you wish to schedule the filtering on or off as needed.+The easiest way to perform Wireless MAC address filtering is to use the controls in FreshTomato's [[basic-wfilter|Wireless Filter]] menu. Howeverthere are occasions when you need/prefer to block MAC addresses in a script. Using a script has two main advantages. First, it would be tedious and time-consuming to enter all the data for large number of network devices into the Wireless Filter menuA solution using scripts can be easier to manage when there are larger numbers of network devices. Second, it allows you to schedule filtering on or off as needed with greater ease.
  
-Given a MAC address you want to control, for example: ''aa:bb:cc:dd:ee:ff''+ \\ Given a MAC address whose access you wish to control, for example: ''aa:bb:cc:dd:ee:ff''
  
 You can perform the following functions on it: You can perform the following functions on it:
- 
- \\ 
  
 # Block\\  ''/usr/sbin/ebtables -A FORWARD -d aa:bb:cc:dd:ee:ff -j DROP'' # Block\\  ''/usr/sbin/ebtables -A FORWARD -d aa:bb:cc:dd:ee:ff -j DROP''
Line 17: Line 15:
  \\  \\
  
-Or even+Or even:
  
 # Flush (unblock all the defined references at once)\\  ''/usr/sbin/ebtables -F'' # Flush (unblock all the defined references at once)\\  ''/usr/sbin/ebtables -F''
 +
 + \\
 +
 + \\
  
  
wireless_filtering.txt · Last modified: 2023/06/04 21:05 by hogwild