View Single Post
Old 11-23-2006, 08:11 PM   #6 (permalink)
Baltar
Senior Member
 
Join Date: Nov 2006
Posts: 325
Baltar is on a distinguished road
Default

Quote:
Originally Posted by Adam View Post
Another problem with wireless networking, which WEP and MAC filtering takes care of for the most part, is that there is a chance of people gaining full access to your computer... Very rare, but not pretty.
Just a FYI: WEP is not secure, it's pretty easy to crack. MAC filtering won't save you either. People can spoof a MAC address that matches one of your machines by examining the packet traffic. If you want true security you need to use WPA2-PSK with a 63 character random string for the key, and AES encryption (it's better than TKIP from what I understand). This makes it impossible for someone to break into your network. A weak (short, non-random) WPA key is susceptible to a dictionary attack. WEP can be cracked within minutes. Here's some useful info about WiFi LAN security:

The six dumbest ways to secure a wireless LAN
How long does a WPA key need to be?

He says that an 8 character random string is enough to secure WPA, but I prefer the maximum security provided by 63 characters. There're a whole bunch of random key generators available to make your life easier, like this one.

Last edited by Baltar; 11-23-2006 at 08:14 PM.
Baltar is offline   Reply With Quote