This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wireless_filtering [2023/05/08 03:59] – -changed head to Wireless MAC Address filtering via script/scheduler 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 achieve | + | The easiest way to perform |
- | Given a mac address you want to control say '' | + | There are two main advantages |
- | # Block\\ | + | 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. |
- | # Unblock\\ | + | \\ |
- | # Flush (unblock all the defined references at once)\\ | + | <code text> |
+ | aa: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | You could perform the following functions on it: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | * Block\\ <code text> | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | * Unblock\\ <code text> | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | * Or even…Flush (unblock all the defined references at once)\\ | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | \\ | ||