Things You'll Need:
- documentation/user's manual for your router
- <br>your client's MAC addresses
- <br>anitvirus software
-
Step 1
Familiarize yourself with the technology and terminology. WiFi is a wireless network access protocol (a WLAN protocol). The coverage area can often be quite large and extends in every direction. All traffic broadcast on the network can be received by anyone in the coverage area. To combat this, there are two major encryption standards in use: WEP (Wired Equivalent Privacy) and WPA (WiFi Protected Access). Both of these are encryption protocols; WPA is the newer and stronger of the two.
-
Step 2
Configure your router not to broadcast the SSID and tell your users to manually configure the SSID in their network settings. Each WiFi router broadcasts a small ID string called an SSID (Service Set Identifier) which is used to differentiate it from other WiFi routers in the area. Each router works a little differently so check your device's documentation to learn how to configure your router not to broadcast the SSID. While this will prevent casual intruders from finding the network and accessing it, persistent and skilled intruders will probably be able to find the SSID.
-
Step 3
Enable encryption. Depending on your router, enable WEP, WPA or both. These protocols encrypt all the traffic between the routers and the clients. This will prevent people from intercepting packets and obtaining information such as passwords for email addresses, network services and websites. Each client on the WiFi network will need to manually configure the encryption key in her network settings.
-
Step 4
Use secure protocols and use encrypted versions of as many protocols as possible. Using protocols with strong authentication and encryption when possible will help to secure any network, not just wireless networks. For example, use SSH (Secure Shell) instead of telnet since telnet transfers unencrypted data, while SSH transfers the same information in encrypted format. A more practical and everyday example is using a web address beginning with "https" as opposed to "http." It's the same site, but the "https" version is encrypted.
-
Step 5
Use MAC filtering. When there are only a small number of clients using your wireless network, you can configure your router to only accept clients from a pool of known MAC address. MAC addresses are which are unique to each computer.










