"/dev/null" <(E-Mail Removed)> wrote in message news:<WXr2b.257963$uu5.59065@sccrnsc04>...
> We have a local wireless net. Is 128 bit WEP and MAC filtering enough?
>
> I tend to think not, anyone could sniff and pick up MACs and then set their
> card to use that MAC, and eventually break the WEP at brute force.
>
> Feedback/Comments?
WEP is broken (despite the key size) and MAC filtering is easily defeated,
but it keeps script-kidies away (for awhile).
You should try VPN/IPSec solution and some sort of authentication, like a
captive portal, for example:
http://nocat.net/.
I have proposed and implemented this solution (VPN + captive portal + ...)
as an academic project, but it's based on OpenBSD and i386 (I setup the
Access Point in a 386 box). I think the security was enhanced a lot, but
there's a price to pay: network overhead. WEP (128 bits) decreases the
throughput by 30% and IPSec (Tunnel - ESP - 3DES-CBC HMAC-MD5) by 60%.
Actually, I feel this kind of solution is the best way to protect your
network nowadays.
I could point the references to my project and the Security X Overhead paper
but they are in portuguese. Sorry.
Other solutions:
* 802.1x - most access point vendors suport 802.1x by default. Windows XP
has a 802.1x client (supplicant) built-in. Some researchers pointed out some
security failures.
* Wait for WPA (Wi-Fi Protected Access). I'm not sure whether the access
point vendors have deployed it already.
hope it helps,
demeck