I have a wlan setup with that my neighbors can probably access if they're knowledgable enough. My setup includes wireless authentication using WPA/WPA2 mixedmode, WPA-PSK pre-shared key, and enforced MAC filtering.

link|improve this question
Consider making your question CW since there's no single best answer available. – alex Mar 24 '10 at 19:56
feedback

2 Answers

Mixed-mode WPA2-PSK is probably good enough, as long as your passphrase is well-chosen. If you don't really need TKIP (WPA "1") anymore, consider making it WPA2-only (that is, AES-CCMP only), because there have been some attacks against TKIP recently.

MAC address filtering is a waste of time. MAC addresses are easily discovered and spoofed. Using a "hidden" SSID (a.k.a. "non-broadcast" SSID, a.k.a. "Closed Network") is also a waste of time.

link|improve this answer
1  
Some sources and/or references would be much welcomed! – Cawas Mar 26 '10 at 17:43
feedback

You could use a penetration testing system like BackTrack.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.