Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a wireless n network router like many of you out there. I am kind of paranoid about its security. Would you be able to list all the items I could do with the router (let's not be specific to one hardware brand) to make it secure to the maximum extent possible. I am good with any changes that are required as a result on my windows/mac machines. And I am also fine with replacing the OS in the router.

share|improve this question
WPA2 isn't enough for you? What kind of "maximum extent possible" you mean? Are you worried of people trying to connect to your network or you are trying to avoid authenticated users to perform forbidden operations? – Sergio Garcia Jun 3 '12 at 3:44
MAC address filtering? – nathancahill Jun 3 '12 at 3:45
@SergioGarcia So if I setup WPA2, do I need not worry at all? What is bit size of AES encryption involved. I hear you can crack low bit AES encryption using a few consumer grade GPUs 'chained' together. And I am concerned about other people trying to connect to my network. – Regmi Jun 3 '12 at 3:59
with WPA2 you are safe, at least for know (not sure against military tho) – cen Jun 3 '12 at 4:00
@cen For now, I would not be worried about the military. I guess they can do anything if they want to. – Regmi Jun 3 '12 at 4:02

2 Answers

http://www.techradar.com/news/world-of-tech/future-tech/how-to-secure-a-wireless-network-1075710

That gives a nice overview of securing wireless routers.

But basically use WPA2 with a good length key and that will protect you against most things.

share|improve this answer

Must have option: WPA2-Personal

Good to have: Use WPA2-Enterprsise with RADIUS server based security.

Apart from that you can choose to encrypt the data. Use Transport or Network layer mechanism.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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