This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wireless_filtering [2025/02/12 03:15] – -Formatting, grammar hogwild | wireless_filtering [2025/02/12 03:21] (current) – -Formatting hogwild | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Wireless MAC Address filtering via script/ | ====== Wireless MAC Address filtering via script/ | ||
- | The easiest way to perform Wireless MAC address filtering is to use the controls in FreshTomato' | + | The easiest way to perform Wireless MAC address filtering is to use the controls in FreshTomato' |
- | Using a script has two main advantages. First, | + | There are two main advantages |
- | \\ For example, given a MAC address whose access you wish to control: | + | A scripted solution can make it easier to manage a large number of network devices. Second, a script more easily allows you to schedule filtering on or off, as needed. |
+ | |||
+ | | ||
<code text> | <code text> | ||
Line 13: | Line 15: | ||
\\ | \\ | ||
- | The following functions | + | You could perform the following functions on it: |
+ | |||
+ | \\ | ||
* Block\\ <code text> | * Block\\ <code text> | ||
/ | / | ||
</ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
* Unblock\\ <code text> | * Unblock\\ <code text> | ||
/ | / | ||
Line 24: | Line 31: | ||
\\ | \\ | ||
- | Or even… | + | * Or even…Flush (unblock all the defined references at once)\\ <code text> |
- | + | ||
- | * Flush (unblock all the defined references at once)\\ <code text> | + | |
/ | / | ||
</ | </ |