Securing my wireless network

3

4

At home I have a wireless network that I have my notebook, Zune, PS3, etc connected to.

I've set it up using WPA2 with AES encryption, a 63-character alphanumeric & symbols key, MAC filtering for all my devices and I've disabled SSID broadcast.

Yes, I live in an apartment complex and yes, you could call me paranoid. To be fair, in the past I've received one of those cease-and-desist letters for online piracy. So I really want to make sure no one is on my network without me knowing about it.

Am I as protected as possible or is there more I could do to secure my network?

Travis

Posted 2009-07-15T15:51:55.417

Reputation: 2 125

Answers

6

Yes, I can't think of more that you could do. You've avoided the big mistakes of wireless "security", being:

  • using WEP;
  • using no security;
  • relying on client MAC filtering; and
  • relying on no SSID broadcast.

None of these is secure and none you're doing. There is no better readily available wireless encryption standard than WPA2 currently.

cletus

Posted 2009-07-15T15:51:55.417

Reputation: 882

Seems pretty reasonable to me – David Hayes – 2009-07-15T15:55:19.217

I can't think of anything else either. – Scott – 2009-07-15T16:01:03.917

0

That sounds great. I've started running my networks through a WifiDog server to make people login. This allows me to track bandwidth and usage very well. I really like it and it's especially helpful when you want an open network that still needs to have accountability. (I install dd-wrt on all of my routers so it's a snap to setup).

So basically, you could setup a portal style system but I think that's unnecessary based on what you've done.

bjtitus

Posted 2009-07-15T15:51:55.417

Reputation: 195