Changes between Version 2 and Version 3 of UserDocs/MacFiltering
- Timestamp:
- 06/20/06 18:03:48 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserDocs/MacFiltering
v2 v3 23 23 }}} 24 24 4. At this point, nothing will be able to connect to the AP, since the whitelist is empty. To rectify this, you need to add some MACs to the list: 25 * {{{iwpriv ath0 addmac 00:01:02:03:04:05}}} Obviously you need to change this, and repeat as needed for other addresses you want to allow. 25 {{{ 26 iwpriv ath0 addmac 00:01:02:03:04:05 27 }}} 28 29 Obviously you need to change this, and repeat as needed for other addresses you want to allow. 26 30 5. Hey presto! Your AP whitelist should be working perfectly. 27 31